Home
last modified time | relevance | path

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

123

/fs/
Dfs_context.c84 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()
258 struct fs_context *fc; in alloc_fs_context() local
328 void fc_drop_locked(struct fs_context *fc) in fc_drop_locked()
344 struct fs_context *fc; in vfs_dup_fs_context() local
388 void logfc(struct fs_context *fc, const char *fmt, ...) in logfc()
469 static void put_fc_log(struct fs_context *fc) in put_fc_log()
489 void put_fs_context(struct fs_context *fc) in put_fs_context()
[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
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() local
160 struct fs_context *fc; in SYSCALL_DEFINE3() local
216 static int vfs_fsconfig_locked(struct fs_context *fc, int cmd, in vfs_fsconfig_locked()
321 struct fs_context *fc; in SYSCALL_DEFINE5() local
Dsuper.c485 bool mount_capable(struct fs_context *fc) in mount_capable()
511 struct super_block *sget_fc(struct fs_context *fc, in sget_fc()
903 int reconfigure_super(struct fs_context *fc) in reconfigure_super()
1004 struct fs_context *fc; in do_emergency_remount_callback() local
1130 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc()
1136 static int test_keyed_super(struct super_block *sb, struct fs_context *fc) in test_keyed_super()
1141 static int test_single_super(struct super_block *s, struct fs_context *fc) in test_single_super()
1171 int vfs_get_super(struct fs_context *fc, in vfs_get_super()
1226 int get_tree_nodev(struct fs_context *fc, in get_tree_nodev()
1234 int get_tree_single(struct fs_context *fc, in get_tree_single()
[all …]
/fs/fuse/
Dinode.c114 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_evict_inode() local
124 static int fuse_reconfigure(struct fs_context *fc) in fuse_reconfigure()
150 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_change_attributes_common() local
201 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_change_attributes() local
299 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_iget() local
335 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_reverse_inval_inode() local
385 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_umount_begin() local
391 static void fuse_send_destroy(struct fuse_conn *fc) in fuse_send_destroy()
405 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_put_super() local
432 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_statfs() local
[all …]
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
221 struct fuse_conn *fc, in fuse_ctl_add_dentry()
263 int fuse_ctl_add_conn(struct fuse_conn *fc) in fuse_ctl_add_conn()
302 void fuse_ctl_remove_conn(struct fuse_conn *fc) in fuse_ctl_remove_conn()
[all …]
Ddir.c57 struct fuse_conn *fc = get_fuse_conn_super(dentry->d_sb); in fuse_dentry_settime() local
171 static void fuse_lookup_init(struct fuse_conn *fc, struct fuse_args *args, in fuse_lookup_init()
199 struct fuse_conn *fc; in fuse_dentry_revalidate() local
309 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_dentry_canonical_path() local
369 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_lookup_name() local
477 struct fuse_conn *fc = get_fuse_conn(dir); in fuse_create_open() local
569 struct fuse_conn *fc = get_fuse_conn(dir); in fuse_atomic_open() local
613 static int create_new_entry(struct fuse_conn *fc, struct fuse_args *args, in create_new_entry()
677 struct fuse_conn *fc = get_fuse_conn(dir); in fuse_mknod() local
705 struct fuse_conn *fc = get_fuse_conn(dir); in fuse_mkdir() local
[all …]
Dfile.c35 static int fuse_send_open(struct fuse_conn *fc, u64 nodeid, struct file *file, in fuse_send_open()
63 struct fuse_file *fuse_file_alloc(struct fuse_conn *fc) in fuse_file_alloc()
103 static void fuse_release_end(struct fuse_conn *fc, struct fuse_args *args, in fuse_release_end()
133 int fuse_do_open(struct fuse_conn *fc, u64 nodeid, struct file *file, in fuse_do_open()
194 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_finish_open() local
222 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_open_common() local
256 struct fuse_conn *fc = ff->fc; in fuse_prepare_release() local
319 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_release() local
347 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id) in fuse_lock_owner_id()
446 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_flush() local
[all …]
Ddev.c78 void fuse_set_initialized(struct fuse_conn *fc) in fuse_set_initialized()
85 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc()
90 static void fuse_drop_waiting(struct fuse_conn *fc) in fuse_drop_waiting()
106 static struct fuse_req *fuse_get_req(struct fuse_conn *fc, bool for_background) in fuse_get_req()
157 static void fuse_put_request(struct fuse_conn *fc, struct fuse_req *req) in fuse_put_request()
233 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget, in fuse_queue_forget()
252 static void flush_bg_queue(struct fuse_conn *fc) in flush_bg_queue()
277 void fuse_request_end(struct fuse_conn *fc, struct fuse_req *req) in fuse_request_end()
361 static void request_wait_answer(struct fuse_conn *fc, struct fuse_req *req) in request_wait_answer()
406 static void __fuse_request_send(struct fuse_conn *fc, struct fuse_req *req) in __fuse_request_send()
[all …]
Dxattr.c17 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_setxattr() local
52 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_getxattr() local
110 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_listxattr() local
156 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_removexattr() local
Dreaddir.c18 struct fuse_conn *fc = get_fuse_conn(dir); in fuse_use_readdirplus() local
159 struct fuse_conn *fc; in fuse_direntplus_link() local
263 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_force_forget() local
331 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_readdir_uncached() local
443 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_readdir_cached() local
Dcuse.c60 struct fuse_conn fc; /* fuse connection */ member
72 static struct cuse_conn *fc_to_cc(struct fuse_conn *fc) in fc_to_cc()
146 struct fuse_conn *fc = ff->fc; in cuse_release() local
316 static void cuse_process_init_reply(struct fuse_conn *fc, in cuse_process_init_reply()
427 struct fuse_conn *fc = &cc->fc; in cuse_send_init() local
473 static void cuse_fc_release(struct fuse_conn *fc) in cuse_fc_release()
Dacl.c16 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_get_acl() local
55 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_set_acl() local
/fs/afs/
Drotate.c23 bool afs_begin_vnode_operation(struct afs_fs_cursor *fc, struct afs_vnode *vnode, in afs_begin_vnode_operation()
52 static bool afs_start_fs_iteration(struct afs_fs_cursor *fc, in afs_start_fs_iteration()
121 static bool afs_sleep_and_retry(struct afs_fs_cursor *fc) in afs_sleep_and_retry()
140 bool afs_select_fileserver(struct afs_fs_cursor *fc) in afs_select_fileserver()
486 bool afs_select_current_fileserver(struct afs_fs_cursor *fc) in afs_select_current_fileserver()
567 static void afs_dump_edestaddrreq(const struct afs_fs_cursor *fc) in afs_dump_edestaddrreq()
616 int afs_end_vnode_operation(struct afs_fs_cursor *fc) in afs_end_vnode_operation()
Dsuper.c230 static int afs_parse_source(struct fs_context *fc, struct fs_parameter *param) in afs_parse_source()
323 static int afs_parse_param(struct fs_context *fc, struct fs_parameter *param) in afs_parse_param()
360 static int afs_validate_fc(struct fs_context *fc) in afs_validate_fc()
404 static int afs_test_super(struct super_block *sb, struct fs_context *fc) in afs_test_super()
416 static int afs_dynroot_test_super(struct super_block *sb, struct fs_context *fc) in afs_dynroot_test_super()
424 static int afs_set_super(struct super_block *sb, struct fs_context *fc) in afs_set_super()
497 static struct afs_super_info *afs_alloc_sbi(struct fs_context *fc) in afs_alloc_sbi()
548 static int afs_get_tree(struct fs_context *fc) in afs_get_tree()
601 static void afs_free_fc(struct fs_context *fc) in afs_free_fc()
621 static int afs_init_fs_context(struct fs_context *fc) in afs_init_fs_context()
[all …]
Dyfsclient.c389 int yfs_fs_fetch_file_status(struct afs_fs_cursor *fc, struct afs_status_cb *scb, in yfs_fs_fetch_file_status()
577 int yfs_fs_fetch_data(struct afs_fs_cursor *fc, struct afs_status_cb *scb, in yfs_fs_fetch_data()
660 int yfs_fs_create_file(struct afs_fs_cursor *fc, in yfs_fs_create_file()
724 int yfs_fs_make_dir(struct afs_fs_cursor *fc, in yfs_fs_make_dir()
814 int yfs_fs_remove_file2(struct afs_fs_cursor *fc, struct afs_vnode *vnode, in yfs_fs_remove_file2()
899 int yfs_fs_remove(struct afs_fs_cursor *fc, struct afs_vnode *vnode, in yfs_fs_remove()
976 int yfs_fs_link(struct afs_fs_cursor *fc, struct afs_vnode *vnode, in yfs_fs_link()
1060 int yfs_fs_symlink(struct afs_fs_cursor *fc, in yfs_fs_symlink()
1151 int yfs_fs_rename(struct afs_fs_cursor *fc, in yfs_fs_rename()
1215 int yfs_fs_store_data(struct afs_fs_cursor *fc, struct address_space *mapping, in yfs_fs_store_data()
[all …]
Dfsclient.c275 int afs_fs_fetch_file_status(struct afs_fs_cursor *fc, struct afs_status_cb *scb, in afs_fs_fetch_file_status()
473 static int afs_fs_fetch_data64(struct afs_fs_cursor *fc, in afs_fs_fetch_data64()
515 int afs_fs_fetch_data(struct afs_fs_cursor *fc, in afs_fs_fetch_data()
604 int afs_fs_create(struct afs_fs_cursor *fc, in afs_fs_create()
712 int afs_fs_remove(struct afs_fs_cursor *fc, struct afs_vnode *vnode, in afs_fs_remove()
797 int afs_fs_link(struct afs_fs_cursor *fc, struct afs_vnode *vnode, in afs_fs_link()
887 int afs_fs_symlink(struct afs_fs_cursor *fc, in afs_fs_symlink()
995 int afs_fs_rename(struct afs_fs_cursor *fc, in afs_fs_rename()
1110 static int afs_fs_store_data64(struct afs_fs_cursor *fc, in afs_fs_store_data64()
1170 int afs_fs_store_data(struct afs_fs_cursor *fc, struct address_space *mapping, in afs_fs_store_data()
[all …]
Ddir.c648 struct afs_fs_cursor fc; in afs_do_lookup() local
1193 static void afs_vnode_new_inode(struct afs_fs_cursor *fc, in afs_vnode_new_inode()
1221 static void afs_prep_for_new_inode(struct afs_fs_cursor *fc, in afs_prep_for_new_inode()
1234 static void afs_update_dentry_version(struct afs_fs_cursor *fc, in afs_update_dentry_version()
1250 struct afs_fs_cursor fc; in afs_mkdir() local
1340 struct afs_fs_cursor fc; in afs_rmdir() local
1456 struct afs_fs_cursor fc; in afs_unlink() local
1561 struct afs_fs_cursor fc; in afs_create() local
1639 struct afs_fs_cursor fc; in afs_link() local
1728 struct afs_fs_cursor fc; in afs_symlink() local
[all …]
/fs/proc/
Droot.c55 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()
304 struct fs_context *fc; in pid_ns_prepare_proc() local
/fs/jffs2/
Dsuper.c193 static int jffs2_parse_param(struct fs_context *fc, struct fs_parameter *param) in jffs2_parse_param()
221 static inline void jffs2_update_mount_opts(struct fs_context *fc) in jffs2_update_mount_opts()
238 static int jffs2_reconfigure(struct fs_context *fc) in jffs2_reconfigure()
263 static int jffs2_fill_super(struct super_block *sb, struct fs_context *fc) in jffs2_fill_super()
297 static int jffs2_get_tree(struct fs_context *fc) in jffs2_get_tree()
302 static void jffs2_free_fc(struct fs_context *fc) in jffs2_free_fc()
314 static int jffs2_init_fs_context(struct fs_context *fc) in jffs2_init_fs_context()
/fs/squashfs/
Dsuper.c41 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/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/ramfs/
Dinode.c194 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/configfs/
Dmount.c65 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/gfs2/
Dops_fstype.c1051 static int gfs2_fill_super(struct super_block *sb, struct fs_context *fc) in gfs2_fill_super()
1223 static int gfs2_get_tree(struct fs_context *fc) in gfs2_get_tree()
1242 static void gfs2_fc_free(struct fs_context *fc) in gfs2_fc_free()
1345 static int gfs2_parse_param(struct fs_context *fc, struct fs_parameter *param) in gfs2_parse_param()
1453 static int gfs2_reconfigure(struct fs_context *fc) in gfs2_reconfigure()
1546 static int gfs2_init_fs_context(struct fs_context *fc) in gfs2_init_fs_context()
1572 static int set_meta_super(struct super_block *s, struct fs_context *fc) in set_meta_super()
1577 static int test_meta_super(struct super_block *s, struct fs_context *fc) in test_meta_super()
1582 static int gfs2_meta_get_tree(struct fs_context *fc) in gfs2_meta_get_tree()
1620 static int gfs2_meta_init_fs_context(struct fs_context *fc) in gfs2_meta_init_fs_context()
/fs/kernfs/
Dmount.c254 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()

123