Home
last modified time | relevance | path

Searched defs:scops (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/kernfs/
Dmount.c25 struct kernfs_syscall_ops *scops = root->syscall_ops; in kernfs_sop_remount_fs() local
35 struct kernfs_syscall_ops *scops = root->syscall_ops; in kernfs_sop_show_options() local
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() local
905 struct kernfs_syscall_ops *scops = kernfs_root(kn)->syscall_ops; in kernfs_iop_rmdir() local
925 struct kernfs_syscall_ops *scops = kernfs_root(kn)->syscall_ops; in kernfs_iop_rename() local
/linux-4.4.14/include/linux/
Dkernfs.h368 kernfs_create_root(struct kernfs_syscall_ops *scops, unsigned int flags, in kernfs_create_root()