Searched refs:scops (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/kernfs/ |
H A D | mount.c | 27 struct kernfs_syscall_ops *scops = root->syscall_ops; in kernfs_sop_show_options() local 29 if (scops && scops->show_options) in kernfs_sop_show_options() 30 return scops->show_options(sf, root); in kernfs_sop_show_options() 38 struct kernfs_syscall_ops *scops = root->syscall_ops; in kernfs_sop_show_path() local 40 if (scops && scops->show_path) in kernfs_sop_show_path() 41 return scops->show_path(sf, node, root); in kernfs_sop_show_path()
|
H A D | dir.c | 960 * @scops: optional syscall operations for the hierarchy 967 struct kernfs_root *kernfs_create_root(struct kernfs_syscall_ops *scops, in kernfs_create_root() argument 1003 root->syscall_ops = scops; in kernfs_create_root() 1139 struct kernfs_syscall_ops *scops = kernfs_root(parent)->syscall_ops; in kernfs_iop_mkdir() local 1142 if (!scops || !scops->mkdir) in kernfs_iop_mkdir() 1148 ret = scops->mkdir(parent, dentry->d_name.name, mode); in kernfs_iop_mkdir() 1157 struct kernfs_syscall_ops *scops = kernfs_root(kn)->syscall_ops; in kernfs_iop_rmdir() local 1160 if (!scops || !scops in kernfs_iop_rmdir() 1178 struct kernfs_syscall_ops *scops = kernfs_root(kn)->syscall_ops; kernfs_iop_rename() local [all...] |
/kernel/linux/linux-6.6/fs/kernfs/ |
H A D | mount.c | 30 struct kernfs_syscall_ops *scops = root->syscall_ops; in kernfs_sop_show_options() local 32 if (scops && scops->show_options) in kernfs_sop_show_options() 33 return scops->show_options(sf, root); in kernfs_sop_show_options() 41 struct kernfs_syscall_ops *scops = root->syscall_ops; in kernfs_sop_show_path() local 43 if (scops && scops->show_path) in kernfs_sop_show_path() 44 return scops->show_path(sf, node, root); in kernfs_sop_show_path()
|
H A D | dir.c | 945 * @scops: optional syscall operations for the hierarchy 952 struct kernfs_root *kernfs_create_root(struct kernfs_syscall_ops *scops, in kernfs_create_root() argument 991 root->syscall_ops = scops; in kernfs_create_root() 1228 struct kernfs_syscall_ops *scops = kernfs_root(parent)->syscall_ops; in kernfs_iop_mkdir() local 1231 if (!scops || !scops->mkdir) in kernfs_iop_mkdir() 1237 ret = scops->mkdir(parent, dentry->d_name.name, mode); in kernfs_iop_mkdir() 1246 struct kernfs_syscall_ops *scops = kernfs_root(kn)->syscall_ops; in kernfs_iop_rmdir() local 1249 if (!scops || !scops in kernfs_iop_rmdir() 1268 struct kernfs_syscall_ops *scops = kernfs_root(kn)->syscall_ops; kernfs_iop_rename() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | kernfs.h | 365 struct kernfs_root *kernfs_create_root(struct kernfs_syscall_ops *scops, 460 kernfs_create_root(struct kernfs_syscall_ops *scops, unsigned int flags, in kernfs_create_root() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kernfs.h | 413 struct kernfs_root *kernfs_create_root(struct kernfs_syscall_ops *scops, 509 kernfs_create_root(struct kernfs_syscall_ops *scops, unsigned int flags, in kernfs_create_root() argument
|
Completed in 8 milliseconds