Home
last modified time | relevance | path

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

/fs/fuse/
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()
231 struct fuse_conn *fc, in fuse_ctl_add_dentry()
273 int fuse_ctl_add_conn(struct fuse_conn *fc) in fuse_ctl_add_conn()
[all …]
Dfuse_i.h245 struct fuse_conn;
572 struct fuse_conn *fc;
627 struct fuse_conn { struct
903 void (*release)(struct fuse_conn *); argument
941 struct fuse_conn *fc;
958 static inline struct fuse_conn *get_fuse_conn_super(struct super_block *sb) in get_fuse_conn_super()
968 static inline struct fuse_conn *get_fuse_conn(struct inode *inode) in get_fuse_conn()
988 static inline u64 fuse_get_attr_version(struct fuse_conn *fc) in fuse_get_attr_version()
1065 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
1123 int fuse_notify_poll_wakeup(struct fuse_conn *fc,
[all …]
Dinode.c143 static void fuse_cleanup_submount_lookup(struct fuse_conn *fc, in fuse_cleanup_submount_lookup()
163 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_evict_inode()
241 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_change_attributes_common()
302 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_change_attributes()
443 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_iget_backing()
483 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_iget()
545 struct inode *fuse_ilookup(struct fuse_conn *fc, u64 nodeid, in fuse_ilookup()
570 int fuse_reverse_inval_inode(struct fuse_conn *fc, u64 nodeid, in fuse_reverse_inval_inode()
622 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_umount_begin()
691 static void fuse_sync_fs_writes(struct fuse_conn *fc) in fuse_sync_fs_writes()
[all …]
Ddev.c79 void fuse_set_initialized(struct fuse_conn *fc) in fuse_set_initialized()
86 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc()
91 static void fuse_drop_waiting(struct fuse_conn *fc) in fuse_drop_waiting()
109 struct fuse_conn *fc = fm->fc; in fuse_get_req()
161 struct fuse_conn *fc = req->fm->fc; in fuse_put_request()
240 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget, in fuse_queue_forget()
264 static void flush_bg_queue(struct fuse_conn *fc) in flush_bg_queue()
292 struct fuse_conn *fc = fm->fc; in fuse_request_end()
379 struct fuse_conn *fc = req->fm->fc; in request_wait_answer()
445 static void fuse_adjust_compat(struct fuse_conn *fc, struct fuse_args *args) in fuse_adjust_compat()
[all …]
Dfile.c147 struct fuse_conn *fc = fm->fc; in fuse_file_open()
216 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_finish_open()
242 struct fuse_conn *fc = fm->fc; in fuse_open_common()
310 struct fuse_conn *fc = ff->fm->fc; in fuse_prepare_release()
380 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_release()
409 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id) in fuse_lock_owner_id()
601 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_fsync()
742 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_aio_complete()
852 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_read_update_size()
867 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_short_read()
[all …]
Ddax.c376 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_dax_inode_cleanup()
436 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_setup_new_dax_mapping()
566 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_iomap_begin()
785 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_dax_writepages()
798 struct fuse_conn *fc = get_fuse_conn(inode); in __fuse_dax_fault()
1225 void fuse_dax_conn_free(struct fuse_conn *fc) in fuse_dax_conn_free()
1286 int fuse_dax_conn_alloc(struct fuse_conn *fc, struct dax_device *dax_dev) in fuse_dax_conn_alloc()
1312 struct fuse_conn *fc = get_fuse_conn_super(sb); in fuse_dax_inode_alloc()
1336 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_dax_inode_init()
1345 bool fuse_dax_check_alignment(struct fuse_conn *fc, unsigned int map_alignment) in fuse_dax_check_alignment()
[all …]
Ddir.c62 struct fuse_conn *fc = get_fuse_conn_super(dentry->d_sb); in fuse_dentry_settime()
161 static void fuse_lookup_init(struct fuse_conn *fc, struct fuse_args *args, in fuse_lookup_init()
721 struct fuse_conn *fc = get_fuse_conn(dir); in fuse_create_open()
856 struct fuse_conn *fc = get_fuse_conn(dir); in fuse_atomic_open()
1267 struct fuse_conn *fc = get_fuse_conn(olddir); in fuse_rename2()
1373 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_fillattr()
1491 int fuse_reverse_inval_entry(struct fuse_conn *fc, u64 parent_nodeid, in fuse_reverse_inval_entry()
1570 int fuse_allow_current_process(struct fuse_conn *fc) in fuse_allow_current_process()
1651 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_permission()
1760 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_get_link()
[all …]
Dacl.c16 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_get_acl()
59 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_set_acl()
Dcuse.c61 struct fuse_conn fc; /* fuse connection */
73 static struct cuse_conn *fc_to_cc(struct fuse_conn *fc) in fc_to_cc()
320 struct fuse_conn *fc = fm->fc; in cuse_process_init_reply()
475 static void cuse_fc_release(struct fuse_conn *fc) in cuse_fc_release()
Dioctl.c71 static int fuse_verify_ioctl_iov(struct fuse_conn *fc, struct iovec *iov, in fuse_verify_ioctl_iov()
85 static int fuse_copy_ioctl_iovec(struct fuse_conn *fc, struct iovec *dst, in fuse_copy_ioctl_iovec()
355 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_ioctl_common()
Dpassthrough.c201 struct fuse_conn *fc = fud->fc; in fuse_passthrough_open()
258 int fuse_passthrough_setup(struct fuse_conn *fc, struct fuse_file *ff, in fuse_passthrough_setup()
Dreaddir.c18 struct fuse_conn *fc = get_fuse_conn(dir); in fuse_use_readdirplus()
163 struct fuse_conn *fc; in fuse_direntplus_link()
450 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_readdir_cached()
Dvirtio_fs.c1300 struct fuse_conn *fc = fm->fc; in virtio_fs_fill_super()
1365 struct fuse_conn *fc = fm->fc; in virtio_fs_conn_destroy()
1421 struct fuse_conn *fc = NULL; in virtio_fs_get_tree()
1441 fc = kzalloc(sizeof(struct fuse_conn), GFP_KERNEL); in virtio_fs_get_tree()
Dbacking.c26 static void fuse_stat_to_attr(struct fuse_conn *fc, struct inode *inode,
1904 static void fuse_stat_to_attr(struct fuse_conn *fc, struct inode *inode, in fuse_stat_to_attr()
1979 static void fattr_to_iattr(struct fuse_conn *fc, in fattr_to_iattr()
2021 struct fuse_conn *fc = get_fuse_conn(dentry->d_inode); in fuse_setattr_initialize()
2043 struct fuse_conn *fc = get_fuse_conn(dentry->d_inode); in fuse_setattr_backing()