/fs/ |
D | fs_context.c | 39 static int legacy_init_fs_context(struct fs_context *fc); 84 static int vfs_parse_sb_flag(struct fs_context *fc, const char *key) in vfs_parse_sb_flag() 126 int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param) in vfs_parse_fs_param() 171 int vfs_parse_fs_string(struct fs_context *fc, const char *key, in vfs_parse_fs_string() 205 int generic_parse_monolithic(struct fs_context *fc, void *data) in generic_parse_monolithic() 251 static struct fs_context *alloc_fs_context(struct file_system_type *fs_type, in alloc_fs_context() 257 int (*init_fs_context)(struct fs_context *); in alloc_fs_context() 258 struct fs_context *fc; in alloc_fs_context() 261 fc = kzalloc(sizeof(struct fs_context), GFP_KERNEL); in alloc_fs_context() 304 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type, in fs_context_for_mount() [all …]
|
D | internal.h | 16 struct fs_context; 54 extern int parse_monolithic_mount_data(struct fs_context *, void *); 55 extern void fc_drop_locked(struct fs_context *); 56 extern void vfs_clean_context(struct fs_context *fc); 57 extern int finish_clean_context(struct fs_context *fc); 106 extern int reconfigure_super(struct fs_context *); 109 extern bool mount_capable(struct fs_context *);
|
D | super.c | 485 bool mount_capable(struct fs_context *fc) in mount_capable() 511 struct super_block *sget_fc(struct fs_context *fc, in sget_fc() argument 512 int (*test)(struct super_block *, struct fs_context *), in sget_fc() argument 513 int (*set)(struct super_block *, struct fs_context *)) in sget_fc() 903 int reconfigure_super(struct fs_context *fc) in reconfigure_super() 995 struct fs_context *fc; in do_emergency_remount_callback() 1121 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc() 1127 static int test_keyed_super(struct super_block *sb, struct fs_context *fc) in test_keyed_super() 1132 static int test_single_super(struct super_block *s, struct fs_context *fc) in test_single_super() 1162 int vfs_get_super(struct fs_context *fc, in vfs_get_super() [all …]
|
D | fsopen.c | 27 struct fs_context *fc = file->private_data; in fscontext_read() 69 struct fs_context *fc = file->private_data; in fscontext_release() 87 static int fscontext_create_fd(struct fs_context *fc, unsigned int o_flags) in fscontext_create_fd() 98 static int fscontext_alloc_log(struct fs_context *fc) in fscontext_alloc_log() 118 struct fs_context *fc; in SYSCALL_DEFINE2() 160 struct fs_context *fc; in SYSCALL_DEFINE3() 216 static int vfs_fsconfig_locked(struct fs_context *fc, int cmd, in vfs_fsconfig_locked() 321 struct fs_context *fc; in SYSCALL_DEFINE5()
|
D | fs_parser.c | 79 int fs_parse(struct fs_context *fc, in fs_parse() 253 int fs_lookup_param(struct fs_context *fc, in fs_lookup_param()
|
D | anon_inodes.c | 43 static int anon_inodefs_init_fs_context(struct fs_context *fc) in anon_inodefs_init_fs_context()
|
D | binfmt_misc.c | 825 static int bm_fill_super(struct super_block *sb, struct fs_context *fc) in bm_fill_super() 840 static int bm_get_tree(struct fs_context *fc) in bm_get_tree() 849 static int bm_init_fs_context(struct fs_context *fc) in bm_init_fs_context()
|
/fs/proc/ |
D | root.c | 55 static int proc_parse_param(struct fs_context *fc, struct fs_parameter *param) in proc_parse_param() 85 static void proc_apply_options(struct fs_context *fc, in proc_apply_options() 97 static int proc_fill_super(struct super_block *s, struct fs_context *fc) in proc_fill_super() 144 static int proc_reconfigure(struct fs_context *fc) in proc_reconfigure() 155 static int proc_get_tree(struct fs_context *fc) in proc_get_tree() 163 static void proc_fs_context_free(struct fs_context *fc) in proc_fs_context_free() 178 static int proc_init_fs_context(struct fs_context *fc) in proc_init_fs_context() 305 struct fs_context *fc; in pid_ns_prepare_proc()
|
/fs/afs/ |
D | super.c | 40 static int afs_init_fs_context(struct fs_context *fc); 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() 357 static int afs_validate_fc(struct fs_context *fc) in afs_validate_fc() 399 static int afs_test_super(struct super_block *sb, struct fs_context *fc) in afs_test_super() 411 static int afs_dynroot_test_super(struct super_block *sb, struct fs_context *fc) in afs_dynroot_test_super() 419 static int afs_set_super(struct super_block *sb, struct fs_context *fc) in afs_set_super() 492 static struct afs_super_info *afs_alloc_sbi(struct fs_context *fc) in afs_alloc_sbi() 543 static int afs_get_tree(struct fs_context *fc) in afs_get_tree() 596 static void afs_free_fc(struct fs_context *fc) in afs_free_fc() [all …]
|
D | mntpt.c | 72 static int afs_mntpt_set_params(struct fs_context *fc, struct dentry *mntpt) in afs_mntpt_set_params() 160 struct fs_context *fc; in afs_mntpt_do_automount()
|
/fs/jffs2/ |
D | super.c | 193 static int jffs2_parse_param(struct fs_context *fc, struct fs_parameter *param) in jffs2_parse_param() 224 static int jffs2_reconfigure(struct fs_context *fc) in jffs2_reconfigure() 247 static int jffs2_fill_super(struct super_block *sb, struct fs_context *fc) in jffs2_fill_super() 277 static int jffs2_get_tree(struct fs_context *fc) in jffs2_get_tree() 282 static void jffs2_free_fc(struct fs_context *fc) in jffs2_free_fc() 294 static int jffs2_init_fs_context(struct fs_context *fc) in jffs2_init_fs_context()
|
D | os-linux.h | 175 int jffs2_do_remount_fs(struct super_block *sb, struct fs_context *fc); 176 int jffs2_do_fill_super(struct super_block *sb, struct fs_context *fc);
|
/fs/ramfs/ |
D | inode.c | 194 static int ramfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in ramfs_parse_param() 222 static int ramfs_fill_super(struct super_block *sb, struct fs_context *fc) in ramfs_fill_super() 242 static int ramfs_get_tree(struct fs_context *fc) in ramfs_get_tree() 247 static void ramfs_free_fc(struct fs_context *fc) in ramfs_free_fc() 258 int ramfs_init_fs_context(struct fs_context *fc) in ramfs_init_fs_context()
|
/fs/sdcardfs/ |
D | main.c | 66 static int sdcardfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in sdcardfs_parse_param() 123 struct fs_context *fc) in copy_sb_opts() 180 struct fs_context *fc) in __sdcardfs_fill_super() 321 static int sdcardfs_get_tree(struct fs_context *fc) in sdcardfs_get_tree() 348 static void sdcardfs_free_fs_context(struct fs_context *fc) in sdcardfs_free_fs_context() 356 static int sdcardfs_reconfigure_context(struct fs_context *fc) in sdcardfs_reconfigure_context() 380 static int sdcardfs_init_fs_context(struct fs_context *fc) in sdcardfs_init_fs_context()
|
/fs/sysfs/ |
D | mount.c | 26 static int sysfs_get_tree(struct fs_context *fc) in sysfs_get_tree() 40 static void sysfs_fs_context_free(struct fs_context *fc) in sysfs_fs_context_free() 55 static int sysfs_init_fs_context(struct fs_context *fc) in sysfs_init_fs_context()
|
/fs/configfs/ |
D | mount.c | 65 static int configfs_fill_super(struct super_block *sb, struct fs_context *fc) in configfs_fill_super() 101 static int configfs_get_tree(struct fs_context *fc) in configfs_get_tree() 110 static int configfs_init_fs_context(struct fs_context *fc) in configfs_init_fs_context()
|
/fs/kernfs/ |
D | mount.c | 254 static int kernfs_test_super(struct super_block *sb, struct fs_context *fc) in kernfs_test_super() 262 static int kernfs_set_super(struct super_block *sb, struct fs_context *fc) in kernfs_set_super() 292 int kernfs_get_tree(struct fs_context *fc) in kernfs_get_tree() 333 void kernfs_free_fs_context(struct fs_context *fc) in kernfs_free_fs_context()
|
/fs/squashfs/ |
D | super.c | 41 struct fs_context *fc, in supported_squashfs_filesystem() 68 static int squashfs_fill_super(struct super_block *sb, struct fs_context *fc) in squashfs_fill_super() 346 static int squashfs_get_tree(struct fs_context *fc) in squashfs_get_tree() 351 static int squashfs_reconfigure(struct fs_context *fc) in squashfs_reconfigure() 363 static int squashfs_init_fs_context(struct fs_context *fc) in squashfs_init_fs_context()
|
/fs/efivarfs/ |
D | super.c | 190 static int efivarfs_fill_super(struct super_block *sb, struct fs_context *fc) in efivarfs_fill_super() 223 static int efivarfs_get_tree(struct fs_context *fc) in efivarfs_get_tree() 232 static int efivarfs_init_fs_context(struct fs_context *fc) in efivarfs_init_fs_context()
|
/fs/gfs2/ |
D | ops_fstype.c | 1042 static int gfs2_fill_super(struct super_block *sb, struct fs_context *fc) in gfs2_fill_super() 1216 static int gfs2_get_tree(struct fs_context *fc) in gfs2_get_tree() 1235 static void gfs2_fc_free(struct fs_context *fc) in gfs2_fc_free() 1338 static int gfs2_parse_param(struct fs_context *fc, struct fs_parameter *param) in gfs2_parse_param() 1446 static int gfs2_reconfigure(struct fs_context *fc) in gfs2_reconfigure() 1539 static int gfs2_init_fs_context(struct fs_context *fc) in gfs2_init_fs_context() 1565 static int set_meta_super(struct super_block *s, struct fs_context *fc) in set_meta_super() 1570 static int test_meta_super(struct super_block *s, struct fs_context *fc) in test_meta_super() 1575 static int gfs2_meta_get_tree(struct fs_context *fc) in gfs2_meta_get_tree() 1613 static int gfs2_meta_init_fs_context(struct fs_context *fc) in gfs2_meta_init_fs_context()
|
/fs/cramfs/ |
D | inode.c | 510 static int cramfs_reconfigure(struct fs_context *fc) in cramfs_reconfigure() 517 static int cramfs_read_super(struct super_block *sb, struct fs_context *fc, in cramfs_read_super() 614 static int cramfs_blkdev_fill_super(struct super_block *sb, struct fs_context *fc) in cramfs_blkdev_fill_super() 635 static int cramfs_mtd_fill_super(struct super_block *sb, struct fs_context *fc) in cramfs_mtd_fill_super() 955 static int cramfs_get_tree(struct fs_context *fc) in cramfs_get_tree() 977 static int cramfs_init_fs_context(struct fs_context *fc) in cramfs_init_fs_context()
|
/fs/romfs/ |
D | super.c | 426 static int romfs_reconfigure(struct fs_context *fc) in romfs_reconfigure() 459 static int romfs_fill_super(struct super_block *sb, struct fs_context *fc) in romfs_fill_super() 552 static int romfs_get_tree(struct fs_context *fc) in romfs_get_tree() 574 static int romfs_init_fs_context(struct fs_context *fc) in romfs_init_fs_context()
|
/fs/fuse/ |
D | control.c | 321 static int fuse_ctl_fill_super(struct super_block *sb, struct fs_context *fctx) in fuse_ctl_fill_super() 347 static int fuse_ctl_get_tree(struct fs_context *fc) in fuse_ctl_get_tree() 356 static int fuse_ctl_init_fs_context(struct fs_context *fc) in fuse_ctl_init_fs_context()
|
/fs/openpromfs/ |
D | inode.c | 379 static int openprom_fill_super(struct super_block *s, struct fs_context *fc) in openprom_fill_super() 413 static int openpromfs_get_tree(struct fs_context *fc) in openpromfs_get_tree() 422 static int openpromfs_init_fs_context(struct fs_context *fc) in openpromfs_init_fs_context()
|
/fs/hugetlbfs/ |
D | inode.c | 1146 static int hugetlbfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in hugetlbfs_parse_param() 1223 static int hugetlbfs_validate(struct fs_context *fc) in hugetlbfs_validate() 1251 hugetlbfs_fill_super(struct super_block *sb, struct fs_context *fc) in hugetlbfs_fill_super() 1297 static int hugetlbfs_get_tree(struct fs_context *fc) in hugetlbfs_get_tree() 1305 static void hugetlbfs_fs_context_free(struct fs_context *fc) in hugetlbfs_fs_context_free() 1316 static int hugetlbfs_init_fs_context(struct fs_context *fc) in hugetlbfs_init_fs_context() 1429 struct fs_context *fc; in mount_one_hugetlbfs()
|