Searched refs:fs_parameter_spec (Results  1 – 25 of 34) sorted by relevance
12
| /Linux-v5.10/fs/ | 
| D | fs_parser.c | 49 static inline bool is_flag(const struct fs_parameter_spec *p)  in is_flag()54 static const struct fs_parameter_spec *fs_lookup_key(  in fs_lookup_key()
 55 	const struct fs_parameter_spec *desc,  in fs_lookup_key()
 58 	const struct fs_parameter_spec *p, *other = NULL;  in fs_lookup_key()
 104 	     const struct fs_parameter_spec *desc,  in __fs_parse()
 108 	const struct fs_parameter_spec *p;  in __fs_parse()
 197 int fs_param_is_bool(struct p_log *log, const struct fs_parameter_spec *p,  in fs_param_is_bool()
 211 int fs_param_is_u32(struct p_log *log, const struct fs_parameter_spec *p,  in fs_param_is_u32()
 222 int fs_param_is_s32(struct p_log *log, const struct fs_parameter_spec *p,  in fs_param_is_s32()
 232 int fs_param_is_u64(struct p_log *log, const struct fs_parameter_spec *p,  in fs_param_is_u64()
 [all …]
 
 | 
| /Linux-v5.10/include/linux/ | 
| D | fs_parser.h | 20 struct fs_parameter_spec;23 			  const struct fs_parameter_spec *,
 39 struct fs_parameter_spec {  struct
 64 		    const struct fs_parameter_spec *desc,  argument
 69 	     const struct fs_parameter_spec *desc,  in fs_parse()
 87 				    const struct fs_parameter_spec *desc);
 93 					   const struct fs_parameter_spec *desc)  in fs_validate_description()
 
 | 
| D | ramfs.h | 21 extern const struct fs_parameter_spec ramfs_fs_parameters[];
 | 
| D | shmem_fs.h | 56 extern const struct fs_parameter_spec shmem_fs_parameters[];
 | 
| D | fs.h | 70 struct fs_parameter_spec;2239 	const struct fs_parameter_spec *parameters;
 
 | 
| /Linux-v5.10/fs/proc/ | 
| D | root.c | 46 static const struct fs_parameter_spec proc_fs_parameters[] = {64 	struct fs_parameter_spec hidepid_u32_spec = fsparam_u32("hidepid", Opt_hidepid);  in proc_parse_hidepid_param()
 
 | 
| /Linux-v5.10/kernel/cgroup/ | 
| D | cgroup-internal.h | 268 extern const struct fs_parameter_spec cgroup1_fs_parameters[];
 | 
| D | cgroup-v1.c | 889 const struct fs_parameter_spec cgroup1_fs_parameters[] = {
 | 
| /Linux-v5.10/fs/ramfs/ | 
| D | inode.c | 184 const struct fs_parameter_spec ramfs_fs_parameters[] = {
 | 
| /Linux-v5.10/fs/afs/ | 
| D | super.c | 41 static const struct fs_parameter_spec afs_fs_parameters[];84 static const struct fs_parameter_spec afs_fs_parameters[] = {
 
 | 
| /Linux-v5.10/fs/jffs2/ | 
| D | super.c | 181 static const struct fs_parameter_spec jffs2_fs_parameters[] = {
 | 
| /Linux-v5.10/fs/vboxsf/ | 
| D | super.c | 45 static const struct fs_parameter_spec vboxsf_fs_parameters[] = {
 | 
| /Linux-v5.10/arch/s390/hypfs/ | 
| D | inode.c | 212 static const struct fs_parameter_spec hypfs_fs_parameters[] = {
 | 
| /Linux-v5.10/fs/erofs/ | 
| D | super.c | 226 static const struct fs_parameter_spec erofs_fs_parameters[] = {
 | 
| /Linux-v5.10/Documentation/filesystems/ | 
| D | mount_api.rst | 602 		const struct fs_parameter_spec *specs;630 	struct fs_parameter_spec {
 698 	static const struct fs_parameter_spec afs_param_specs[] = {
 
 | 
| /Linux-v5.10/drivers/android/ | 
| D | binderfs.c | 66 static const struct fs_parameter_spec binderfs_fs_parameters[] = {
 | 
| /Linux-v5.10/arch/powerpc/platforms/cell/spufs/ | 
| D | inode.c | 586 static const struct fs_parameter_spec spufs_fs_parameters[] = {
 | 
| /Linux-v5.10/kernel/bpf/ | 
| D | inode.c | 634 static const struct fs_parameter_spec bpf_fs_parameters[] = {
 | 
| /Linux-v5.10/net/ceph/ | 
| D | ceph_common.c | 290 static const struct fs_parameter_spec ceph_parameters[] = {
 | 
| /Linux-v5.10/fs/exfat/ | 
| D | super.c | 235 static const struct fs_parameter_spec exfat_parameters[] = {
 | 
| /Linux-v5.10/fs/ceph/ | 
| D | super.c | 174 static const struct fs_parameter_spec ceph_mount_parameters[] = {
 | 
| /Linux-v5.10/fs/fuse/ | 
| D | virtio_fs.c | 89 static const struct fs_parameter_spec virtio_fs_parameters[] = {
 | 
| D | inode.c | 512 static const struct fs_parameter_spec fuse_fs_parameters[] = {
 | 
| /Linux-v5.10/fs/hugetlbfs/ | 
| D | inode.c | 77 static const struct fs_parameter_spec hugetlb_fs_parameters[] = {
 | 
| /Linux-v5.10/fs/nfs/ | 
| D | fs_context.c | 116 static const struct fs_parameter_spec nfs_fs_parameters[] = {
 | 
        12