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