Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dkernfs.h146 struct kernfs_syscall_ops { struct
164 struct kernfs_syscall_ops *syscall_ops; argument
282 struct kernfs_root *kernfs_create_root(struct kernfs_syscall_ops *scops,
359 kernfs_create_root(struct kernfs_syscall_ops *scops, unsigned int flags, in kernfs_create_root()
/linux-4.1.27/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.c707 struct kernfs_root *kernfs_create_root(struct kernfs_syscall_ops *scops, in kernfs_create_root()
864 struct kernfs_syscall_ops *scops = kernfs_root(parent)->syscall_ops; in kernfs_iop_mkdir()
882 struct kernfs_syscall_ops *scops = kernfs_root(kn)->syscall_ops; in kernfs_iop_rmdir()
902 struct kernfs_syscall_ops *scops = kernfs_root(kn)->syscall_ops; in kernfs_iop_rename()
/linux-4.1.27/kernel/
Dcgroup.c1002 static struct kernfs_syscall_ops cgroup_kf_syscall_ops;
4899 static struct kernfs_syscall_ops cgroup_kf_syscall_ops = {