Home
last modified time | relevance | path

Searched refs:fs_context (Results 1 – 25 of 63) sorted by relevance

123

/fs/
Dfs_context.c39 static int legacy_init_fs_context(struct fs_context *fc);
61 static int vfs_parse_sb_flag(struct fs_context *fc, const char *key) in vfs_parse_sb_flag()
94 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()
166 int vfs_parse_fs_string(struct fs_context *fc, const char *key, in vfs_parse_fs_string()
201 int generic_parse_monolithic(struct fs_context *fc, void *data) in generic_parse_monolithic()
247 static struct fs_context *alloc_fs_context(struct file_system_type *fs_type, in alloc_fs_context()
253 int (*init_fs_context)(struct fs_context *); in alloc_fs_context()
254 struct fs_context *fc; in alloc_fs_context()
257 fc = kzalloc(sizeof(struct fs_context), GFP_KERNEL_ACCOUNT); in alloc_fs_context()
[all …]
Dsuper.c539 bool mount_capable(struct fs_context *fc) in mount_capable()
565 struct super_block *sget_fc(struct fs_context *fc, in sget_fc() argument
566 int (*test)(struct super_block *, struct fs_context *), in sget_fc() argument
567 int (*set)(struct super_block *, struct fs_context *)) in sget_fc()
904 int reconfigure_super(struct fs_context *fc) in reconfigure_super()
1006 struct fs_context *fc; in do_emergency_remount_callback()
1132 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc()
1138 static int test_keyed_super(struct super_block *sb, struct fs_context *fc) in test_keyed_super()
1143 static int test_single_super(struct super_block *s, struct fs_context *fc) in test_single_super()
1173 int vfs_get_super(struct fs_context *fc, in vfs_get_super()
[all …]
Dinternal.h16 struct fs_context;
53 extern int parse_monolithic_mount_data(struct fs_context *, void *);
54 extern void vfs_clean_context(struct fs_context *fc);
55 extern int finish_clean_context(struct fs_context *fc);
118 extern int reconfigure_super(struct fs_context *);
122 extern bool mount_capable(struct fs_context *);
Dfsopen.c27 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()
/fs/proc/
Droot.c58 static int proc_parse_hidepid_param(struct fs_context *fc, struct fs_parameter *param) in proc_parse_hidepid_param()
89 static int proc_parse_subset_param(struct fs_context *fc, char *value) in proc_parse_subset_param()
112 static int proc_parse_param(struct fs_context *fc, struct fs_parameter *param) in proc_parse_param()
146 struct fs_context *fc, in proc_apply_options()
159 static int proc_fill_super(struct super_block *s, struct fs_context *fc) in proc_fill_super()
213 static int proc_reconfigure(struct fs_context *fc) in proc_reconfigure()
224 static int proc_get_tree(struct fs_context *fc) in proc_get_tree()
229 static void proc_fs_context_free(struct fs_context *fc) in proc_fs_context_free()
244 static int proc_init_fs_context(struct fs_context *fc) in proc_init_fs_context()
/fs/jffs2/
Dsuper.c187 static int jffs2_parse_param(struct fs_context *fc, struct fs_parameter *param) in jffs2_parse_param()
215 static inline void jffs2_update_mount_opts(struct fs_context *fc) in jffs2_update_mount_opts()
232 static int jffs2_reconfigure(struct fs_context *fc) in jffs2_reconfigure()
257 static int jffs2_fill_super(struct super_block *sb, struct fs_context *fc) in jffs2_fill_super()
291 static int jffs2_get_tree(struct fs_context *fc) in jffs2_get_tree()
296 static void jffs2_free_fc(struct fs_context *fc) in jffs2_free_fc()
308 static int jffs2_init_fs_context(struct fs_context *fc) in jffs2_init_fs_context()
/fs/afs/
Dsuper.c40 static int afs_init_fs_context(struct fs_context *fc);
225 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()
356 static int afs_validate_fc(struct fs_context *fc) in afs_validate_fc()
420 static int afs_test_super(struct super_block *sb, struct fs_context *fc) in afs_test_super()
432 static int afs_dynroot_test_super(struct super_block *sb, struct fs_context *fc) in afs_dynroot_test_super()
440 static int afs_set_super(struct super_block *sb, struct fs_context *fc) in afs_set_super()
506 static struct afs_super_info *afs_alloc_sbi(struct fs_context *fc) in afs_alloc_sbi()
558 static int afs_get_tree(struct fs_context *fc) in afs_get_tree()
611 static void afs_free_fc(struct fs_context *fc) in afs_free_fc()
[all …]
/fs/vboxsf/
Dsuper.c54 static int vboxsf_parse_param(struct fs_context *fc, struct fs_parameter *param) in vboxsf_parse_param()
119 static int vboxsf_fill_super(struct super_block *sb, struct fs_context *fc) in vboxsf_fill_super()
384 static int vboxsf_parse_monolithic(struct fs_context *fc, void *data) in vboxsf_parse_monolithic()
394 static int vboxsf_get_tree(struct fs_context *fc) in vboxsf_get_tree()
405 static int vboxsf_reconfigure(struct fs_context *fc) in vboxsf_reconfigure()
418 static void vboxsf_free_fc(struct fs_context *fc) in vboxsf_free_fc()
434 static int vboxsf_init_fs_context(struct fs_context *fc) in vboxsf_init_fs_context()
/fs/ramfs/
Dinode.c200 static int ramfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in ramfs_parse_param()
231 static int ramfs_fill_super(struct super_block *sb, struct fs_context *fc) in ramfs_fill_super()
251 static int ramfs_get_tree(struct fs_context *fc) in ramfs_get_tree()
256 static void ramfs_free_fc(struct fs_context *fc) in ramfs_free_fc()
267 int ramfs_init_fs_context(struct fs_context *fc) in ramfs_init_fs_context()
/fs/smb/client/
Dfs_context.c198 cifs_parse_security_flavors(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) in cifs_parse_security_flavors()
253 cifs_parse_cache_flavor(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) in cifs_parse_cache_flavor()
338 cifs_parse_smb_version(struct fs_context *fc, char *value, struct smb3_fs_context *ctx, bool is_smb… in cifs_parse_smb_version()
542 static void smb3_fs_context_free(struct fs_context *fc);
543 static int smb3_fs_context_parse_param(struct fs_context *fc,
545 static int smb3_fs_context_parse_monolithic(struct fs_context *fc,
547 static int smb3_get_tree(struct fs_context *fc);
548 static int smb3_reconfigure(struct fs_context *fc);
570 static int smb3_fs_context_parse_monolithic(struct fs_context *fc, in smb3_fs_context_parse_monolithic()
629 static int smb3_fs_context_validate(struct fs_context *fc) in smb3_fs_context_validate()
[all …]
/fs/sysfs/
Dmount.c26 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/nfs/
Dfs_context.c309 static int nfs_validate_transport_protocol(struct fs_context *fc, in nfs_validate_transport_protocol()
351 static int nfs_auth_info_add(struct fs_context *fc, in nfs_auth_info_add()
374 static int nfs_parse_security_flavors(struct fs_context *fc, in nfs_parse_security_flavors()
433 static int nfs_parse_version_string(struct fs_context *fc, in nfs_parse_version_string()
475 static int nfs_fs_context_parse_param(struct fs_context *fc, in nfs_fs_context_parse_param()
887 static int nfs_parse_source(struct fs_context *fc, in nfs_parse_source()
952 static inline bool is_remount_fc(struct fs_context *fc) in is_remount_fc()
973 static int nfs23_parse_monolithic(struct fs_context *fc, in nfs23_parse_monolithic()
1205 static int nfs4_parse_monolithic(struct fs_context *fc, in nfs4_parse_monolithic()
1302 static int nfs_fs_context_parse_monolithic(struct fs_context *fc, in nfs_fs_context_parse_monolithic()
[all …]
Dinternal.h176 static inline struct nfs_fs_context *nfs_fc2context(const struct fs_context *fc) in nfs_fc2context()
221 extern struct nfs_server *nfs_create_server(struct fs_context *);
223 extern struct nfs_server *nfs4_create_server(struct fs_context *);
224 extern struct nfs_server *nfs4_create_referral_server(struct fs_context *);
442 int nfs_try_get_tree(struct fs_context *);
443 int nfs_get_tree_common(struct fs_context *);
473 int nfs_submount(struct fs_context *, struct nfs_server *);
474 int nfs_do_submount(struct fs_context *);
477 extern int nfs_get_root(struct super_block *s, struct fs_context *fc);
498 int nfs_reconfigure(struct fs_context *);
Dnfs4super.c143 struct fs_context *fc, in do_nfs4_mount()
148 struct fs_context *root_fc; in do_nfs4_mount()
216 int nfs4_try_get_tree(struct fs_context *fc) in nfs4_try_get_tree()
241 int nfs4_get_referral_tree(struct fs_context *fc) in nfs4_get_referral_tree()
Dsuper.c818 static int nfs_request_mount(struct fs_context *fc, in nfs_request_mount()
877 static struct nfs_server *nfs_try_mount_request(struct fs_context *fc) in nfs_try_mount_request()
948 int nfs_try_get_tree(struct fs_context *fc) in nfs_try_get_tree()
1001 int nfs_reconfigure(struct fs_context *fc) in nfs_reconfigure()
1095 const struct fs_context *fc) in nfs_compare_mount_options()
1126 static int nfs_set_super(struct super_block *s, struct fs_context *fc) in nfs_set_super()
1195 static int nfs_compare_super(struct super_block *sb, struct fs_context *fc) in nfs_compare_super()
1254 int nfs_get_tree_common(struct fs_context *fc) in nfs_get_tree_common()
1258 int (*compare_super)(struct super_block *, struct fs_context *) = nfs_compare_super; in nfs_get_tree_common()
Dnfs4namespace.c288 static int try_location(struct fs_context *fc, in try_location()
368 static int nfs_follow_referral(struct fs_context *fc, in nfs_follow_referral()
405 static int nfs_do_refmount(struct fs_context *fc, struct rpc_clnt *client) in nfs_do_refmount()
451 int nfs4_submount(struct fs_context *fc, struct nfs_server *server) in nfs4_submount()
/fs/squashfs/
Dsuper.c67 static int squashfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in squashfs_parse_param()
89 struct fs_context *fc, in supported_squashfs_filesystem()
116 static int squashfs_fill_super(struct super_block *sb, struct fs_context *fc) in squashfs_fill_super()
397 static int squashfs_get_tree(struct fs_context *fc) in squashfs_get_tree()
402 static int squashfs_reconfigure(struct fs_context *fc) in squashfs_reconfigure()
416 static void squashfs_free_fs_context(struct fs_context *fc) in squashfs_free_fs_context()
441 static int squashfs_init_fs_context(struct fs_context *fc) in squashfs_init_fs_context()
/fs/efivarfs/
Dsuper.c189 static int efivarfs_fill_super(struct super_block *sb, struct fs_context *fc) in efivarfs_fill_super()
225 static int efivarfs_get_tree(struct fs_context *fc) in efivarfs_get_tree()
230 static int efivarfs_reconfigure(struct fs_context *fc) in efivarfs_reconfigure()
245 static int efivarfs_init_fs_context(struct fs_context *fc) in efivarfs_init_fs_context()
/fs/configfs/
Dmount.c63 static int configfs_fill_super(struct super_block *sb, struct fs_context *fc) in configfs_fill_super()
99 static int configfs_get_tree(struct fs_context *fc) in configfs_get_tree()
108 static int configfs_init_fs_context(struct fs_context *fc) in configfs_init_fs_context()
/fs/ceph/
Dsuper.c253 struct fs_context *fc) in ceph_parse_old_source()
272 struct fs_context *fc) in ceph_parse_new_source()
330 static int ceph_parse_source(struct fs_parameter *param, struct fs_context *fc) in ceph_parse_source()
382 struct fs_context *fc) in ceph_parse_mon_addr()
395 static int ceph_parse_mount_param(struct fs_context *fc, in ceph_parse_mount_param()
1059 struct fs_context *fc) in ceph_real_mount()
1107 static int ceph_set_super(struct super_block *s, struct fs_context *fc) in ceph_set_super()
1138 static int ceph_compare_super(struct super_block *sb, struct fs_context *fc) in ceph_compare_super()
1197 static int ceph_get_tree(struct fs_context *fc) in ceph_get_tree()
1204 int (*compare_super)(struct super_block *, struct fs_context *) = in ceph_get_tree()
[all …]
Dcache.h17 int ceph_fscache_register_fs(struct ceph_fs_client* fsc, struct fs_context *fc);
80 struct fs_context *fc) in ceph_fscache_register_fs()
/fs/kernfs/
Dmount.c279 static int kernfs_test_super(struct super_block *sb, struct fs_context *fc) in kernfs_test_super()
287 static int kernfs_set_super(struct super_block *sb, struct fs_context *fc) in kernfs_set_super()
317 int kernfs_get_tree(struct fs_context *fc) in kernfs_get_tree()
359 void kernfs_free_fs_context(struct fs_context *fc) in kernfs_free_fs_context()
/fs/erofs/
Dsuper.c431 static bool erofs_fc_set_dax_mode(struct fs_context *fc, unsigned int mode) in erofs_fc_set_dax_mode()
456 static int erofs_fc_parse_param(struct fs_context *fc, in erofs_fc_parse_param()
586 static int erofs_fc_fill_pseudo_super(struct super_block *sb, struct fs_context *fc) in erofs_fc_fill_pseudo_super()
593 static int erofs_fc_fill_super(struct super_block *sb, struct fs_context *fc) in erofs_fc_fill_super()
719 static int erofs_fc_anon_get_tree(struct fs_context *fc) in erofs_fc_anon_get_tree()
724 static int erofs_fc_get_tree(struct fs_context *fc) in erofs_fc_get_tree()
734 static int erofs_fc_reconfigure(struct fs_context *fc) in erofs_fc_reconfigure()
779 static void erofs_fc_free(struct fs_context *fc) in erofs_fc_free()
800 static int erofs_init_fs_context(struct fs_context *fc) in erofs_init_fs_context()
/fs/exfat/
Dsuper.c260 static int exfat_parse_param(struct fs_context *fc, struct fs_parameter *param) in exfat_parse_param()
626 static int exfat_fill_super(struct super_block *sb, struct fs_context *fc) in exfat_fill_super()
719 static int exfat_get_tree(struct fs_context *fc) in exfat_get_tree()
724 static void exfat_free(struct fs_context *fc) in exfat_free()
734 static int exfat_reconfigure(struct fs_context *fc) in exfat_reconfigure()
750 static int exfat_init_fs_context(struct fs_context *fc) in exfat_init_fs_context()
/fs/fuse/
Dcontrol.c314 static int fuse_ctl_fill_super(struct super_block *sb, struct fs_context *fsc) in fuse_ctl_fill_super()
340 static int fuse_ctl_get_tree(struct fs_context *fsc) in fuse_ctl_get_tree()
349 static int fuse_ctl_init_fs_context(struct fs_context *fsc) in fuse_ctl_init_fs_context()

123