Home
last modified time | relevance | path

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

123

/linux/fs/
H A Dfs_parser.c57 struct fs_parameter *param, bool *negated) in fs_lookup_key()
106 struct fs_parameter *param, in __fs_parse()
146 struct fs_parameter *param, in fs_lookup_param()
194 static int fs_param_bad_value(struct p_log *log, struct fs_parameter *param) in fs_param_bad_value()
200 struct fs_parameter *param, struct fs_parse_result *result) in fs_param_is_bool()
216 struct fs_parameter *param, struct fs_parse_result *result) in fs_param_is_u32()
230 struct fs_parameter *param, struct fs_parse_result *result) in fs_param_is_s32()
243 struct fs_parameter *param, struct fs_parse_result *result) in fs_param_is_u64()
256 struct fs_parameter *param, struct fs_parse_result *result) in fs_param_is_enum()
272 struct fs_parameter *param, struct fs_parse_result *result) in fs_param_is_string()
[all …]
H A 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()
175 struct fs_parameter param = { in vfs_parse_fs_string()
576 static int legacy_parse_param(struct fs_context *fc, struct fs_parameter *param) in legacy_parse_param()
H A Dfsopen.c278 struct fs_parameter *param) in vfs_fsconfig_locked()
355 struct fs_parameter param = { in SYSCALL_DEFINE5()
/linux/include/linux/
H A Dfs_parser.h24 struct fs_parameter *,
68 struct fs_parameter *value,
73 struct fs_parameter *param, in fs_parse()
80 struct fs_parameter *param,
H A 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);
145 struct fs_parameter *param);
H A Dfscrypt.h35 struct fs_parameter;
362 int fscrypt_parse_test_dummy_encryption(const struct fs_parameter *param,
578 fscrypt_parse_test_dummy_encryption(const struct fs_parameter *param, in fscrypt_parse_test_dummy_encryption()
/linux/fs/nfs/
H A Dnfs4super.c155 struct fs_parameter param = { in do_nfs4_mount()
161 struct fs_parameter param_fsc = { in do_nfs4_mount()
H A Dfs_context.c408 struct fs_parameter *param) in nfs_parse_security_flavors()
467 struct fs_parameter *param) in nfs_parse_xprtsec_policy()
532 struct fs_parameter *param) in nfs_fs_context_parse_param()
/linux/include/linux/ceph/
H A Dlibceph.h292 struct fs_parameter;
297 int ceph_parse_param(struct fs_parameter *param, struct ceph_options *opt,
/linux/fs/proc/
H A Droot.c58 static int proc_parse_hidepid_param(struct fs_context *fc, struct fs_parameter *param) in proc_parse_hidepid_param()
112 static int proc_parse_param(struct fs_context *fc, struct fs_parameter *param) in proc_parse_param()
/linux/fs/coda/
H A Dinode.c139 static int coda_parse_fd(struct fs_context *fc, struct fs_parameter *param, in coda_parse_fd()
159 static int coda_parse_param(struct fs_context *fc, struct fs_parameter *param) in coda_parse_param()
/linux/fs/autofs/
H A Dinode.c156 struct fs_parameter *param, in autofs_parse_fd()
192 static int autofs_parse_param(struct fs_context *fc, struct fs_parameter *param) in autofs_parse_param()
/linux/kernel/cgroup/
H A Dcgroup-internal.h294 int cgroup1_parse_param(struct fs_context *fc, struct fs_parameter *param);
/linux/fs/afs/
H A Dsuper.c225 static int afs_parse_source(struct fs_context *fc, struct fs_parameter *param) in afs_parse_source()
319 static int afs_parse_param(struct fs_context *fc, struct fs_parameter *param) in afs_parse_param()
/linux/fs/ramfs/
H A Dinode.c231 static int ramfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in ramfs_parse_param()
/linux/fs/overlayfs/
H A Dparams.c428 static int ovl_parse_layer(struct fs_context *fc, struct fs_parameter *param, in ovl_parse_layer()
584 static int ovl_parse_param(struct fs_context *fc, struct fs_parameter *param) in ovl_parse_param()
/linux/fs/hfs/
H A Dsuper.c217 static int hfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in hfs_parse_param()
/linux/fs/vboxsf/
H A Dsuper.c54 static int vboxsf_parse_param(struct fs_context *fc, struct fs_parameter *param) in vboxsf_parse_param()
/linux/fs/ceph/
H A Dsuper.c349 static int ceph_parse_source(struct fs_parameter *param, struct fs_context *fc) in ceph_parse_source()
400 static int ceph_parse_mon_addr(struct fs_parameter *param, in ceph_parse_mon_addr()
415 struct fs_parameter *param) in ceph_parse_mount_param()
/linux/arch/s390/hypfs/
H A Dinode.c218 static int hypfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in hypfs_parse_param()
/linux/fs/efivarfs/
H A Dsuper.c311 static int efivarfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in efivarfs_parse_param()
/linux/fs/fat/
H A Dfat.h432 int fat_parse_param(struct fs_context *fc, struct fs_parameter *param,
/linux/fs/hfsplus/
H A Dhfsplus_fs.h501 int hfsplus_parse_param(struct fs_context *fc, struct fs_parameter *param);
/linux/fs/squashfs/
H A Dsuper.c127 static int squashfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in squashfs_parse_param()
/linux/fs/crypto/
H A Dpolicy.c803 int fscrypt_parse_test_dummy_encryption(const struct fs_parameter *param, in fscrypt_parse_test_dummy_encryption()

123