Home
last modified time | relevance | path

Searched defs:fc (Results 1 – 25 of 91) sorted by relevance

1234

/fs/
Dfs_context.c61 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()
170 int vfs_parse_fs_string(struct fs_context *fc, const char *key, in vfs_parse_fs_string()
206 int vfs_parse_monolithic_sep(struct fs_context *fc, void *data, in vfs_parse_monolithic_sep()
256 int generic_parse_monolithic(struct fs_context *fc, void *data) in generic_parse_monolithic()
282 struct fs_context *fc; in alloc_fs_context() local
357 struct fs_context *fc; in fs_context_for_submount() local
374 void fc_drop_locked(struct fs_context *fc) in fc_drop_locked()
390 struct fs_context *fc; in vfs_dup_fs_context() local
[all …]
Dfsopen.c27 struct fs_context *fc = file->private_data; in fscontext_read() local
69 struct fs_context *fc = file->private_data; in fscontext_release() local
86 static int fscontext_create_fd(struct fs_context *fc, unsigned int o_flags) in fscontext_create_fd()
97 static int fscontext_alloc_log(struct fs_context *fc) in fscontext_alloc_log()
117 struct fs_context *fc; in SYSCALL_DEFINE2() local
159 struct fs_context *fc; in SYSCALL_DEFINE3() local
211 static int vfs_cmd_create(struct fs_context *fc, bool exclusive) in vfs_cmd_create()
245 static int vfs_cmd_reconfigure(struct fs_context *fc) in vfs_cmd_reconfigure()
277 static int vfs_fsconfig_locked(struct fs_context *fc, int cmd, in vfs_fsconfig_locked()
351 struct fs_context *fc; in SYSCALL_DEFINE5() local
Dsuper.c693 bool mount_capable(struct fs_context *fc) in mount_capable()
733 struct super_block *sget_fc(struct fs_context *fc, in sget_fc()
1025 int reconfigure_super(struct fs_context *fc) in reconfigure_super()
1122 struct fs_context *fc; in do_emergency_remount_callback() local
1254 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc()
1260 static int test_keyed_super(struct super_block *sb, struct fs_context *fc) in test_keyed_super()
1265 static int test_single_super(struct super_block *s, struct fs_context *fc) in test_single_super()
1270 static int vfs_get_super(struct fs_context *fc, in vfs_get_super()
1298 int get_tree_nodev(struct fs_context *fc, in get_tree_nodev()
1306 int get_tree_single(struct fs_context *fc, in get_tree_single()
[all …]
/fs/fuse/
Dcontrol.c25 struct fuse_conn *fc; in fuse_ctl_file_conn_get() local
37 struct fuse_conn *fc = fuse_ctl_file_conn_get(file); in fuse_conn_abort_write() local
55 struct fuse_conn *fc = fuse_ctl_file_conn_get(file); in fuse_conn_waiting_read() local
106 struct fuse_conn *fc; in fuse_conn_max_background_read() local
129 struct fuse_conn *fc = fuse_ctl_file_conn_get(file); in fuse_conn_max_background_write() local
148 struct fuse_conn *fc; in fuse_conn_congestion_threshold_read() local
166 struct fuse_conn *fc; in fuse_conn_congestion_threshold_write() local
206 struct fuse_conn *fc, in fuse_ctl_add_dentry()
248 int fuse_ctl_add_conn(struct fuse_conn *fc) in fuse_ctl_add_conn()
287 void fuse_ctl_remove_conn(struct fuse_conn *fc) in fuse_ctl_remove_conn()
[all …]
Dinode.c150 static void fuse_cleanup_submount_lookup(struct fuse_conn *fc, in fuse_cleanup_submount_lookup()
170 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_evict_inode() local
255 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_change_attributes_common() local
334 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_get_cache_mask() local
346 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_change_attributes() local
427 struct fuse_conn *fc) in fuse_init_inode()
513 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_iget_backing() local
553 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_iget() local
618 struct inode *fuse_ilookup(struct fuse_conn *fc, u64 nodeid, in fuse_ilookup()
643 int fuse_reverse_inval_inode(struct fuse_conn *fc, u64 nodeid, in fuse_reverse_inval_inode()
[all …]
Dacl.c14 static struct posix_acl *__fuse_get_acl(struct fuse_conn *fc, in __fuse_get_acl()
56 static inline bool fuse_no_acl(const struct fuse_conn *fc, in fuse_no_acl()
71 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_get_acl() local
81 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_get_inode_acl() local
99 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_set_acl() local
Ddev.c85 void fuse_set_initialized(struct fuse_conn *fc) in fuse_set_initialized()
92 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc()
97 static void fuse_drop_waiting(struct fuse_conn *fc) in fuse_drop_waiting()
117 struct fuse_conn *fc = fm->fc; in fuse_get_req() local
186 struct fuse_conn *fc = req->fm->fc; in fuse_put_request() local
325 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget, in fuse_queue_forget()
341 static void flush_bg_queue(struct fuse_conn *fc) in flush_bg_queue()
367 struct fuse_conn *fc = fm->fc; in fuse_request_end() local
435 struct fuse_conn *fc = req->fm->fc; in request_wait_answer() local
496 static void fuse_adjust_compat(struct fuse_conn *fc, struct fuse_args *args) in fuse_adjust_compat()
[all …]
Dpassthrough.c25 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_passthrough_end_write() local
186 void fuse_backing_files_init(struct fuse_conn *fc) in fuse_backing_files_init()
191 static int fuse_backing_id_alloc(struct fuse_conn *fc, struct fuse_backing *fb) in fuse_backing_id_alloc()
206 static struct fuse_backing *fuse_backing_id_remove(struct fuse_conn *fc, in fuse_backing_id_remove()
227 void fuse_backing_files_free(struct fuse_conn *fc) in fuse_backing_files_free()
233 int fuse_backing_open(struct fuse_conn *fc, struct fuse_backing_map *map) in fuse_backing_open()
295 int fuse_backing_close(struct fuse_conn *fc, int backing_id) in fuse_backing_close()
338 struct fuse_conn *fc = ff->fm->fc; in fuse_passthrough_open() local
Ddir.c67 struct fuse_conn *fc = get_fuse_conn_super(dentry->d_sb); in fuse_dentry_settime() local
161 static void fuse_lookup_init(struct fuse_conn *fc, struct fuse_args *args, in fuse_lookup_init()
747 struct fuse_conn *fc = get_fuse_conn(dir); in get_create_supp_group() local
779 struct fuse_conn *fc = get_fuse_conn_super(dentry->d_sb); in get_create_ext() local
947 struct fuse_conn *fc = get_fuse_conn(dir); in fuse_atomic_open() local
1105 struct fuse_conn *fc = get_fuse_conn(dir); in fuse_tmpfile() local
1205 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_entry_unlinked() local
1353 struct fuse_conn *fc = get_fuse_conn(olddir); in fuse_rename2() local
1448 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_fillattr() local
1599 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_update_get_attr() local
[all …]
Dfile.c144 struct fuse_conn *fc = fm->fc; in fuse_file_open() local
217 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_finish_open() local
237 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_truncate_update_attr() local
252 struct fuse_conn *fc = fm->fc; in fuse_open() local
323 struct fuse_conn *fc = ff->fm->fc; in fuse_prepare_release() local
399 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_release() local
427 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id) in fuse_lock_owner_id()
622 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_fsync() local
767 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_aio_complete() local
881 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_read_update_size() local
[all …]
/fs/smb/client/
Dfs_context.c212 cifs_parse_security_flavors(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) in cifs_parse_security_flavors()
260 cifs_parse_upcall_target(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) in cifs_parse_upcall_target()
292 cifs_parse_cache_flavor(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) in cifs_parse_cache_flavor()
341 static int parse_reparse_flavor(struct fs_context *fc, char *value, in parse_reparse_flavor()
408 cifs_parse_smb_version(struct fs_context *fc, char *value, struct smb3_fs_context *ctx, bool is_smb… in cifs_parse_smb_version()
680 static int smb3_fs_context_parse_monolithic(struct fs_context *fc, in smb3_fs_context_parse_monolithic()
734 static int smb3_fs_context_validate(struct fs_context *fc) in smb3_fs_context_validate()
807 static int smb3_get_tree_common(struct fs_context *fc) in smb3_get_tree_common()
825 static int smb3_get_tree(struct fs_context *fc) in smb3_get_tree()
838 static void smb3_fs_context_free(struct fs_context *fc) in smb3_fs_context_free()
[all …]
/fs/coda/
Dinode.c92 static int coda_reconfigure(struct fs_context *fc) in coda_reconfigure()
122 static int coda_set_idx(struct fs_context *fc, struct file *file) in coda_set_idx()
139 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()
180 static int coda_parse_monolithic(struct fs_context *fc, void *_data) in coda_parse_monolithic()
199 static int coda_fill_super(struct super_block *sb, struct fs_context *fc) in coda_fill_super()
359 static int coda_get_tree(struct fs_context *fc) in coda_get_tree()
367 static void coda_free_fc(struct fs_context *fc) in coda_free_fc()
380 static int coda_init_fs_context(struct fs_context *fc) in coda_init_fs_context()
/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/afs/
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()
356 static int afs_validate_fc(struct fs_context *fc) in afs_validate_fc()
421 static int afs_test_super(struct super_block *sb, struct fs_context *fc) in afs_test_super()
433 static int afs_dynroot_test_super(struct super_block *sb, struct fs_context *fc) in afs_dynroot_test_super()
441 static int afs_set_super(struct super_block *sb, struct fs_context *fc) in afs_set_super()
507 static struct afs_super_info *afs_alloc_sbi(struct fs_context *fc) in afs_alloc_sbi()
559 static int afs_get_tree(struct fs_context *fc) in afs_get_tree()
612 static void afs_free_fc(struct fs_context *fc) in afs_free_fc()
632 static int afs_init_fs_context(struct fs_context *fc) in afs_init_fs_context()
/fs/overlayfs/
Dparams.c184 static int ovl_parse_monolithic(struct fs_context *fc, void *data) in ovl_parse_monolithic()
274 static int ovl_mount_dir_check(struct fs_context *fc, const struct path *path, in ovl_mount_dir_check()
316 static int ovl_ctx_realloc_lower(struct fs_context *fc) in ovl_ctx_realloc_lower()
336 static void ovl_add_layer(struct fs_context *fc, enum ovl_opt layer, in ovl_add_layer()
370 static int ovl_parse_layer(struct fs_context *fc, const char *layer_name, enum ovl_opt layer) in ovl_parse_layer()
432 static int ovl_parse_param_lowerdir(const char *name, struct fs_context *fc) in ovl_parse_param_lowerdir()
518 static int ovl_parse_param(struct fs_context *fc, struct fs_parameter *param) in ovl_parse_param()
608 static int ovl_get_tree(struct fs_context *fc) in ovl_get_tree()
622 static void ovl_free(struct fs_context *fc) in ovl_free()
640 static int ovl_reconfigure(struct fs_context *fc) in ovl_reconfigure()
[all …]
/fs/vboxsf/
Dsuper.c55 static int vboxsf_parse_param(struct fs_context *fc, struct fs_parameter *param) in vboxsf_parse_param()
112 static int vboxsf_fill_super(struct super_block *sb, struct fs_context *fc) in vboxsf_fill_super()
377 static int vboxsf_parse_monolithic(struct fs_context *fc, void *data) in vboxsf_parse_monolithic()
387 static int vboxsf_get_tree(struct fs_context *fc) in vboxsf_get_tree()
398 static int vboxsf_reconfigure(struct fs_context *fc) in vboxsf_reconfigure()
411 static void vboxsf_free_fc(struct fs_context *fc) in vboxsf_free_fc()
427 static int vboxsf_init_fs_context(struct fs_context *fc) in vboxsf_init_fs_context()
/fs/jffs2/
Dsuper.c189 static int jffs2_parse_param(struct fs_context *fc, struct fs_parameter *param) in jffs2_parse_param()
217 static inline void jffs2_update_mount_opts(struct fs_context *fc) in jffs2_update_mount_opts()
234 static int jffs2_reconfigure(struct fs_context *fc) in jffs2_reconfigure()
259 static int jffs2_fill_super(struct super_block *sb, struct fs_context *fc) in jffs2_fill_super()
293 static int jffs2_get_tree(struct fs_context *fc) in jffs2_get_tree()
298 static void jffs2_free_fc(struct fs_context *fc) in jffs2_free_fc()
310 static int jffs2_init_fs_context(struct fs_context *fc) in jffs2_init_fs_context()
/fs/autofs/
Dinode.c155 static int autofs_parse_fd(struct fs_context *fc, struct autofs_sb_info *sbi, in autofs_parse_fd()
192 static int autofs_parse_param(struct fs_context *fc, struct fs_parameter *param) in autofs_parse_param()
266 static int autofs_validate_protocol(struct fs_context *fc) in autofs_validate_protocol()
300 static int autofs_fill_super(struct super_block *s, struct fs_context *fc) in autofs_fill_super()
365 static int autofs_get_tree(struct fs_context *fc) in autofs_get_tree()
380 static void autofs_free_fc(struct fs_context *fc) in autofs_free_fc()
402 int autofs_init_fs_context(struct fs_context *fc) in autofs_init_fs_context()
/fs/freevxfs/
Dvxfs_super.c94 static int vxfs_reconfigure(struct fs_context *fc) in vxfs_reconfigure()
125 static int vxfs_try_sb_magic(struct super_block *sbp, struct fs_context *fc, in vxfs_try_sb_magic()
184 static int vxfs_fill_super(struct super_block *sbp, struct fs_context *fc) in vxfs_fill_super()
287 static int vxfs_get_tree(struct fs_context *fc) in vxfs_get_tree()
297 static int vxfs_init_fs_context(struct fs_context *fc) in vxfs_init_fs_context()
/fs/nfs/
Dfs_context.c330 static int nfs_validate_transport_protocol(struct fs_context *fc, in nfs_validate_transport_protocol()
384 static int nfs_auth_info_add(struct fs_context *fc, in nfs_auth_info_add()
407 static int nfs_parse_security_flavors(struct fs_context *fc, in nfs_parse_security_flavors()
466 static int nfs_parse_xprtsec_policy(struct fs_context *fc, in nfs_parse_xprtsec_policy()
489 static int nfs_parse_version_string(struct fs_context *fc, in nfs_parse_version_string()
531 static int nfs_fs_context_parse_param(struct fs_context *fc, in nfs_fs_context_parse_param()
962 static int nfs_parse_source(struct fs_context *fc, in nfs_parse_source()
1027 static inline bool is_remount_fc(struct fs_context *fc) in is_remount_fc()
1048 static int nfs23_parse_monolithic(struct fs_context *fc, in nfs23_parse_monolithic()
1283 static int nfs4_parse_monolithic(struct fs_context *fc, in nfs4_parse_monolithic()
[all …]
/fs/squashfs/
Dsuper.c127 static int squashfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in squashfs_parse_param()
153 struct fs_context *fc, in supported_squashfs_filesystem()
180 static int squashfs_fill_super(struct super_block *sb, struct fs_context *fc) in squashfs_fill_super()
488 static int squashfs_get_tree(struct fs_context *fc) in squashfs_get_tree()
493 static int squashfs_reconfigure(struct fs_context *fc) in squashfs_reconfigure()
507 static void squashfs_free_fs_context(struct fs_context *fc) in squashfs_free_fs_context()
545 static int squashfs_init_fs_context(struct fs_context *fc) in squashfs_init_fs_context()
/fs/ceph/
Dsuper.c264 struct fs_context *fc) in ceph_parse_old_source()
283 struct fs_context *fc) in ceph_parse_new_source()
349 static int ceph_parse_source(struct fs_parameter *param, struct fs_context *fc) in ceph_parse_source()
401 struct fs_context *fc) in ceph_parse_mon_addr()
414 static int ceph_parse_mount_param(struct fs_context *fc, in ceph_parse_mount_param()
1107 struct fs_context *fc, in ceph_apply_test_dummy_encryption()
1142 struct fs_context *fc, in ceph_apply_test_dummy_encryption()
1153 struct fs_context *fc) in ceph_real_mount()
1208 static int ceph_set_super(struct super_block *s, struct fs_context *fc) in ceph_set_super()
1243 static int ceph_compare_super(struct super_block *sb, struct fs_context *fc) in ceph_compare_super()
[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/efivarfs/
Dsuper.c284 static int efivarfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in efivarfs_parse_param()
309 static int efivarfs_fill_super(struct super_block *sb, struct fs_context *fc) in efivarfs_fill_super()
346 static int efivarfs_get_tree(struct fs_context *fc) in efivarfs_get_tree()
351 static int efivarfs_reconfigure(struct fs_context *fc) in efivarfs_reconfigure()
361 static void efivarfs_free(struct fs_context *fc) in efivarfs_free()
373 static int efivarfs_init_fs_context(struct fs_context *fc) in efivarfs_init_fs_context()
/fs/ramfs/
Dinode.c231 static int ramfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in ramfs_parse_param()
262 static int ramfs_fill_super(struct super_block *sb, struct fs_context *fc) in ramfs_fill_super()
282 static int ramfs_get_tree(struct fs_context *fc) in ramfs_get_tree()
287 static void ramfs_free_fc(struct fs_context *fc) in ramfs_free_fc()
298 int ramfs_init_fs_context(struct fs_context *fc) in ramfs_init_fs_context()

1234