Searched refs:fs_parameter (Results 1 – 25 of 27) sorted by relevance
12
/Linux-v5.4/include/linux/ |
D | fs_context.h | 64 struct fs_parameter { struct 113 int (*parse_param)(struct fs_context *fc, struct fs_parameter *param); 131 extern int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param);
|
D | fs_parser.h | 86 struct fs_parameter *value, 89 struct fs_parameter *param,
|
D | security.h | 58 struct fs_parameter; 281 int security_fs_context_parse_param(struct fs_context *fc, struct fs_parameter *param); 593 struct fs_parameter *param) in security_fs_context_parse_param()
|
D | lsm_hooks.h | 1493 int (*fs_context_parse_param)(struct fs_context *fc, struct fs_parameter *param);
|
/Linux-v5.4/fs/ |
D | fs_parser.c | 81 struct fs_parameter *param, in fs_parse() 254 struct fs_parameter *param, in fs_lookup_param()
|
D | fs_context.c | 126 int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param) in vfs_parse_fs_param() 176 struct fs_parameter param = { in vfs_parse_fs_string() 557 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() 325 struct fs_parameter param = { in SYSCALL_DEFINE5()
|
/Linux-v5.4/kernel/cgroup/ |
D | cgroup-internal.h | 274 int cgroup1_parse_param(struct fs_context *fc, struct fs_parameter *param);
|
D | cgroup-v1.c | 906 int cgroup1_parse_param(struct fs_context *fc, struct fs_parameter *param) in cgroup1_parse_param()
|
/Linux-v5.4/fs/ramfs/ |
D | inode.c | 194 static int ramfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in ramfs_parse_param()
|
/Linux-v5.4/Documentation/filesystems/ |
D | mount_api.txt | 189 struct struct fs_parameter *param); 215 struct struct fs_parameter *param); 301 struct fs_parameter *param); 411 struct fs_parameter *param); 701 struct fs_parameter *param, 723 struct fs_parameter *value,
|
/Linux-v5.4/fs/afs/ |
D | super.c | 230 static int afs_parse_source(struct fs_context *fc, struct fs_parameter *param) in afs_parse_source() 320 static int afs_parse_param(struct fs_context *fc, struct fs_parameter *param) in afs_parse_param()
|
/Linux-v5.4/fs/proc/ |
D | root.c | 55 static int proc_parse_param(struct fs_context *fc, struct fs_parameter *param) in proc_parse_param()
|
/Linux-v5.4/fs/jffs2/ |
D | super.c | 193 static int jffs2_parse_param(struct fs_context *fc, struct fs_parameter *param) in jffs2_parse_param()
|
/Linux-v5.4/arch/s390/hypfs/ |
D | inode.c | 223 static int hypfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in hypfs_parse_param()
|
/Linux-v5.4/kernel/bpf/ |
D | inode.c | 603 static int bpf_parse_param(struct fs_context *fc, struct fs_parameter *param) in bpf_parse_param()
|
/Linux-v5.4/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 619 static int spufs_parse_param(struct fs_context *fc, struct fs_parameter *param) in spufs_parse_param()
|
/Linux-v5.4/fs/hugetlbfs/ |
D | inode.c | 1146 static int hugetlbfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in hugetlbfs_parse_param()
|
/Linux-v5.4/fs/fuse/ |
D | inode.c | 470 static int fuse_parse_param(struct fs_context *fc, struct fs_parameter *param) in fuse_parse_param()
|
/Linux-v5.4/fs/gfs2/ |
D | ops_fstype.c | 1338 static int gfs2_parse_param(struct fs_context *fc, struct fs_parameter *param) in gfs2_parse_param()
|
/Linux-v5.4/security/ |
D | security.c | 805 int security_fs_context_parse_param(struct fs_context *fc, struct fs_parameter *param) in security_fs_context_parse_param()
|
/Linux-v5.4/arch/x86/kernel/cpu/resctrl/ |
D | rdtgroup.c | 2052 static int rdt_parse_param(struct fs_context *fc, struct fs_parameter *param) in rdt_parse_param()
|
/Linux-v5.4/security/smack/ |
D | smack_lsm.c | 706 struct fs_parameter *param) in smack_fs_context_parse_param()
|
/Linux-v5.4/drivers/usb/gadget/function/ |
D | f_fs.c | 1514 static int ffs_fs_parse_param(struct fs_context *fc, struct fs_parameter *param) in ffs_fs_parse_param()
|
/Linux-v5.4/mm/ |
D | shmem.c | 3404 static int shmem_parse_one(struct fs_context *fc, struct fs_parameter *param) in shmem_parse_one()
|
12