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