Searched refs:scops (Results 1 – 3 of 3) sorted by relevance
25 struct kernfs_syscall_ops *scops = root->syscall_ops; in kernfs_sop_remount_fs() local27 if (scops && scops->remount_fs) in kernfs_sop_remount_fs()28 return scops->remount_fs(root, flags, data); in kernfs_sop_remount_fs()35 struct kernfs_syscall_ops *scops = root->syscall_ops; in kernfs_sop_show_options() local37 if (scops && scops->show_options) in kernfs_sop_show_options()38 return scops->show_options(sf, root); in kernfs_sop_show_options()
730 struct kernfs_root *kernfs_create_root(struct kernfs_syscall_ops *scops, in kernfs_create_root() argument754 root->syscall_ops = scops; in kernfs_create_root()887 struct kernfs_syscall_ops *scops = kernfs_root(parent)->syscall_ops; in kernfs_iop_mkdir() local890 if (!scops || !scops->mkdir) in kernfs_iop_mkdir()896 ret = scops->mkdir(parent, dentry->d_name.name, mode); in kernfs_iop_mkdir()905 struct kernfs_syscall_ops *scops = kernfs_root(kn)->syscall_ops; in kernfs_iop_rmdir() local908 if (!scops || !scops->rmdir) in kernfs_iop_rmdir()914 ret = scops->rmdir(kn); in kernfs_iop_rmdir()925 struct kernfs_syscall_ops *scops = kernfs_root(kn)->syscall_ops; in kernfs_iop_rename() local928 if (!scops || !scops->rename) in kernfs_iop_rename()[all …]
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() argument