Searched defs:kernfs_syscall_ops (Results 1 – 1 of 1) sorted by relevance
242 struct kernfs_syscall_ops { struct243 int (*show_options)(struct seq_file *sf, struct kernfs_root *root);245 int (*mkdir)(struct kernfs_node *parent, const char *name,247 int (*rmdir)(struct kernfs_node *kn);248 int (*rename)(struct kernfs_node *kn, struct kernfs_node *new_parent,250 int (*show_path)(struct seq_file *sf, struct kernfs_node *kn,