Searched defs:kernfs_syscall_ops (Results 1 – 1 of 1) sorted by relevance
241 struct kernfs_syscall_ops { struct242 int (*show_options)(struct seq_file *sf, struct kernfs_root *root);244 int (*mkdir)(struct kernfs_node *parent, const char *name,246 int (*rmdir)(struct kernfs_node *kn);247 int (*rename)(struct kernfs_node *kn, struct kernfs_node *new_parent,249 int (*show_path)(struct seq_file *sf, struct kernfs_node *kn,