Searched defs:kernfs_syscall_ops (Results 1 – 1 of 1) sorted by relevance
235 struct kernfs_syscall_ops { struct236 int (*show_options)(struct seq_file *sf, struct kernfs_root *root);238 int (*mkdir)(struct kernfs_node *parent, const char *name,240 int (*rmdir)(struct kernfs_node *kn);241 int (*rename)(struct kernfs_node *kn, struct kernfs_node *new_parent,243 int (*show_path)(struct seq_file *sf, struct kernfs_node *kn,