Home
last modified time | relevance | path

Searched refs:fs_parameter (Results 1 – 25 of 42) sorted by relevance

12

/Linux-v5.15/fs/
Dfs_parser.c56 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 …]
Dfs_context.c94 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()
Dfsopen.c217 struct fs_parameter *param) in vfs_fsconfig_locked()
326 struct fs_parameter param = { in SYSCALL_DEFINE5()
/Linux-v5.15/include/linux/
Dfs_parser.h24 struct fs_parameter *,
65 struct fs_parameter *value,
70 struct fs_parameter *param, in fs_parse()
77 struct fs_parameter *param,
Dfs_context.h63 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);
Dsecurity.h58 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/
Dlibceph.h300 struct fs_parameter;
305 int ceph_parse_param(struct fs_parameter *param, struct ceph_options *opt,
/Linux-v5.15/fs/proc/
Droot.c61 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/
Dcgroup-internal.h275 int cgroup1_parse_param(struct fs_context *fc, struct fs_parameter *param);
/Linux-v5.15/Documentation/filesystems/
Dmount_api.rst216 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/
Dnfs4super.c154 struct fs_parameter param = { in do_nfs4_mount()
Dfs_context.c371 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/
Dinode.c199 static int ramfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in ramfs_parse_param()
/Linux-v5.15/fs/afs/
Dsuper.c224 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/
Dsuper.c187 static int jffs2_parse_param(struct fs_context *fc, struct fs_parameter *param) in jffs2_parse_param()
/Linux-v5.15/fs/vboxsf/
Dsuper.c54 static int vboxsf_parse_param(struct fs_context *fc, struct fs_parameter *param) in vboxsf_parse_param()
/Linux-v5.15/arch/s390/hypfs/
Dinode.c218 static int hypfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in hypfs_parse_param()
/Linux-v5.15/fs/squashfs/
Dsuper.c66 static int squashfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in squashfs_parse_param()
/Linux-v5.15/fs/ceph/
Dsuper.c238 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/
Dfs_context.c494 struct fs_parameter *param);
780 struct fs_parameter *param) in smb3_fs_context_parse_param()
/Linux-v5.15/kernel/bpf/
Dinode.c644 static int bpf_parse_param(struct fs_context *fc, struct fs_parameter *param) in bpf_parse_param()
/Linux-v5.15/drivers/android/
Dbinderfs.c280 struct fs_parameter *param) in binderfs_fs_context_parse_param()
/Linux-v5.15/fs/erofs/
Dsuper.c413 struct fs_parameter *param) in erofs_fc_parse_param()
/Linux-v5.15/arch/powerpc/platforms/cell/spufs/
Dinode.c607 static int spufs_parse_param(struct fs_context *fc, struct fs_parameter *param) in spufs_parse_param()
/Linux-v5.15/fs/exfat/
Dsuper.c257 static int exfat_parse_param(struct fs_context *fc, struct fs_parameter *param) in exfat_parse_param()

12