Home
last modified time | relevance | path

Searched refs:fuse_conn (Results 1 – 11 of 11) sorted by relevance

/fs/fuse/
Dfuse_i.h165 struct fuse_conn;
171 struct fuse_conn *fc;
258 void (*end)(struct fuse_conn *fc, struct fuse_args *args, int error);
467 struct fuse_conn *fc;
507 struct fuse_conn { struct
754 void (*release)(struct fuse_conn *); argument
766 static inline struct fuse_conn *get_fuse_conn_super(struct super_block *sb) in get_fuse_conn_super() argument
771 static inline struct fuse_conn *get_fuse_conn(struct inode *inode) in get_fuse_conn()
791 static inline u64 fuse_get_attr_version(struct fuse_conn *fc) in fuse_get_attr_version()
830 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
[all …]
Dcontrol.c23 static struct fuse_conn *fuse_ctl_file_conn_get(struct file *file) in fuse_ctl_file_conn_get()
25 struct fuse_conn *fc; in fuse_ctl_file_conn_get()
37 struct fuse_conn *fc = fuse_ctl_file_conn_get(file); in fuse_conn_abort_write()
55 struct fuse_conn *fc = fuse_ctl_file_conn_get(file); in fuse_conn_waiting_read()
106 struct fuse_conn *fc; in fuse_conn_max_background_read()
129 struct fuse_conn *fc = fuse_ctl_file_conn_get(file); in fuse_conn_max_background_write()
148 struct fuse_conn *fc; in fuse_conn_congestion_threshold_read()
166 struct fuse_conn *fc; in fuse_conn_congestion_threshold_write()
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()
[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()
222 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_open_common()
256 struct fuse_conn *fc = ff->fc; in fuse_prepare_release()
319 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_release()
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()
[all …]
Ddir.c57 struct fuse_conn *fc = get_fuse_conn_super(dentry->d_sb); in fuse_dentry_settime()
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()
309 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_dentry_canonical_path()
369 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_lookup_name()
477 struct fuse_conn *fc = get_fuse_conn(dir); in fuse_create_open()
569 struct fuse_conn *fc = get_fuse_conn(dir); in fuse_atomic_open()
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()
705 struct fuse_conn *fc = get_fuse_conn(dir); in fuse_mkdir()
[all …]
Dinode.c114 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_evict_inode()
150 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_change_attributes_common()
201 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_change_attributes()
299 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_iget()
335 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_reverse_inval_inode()
385 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_umount_begin()
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()
432 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_statfs()
584 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_show_options()
[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()
104 static void fuse_put_request(struct fuse_conn *fc, struct fuse_req *req);
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()
[all …]
Dxattr.c17 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_setxattr()
52 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_getxattr()
110 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_listxattr()
156 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_removexattr()
Dcuse.c60 struct fuse_conn fc; /* fuse connection */
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()
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()
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()
55 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_set_acl()
Dreaddir.c18 struct fuse_conn *fc = get_fuse_conn(dir); in fuse_use_readdirplus()
159 struct fuse_conn *fc; in fuse_direntplus_link()
263 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_force_forget()
331 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_readdir_uncached()
443 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_readdir_cached()
Dvirtio_fs.c271 struct fuse_conn *fc = fsvq->fud->fc; in virtio_fs_request_dispatch_work()
456 struct fuse_conn *fc = fsvq->fud->fc; in virtio_fs_request_complete()
1075 struct fuse_conn *fc = get_fuse_conn_super(sb); in virtio_fs_fill_super()
1143 struct fuse_conn *fc = get_fuse_conn_super(sb); in virtio_kill_sb()
1175 struct fuse_conn *fc = fsc->s_fs_info; in virtio_fs_test_super()
1196 struct fuse_conn *fc; in virtio_fs_get_tree()
1209 fc = kzalloc(sizeof(struct fuse_conn), GFP_KERNEL); in virtio_fs_get_tree()