/Linux-v5.15/fs/ |
D | fs_parser.c | 56 struct fs_parameter *param, bool *negated) in fs_lookup_key() 105 struct fs_parameter *param, in __fs_parse() 144 struct fs_parameter *param, in fs_lookup_param() 191 static int fs_param_bad_value(struct p_log *log, struct fs_parameter *param) in fs_param_bad_value() 197 struct fs_parameter *param, struct fs_parse_result *result) in fs_param_is_bool() 211 struct fs_parameter *param, struct fs_parse_result *result) in fs_param_is_u32() 222 struct fs_parameter *param, struct fs_parse_result *result) in fs_param_is_s32() 232 struct fs_parameter *param, struct fs_parse_result *result) in fs_param_is_u64() 242 struct fs_parameter *param, struct fs_parse_result *result) in fs_param_is_enum() 256 struct fs_parameter *param, struct fs_parse_result *result) in fs_param_is_string() [all …]
|
D | fs_context.c | 94 int vfs_parse_fs_param_source(struct fs_context *fc, struct fs_parameter *param) in vfs_parse_fs_param_source() 127 int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param) in vfs_parse_fs_param() 171 struct fs_parameter param = { in vfs_parse_fs_string() 525 static int legacy_parse_param(struct fs_context *fc, struct fs_parameter *param) in legacy_parse_param()
|
D | fsopen.c | 217 struct fs_parameter *param) in vfs_fsconfig_locked() 326 struct fs_parameter param = { in SYSCALL_DEFINE5()
|
/Linux-v5.15/include/linux/ |
D | fs_parser.h | 24 struct fs_parameter *, 65 struct fs_parameter *value, 70 struct fs_parameter *param, in fs_parse() 77 struct fs_parameter *param,
|
D | fs_context.h | 63 struct fs_parameter { struct 118 int (*parse_param)(struct fs_context *fc, struct fs_parameter *param); 136 extern int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param); 143 struct fs_parameter *param);
|
D | security.h | 58 struct fs_parameter; 293 int security_fs_context_parse_param(struct fs_context *fc, struct fs_parameter *param); 628 struct fs_parameter *param) in security_fs_context_parse_param()
|
/Linux-v5.15/include/linux/ceph/ |
D | libceph.h | 300 struct fs_parameter; 305 int ceph_parse_param(struct fs_parameter *param, struct ceph_options *opt,
|
/Linux-v5.15/fs/proc/ |
D | root.c | 61 static int proc_parse_hidepid_param(struct fs_context *fc, struct fs_parameter *param) in proc_parse_hidepid_param() 115 static int proc_parse_param(struct fs_context *fc, struct fs_parameter *param) in proc_parse_param()
|
/Linux-v5.15/kernel/cgroup/ |
D | cgroup-internal.h | 275 int cgroup1_parse_param(struct fs_context *fc, struct fs_parameter *param);
|
/Linux-v5.15/Documentation/filesystems/ |
D | mount_api.rst | 216 struct fs_parameter *param); 250 struct fs_parameter *param); 349 struct fs_parameter *param); 480 struct fs_parameter *param); 791 struct fs_parameter *param, 815 struct fs_parameter *value,
|
/Linux-v5.15/fs/nfs/ |
D | nfs4super.c | 154 struct fs_parameter param = { in do_nfs4_mount()
|
D | fs_context.c | 371 struct fs_parameter *param) in nfs_parse_security_flavors() 472 struct fs_parameter *param) in nfs_fs_context_parse_param()
|
/Linux-v5.15/fs/ramfs/ |
D | inode.c | 199 static int ramfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in ramfs_parse_param()
|
/Linux-v5.15/fs/afs/ |
D | super.c | 224 static int afs_parse_source(struct fs_context *fc, struct fs_parameter *param) in afs_parse_source() 318 static int afs_parse_param(struct fs_context *fc, struct fs_parameter *param) in afs_parse_param()
|
/Linux-v5.15/fs/jffs2/ |
D | super.c | 187 static int jffs2_parse_param(struct fs_context *fc, struct fs_parameter *param) in jffs2_parse_param()
|
/Linux-v5.15/fs/vboxsf/ |
D | super.c | 54 static int vboxsf_parse_param(struct fs_context *fc, struct fs_parameter *param) in vboxsf_parse_param()
|
/Linux-v5.15/arch/s390/hypfs/ |
D | inode.c | 218 static int hypfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in hypfs_parse_param()
|
/Linux-v5.15/fs/squashfs/ |
D | super.c | 66 static int squashfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in squashfs_parse_param()
|
/Linux-v5.15/fs/ceph/ |
D | super.c | 238 static int ceph_parse_source(struct fs_parameter *param, struct fs_context *fc) in ceph_parse_source() 284 struct fs_parameter *param) in ceph_parse_mount_param()
|
/Linux-v5.15/fs/cifs/ |
D | fs_context.c | 494 struct fs_parameter *param); 780 struct fs_parameter *param) in smb3_fs_context_parse_param()
|
/Linux-v5.15/kernel/bpf/ |
D | inode.c | 644 static int bpf_parse_param(struct fs_context *fc, struct fs_parameter *param) in bpf_parse_param()
|
/Linux-v5.15/drivers/android/ |
D | binderfs.c | 280 struct fs_parameter *param) in binderfs_fs_context_parse_param()
|
/Linux-v5.15/fs/erofs/ |
D | super.c | 413 struct fs_parameter *param) in erofs_fc_parse_param()
|
/Linux-v5.15/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 607 static int spufs_parse_param(struct fs_context *fc, struct fs_parameter *param) in spufs_parse_param()
|
/Linux-v5.15/fs/exfat/ |
D | super.c | 257 static int exfat_parse_param(struct fs_context *fc, struct fs_parameter *param) in exfat_parse_param()
|