Home
last modified time | relevance | path

Searched refs:kernfs_syscall_ops (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dkernfs.h146 struct kernfs_syscall_ops { struct
164 struct kernfs_syscall_ops *syscall_ops; argument
284 struct kernfs_root *kernfs_create_root(struct kernfs_syscall_ops *scops,
368 kernfs_create_root(struct kernfs_syscall_ops *scops, unsigned int flags, in kernfs_create_root()
/linux-4.4.14/fs/kernfs/
Dmount.c25 struct kernfs_syscall_ops *scops = root->syscall_ops; in kernfs_sop_remount_fs()
35 struct kernfs_syscall_ops *scops = root->syscall_ops; in kernfs_sop_show_options()
Ddir.c730 struct kernfs_root *kernfs_create_root(struct kernfs_syscall_ops *scops, in kernfs_create_root()
887 struct kernfs_syscall_ops *scops = kernfs_root(parent)->syscall_ops; in kernfs_iop_mkdir()
905 struct kernfs_syscall_ops *scops = kernfs_root(kn)->syscall_ops; in kernfs_iop_rmdir()
925 struct kernfs_syscall_ops *scops = kernfs_root(kn)->syscall_ops; in kernfs_iop_rename()
/linux-4.4.14/kernel/
Dcgroup.c1231 static struct kernfs_syscall_ops cgroup_kf_syscall_ops;
5212 static struct kernfs_syscall_ops cgroup_kf_syscall_ops = {