Home
last modified time | relevance | path

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

/Linux-v5.10/fs/fuse/
Dfuse_i.h178 struct fuse_mount;
184 struct fuse_mount *fm;
270 void (*end)(struct fuse_mount *fm, struct fuse_args *args, int error);
380 struct fuse_mount *fm;
800 struct fuse_mount { struct
817 static inline struct fuse_mount *get_fuse_mount_super(struct super_block *sb) in get_fuse_mount_super() argument
824 struct fuse_mount *fm = get_fuse_mount_super(sb); in get_fuse_conn_super()
829 static inline struct fuse_mount *get_fuse_mount(struct inode *inode) in get_fuse_mount()
836 struct fuse_mount *fm = get_fuse_mount(inode); in get_fuse_conn()
917 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm);
[all …]
Dxattr.c17 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_setxattr()
52 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_getxattr()
110 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_listxattr()
153 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_removexattr()
Dinode.c360 struct fuse_mount **fm) in fuse_ilookup()
362 struct fuse_mount *fm_iter; in fuse_ilookup()
439 static void fuse_send_destroy(struct fuse_mount *fm) in fuse_send_destroy()
453 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_put_super()
475 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_statfs()
676 void fuse_conn_init(struct fuse_conn *fc, struct fuse_mount *fm, in fuse_conn_init()
735 void fuse_mount_put(struct fuse_mount *fm) in fuse_mount_put()
745 struct fuse_mount *fuse_mount_get(struct fuse_mount *fm) in fuse_mount_get()
981 static void process_init_reply(struct fuse_mount *fm, struct fuse_args *args, in process_init_reply()
1082 void fuse_send_init(struct fuse_mount *fm) in fuse_send_init()
[all …]
Ddir.c200 struct fuse_mount *fm; in fuse_dentry_revalidate()
312 struct fuse_mount *parent_fm = get_fuse_mount_super(path->mnt->mnt_sb); in fuse_dentry_automount()
314 struct fuse_mount *fm; in fuse_dentry_automount()
327 fm = kzalloc(sizeof(struct fuse_mount), GFP_KERNEL); in fuse_dentry_automount()
409 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_lookup_name()
514 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_create_open()
647 static int create_new_entry(struct fuse_mount *fm, struct fuse_args *args, in create_new_entry()
708 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_mknod()
736 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_mkdir()
757 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_symlink()
[all …]
Dfile.c35 static int fuse_send_open(struct fuse_mount *fm, u64 nodeid, struct file *file, in fuse_send_open()
63 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm) in fuse_file_alloc()
103 static void fuse_release_end(struct fuse_mount *fm, struct fuse_args *args, in fuse_release_end()
133 int fuse_do_open(struct fuse_mount *fm, u64 nodeid, struct file *file, in fuse_do_open()
220 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_open_common()
460 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_flush()
515 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_fsync_common()
703 static void fuse_aio_complete_req(struct fuse_mount *fm, struct fuse_args *args, in fuse_aio_complete_req()
732 static ssize_t fuse_async_req_send(struct fuse_mount *fm, in fuse_async_req_send()
758 struct fuse_mount *fm = ff->fm; in fuse_send_read()
[all …]
Dcuse.c60 struct fuse_mount fm; /* Dummy mount referencing fc */
147 struct fuse_mount *fm = ff->fm; in cuse_release()
317 static void cuse_process_init_reply(struct fuse_mount *fm, in cuse_process_init_reply()
429 struct fuse_mount *fm = &cc->fm; in cuse_send_init()
Dvirtio_fs.c1295 struct fuse_mount *fm = get_fuse_mount_super(sb); in virtio_fs_fill_super()
1352 static void virtio_fs_conn_destroy(struct fuse_mount *fm) in virtio_fs_conn_destroy()
1384 struct fuse_mount *fm = get_fuse_mount_super(sb); in virtio_kill_sb()
1399 struct fuse_mount *fsc_fm = fsc->s_fs_info; in virtio_fs_test_super()
1400 struct fuse_mount *sb_fm = get_fuse_mount_super(sb); in virtio_fs_test_super()
1422 struct fuse_mount *fm; in virtio_fs_get_tree()
1443 fm = kzalloc(sizeof(struct fuse_mount), GFP_KERNEL); in virtio_fs_get_tree()
Ddev.c43 static void fuse_request_init(struct fuse_mount *fm, struct fuse_req *req) in fuse_request_init()
53 static struct fuse_req *fuse_request_alloc(struct fuse_mount *fm, gfp_t flags) in fuse_request_alloc()
106 static struct fuse_req *fuse_get_req(struct fuse_mount *fm, bool for_background) in fuse_get_req()
282 struct fuse_mount *fm = req->fm; in fuse_request_end()
487 ssize_t fuse_simple_request(struct fuse_mount *fm, struct fuse_args *args) in fuse_simple_request()
528 struct fuse_mount *fm = req->fm; in fuse_request_queue_background()
556 int fuse_simple_background(struct fuse_mount *fm, struct fuse_args *args, in fuse_simple_background()
585 static int fuse_simple_notify_reply(struct fuse_mount *fm, in fuse_simple_notify_reply()
1634 static void fuse_retrieve_end(struct fuse_mount *fm, struct fuse_args *args, in fuse_retrieve_end()
1644 static int fuse_retrieve(struct fuse_mount *fm, struct inode *inode, in fuse_retrieve()
[all …]
Dcontrol.c167 struct fuse_mount *fm; in fuse_conn_congestion_threshold_write()
188 fm = list_first_entry(&fc->mounts, struct fuse_mount, fc_entry); in fuse_conn_congestion_threshold_write()
Dreaddir.c255 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_force_forget()
323 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_readdir_uncached()
Ddax.c185 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_setup_one_mapping()
237 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_send_removemapping()