Home
last modified time | relevance | path

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

/linux-6.12.1/fs/fuse/
Dfuse_i.h215 struct fuse_mount;
221 struct fuse_mount *fm;
314 void (*end)(struct fuse_mount *fm, struct fuse_args *args, int error);
437 struct fuse_mount *fm;
926 struct fuse_mount { struct
941 static inline struct fuse_mount *get_fuse_mount_super(struct super_block *sb) in get_fuse_mount_super() argument
951 static inline struct fuse_mount *get_fuse_mount(struct inode *inode) in get_fuse_mount()
1077 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm, bool release);
1151 struct fuse_mount *fm,
1154 static inline ssize_t fuse_simple_request(struct fuse_mount *fm, struct fuse_args *args) in fuse_simple_request()
[all …]
Dxattr.c17 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_setxattr()
54 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_getxattr()
112 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_listxattr()
158 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_removexattr()
Dinode.c496 struct fuse_mount **fm) in fuse_ilookup()
498 struct fuse_mount *fm_iter; in fuse_ilookup()
581 static void fuse_send_destroy(struct fuse_mount *fm) in fuse_send_destroy()
610 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_statfs()
686 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_sync_fs()
919 void fuse_conn_init(struct fuse_conn *fc, struct fuse_mount *fm, in fuse_conn_init()
1230 static void process_init_reply(struct fuse_mount *fm, struct fuse_args *args, in process_init_reply()
1381 void fuse_send_init(struct fuse_mount *fm) in fuse_send_init()
1590 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_fill_super_submount()
1646 struct fuse_mount *fm; in fuse_get_tree_submount()
[all …]
Dfile.c25 static int fuse_send_open(struct fuse_mount *fm, u64 nodeid, in fuse_send_open()
54 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm, bool release) in fuse_file_alloc()
93 static void fuse_release_end(struct fuse_mount *fm, struct fuse_args *args, in fuse_release_end()
126 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid, in fuse_file_open()
172 int fuse_do_open(struct fuse_mount *fm, u64 nodeid, struct file *file, in fuse_do_open()
235 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_open()
504 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_flush()
562 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_fsync_common()
751 static void fuse_aio_complete_req(struct fuse_mount *fm, struct fuse_args *args, in fuse_aio_complete_req()
780 static ssize_t fuse_async_req_send(struct fuse_mount *fm, in fuse_async_req_send()
[all …]
Ddir.c199 struct fuse_mount *fm; in fuse_dentry_revalidate()
366 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_lookup_name()
623 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_create_open()
783 static int create_new_entry(struct mnt_idmap *idmap, struct fuse_mount *fm, in create_new_entry()
857 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_mknod()
904 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_mkdir()
925 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_symlink()
986 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_unlink()
1009 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_rmdir()
1035 struct fuse_mount *fm = get_fuse_mount(olddir); in fuse_rename_common()
[all …]
Dcuse.c60 struct fuse_mount fm; /* Dummy mount referencing fc */
147 struct fuse_mount *fm = ff->fm; in cuse_release()
321 static void cuse_process_init_reply(struct fuse_mount *fm, in cuse_process_init_reply()
433 struct fuse_mount *fm = &cc->fm; in cuse_send_init()
Dioctl.c13 static ssize_t fuse_send_ioctl(struct fuse_mount *fm, struct fuse_args *args, in fuse_send_ioctl()
219 struct fuse_mount *fm = ff->fm; in fuse_do_ioctl()
440 struct fuse_mount *fm = ff->fm; in fuse_priv_ioctl()
484 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_priv_ioctl_prepare()
Ddev.c48 static void fuse_request_init(struct fuse_mount *fm, struct fuse_req *req) in fuse_request_init()
58 static struct fuse_req *fuse_request_alloc(struct fuse_mount *fm, gfp_t flags) in fuse_request_alloc()
112 struct fuse_mount *fm, in fuse_get_req()
355 struct fuse_mount *fm = req->fm; in fuse_request_end()
543 struct fuse_mount *fm, in __fuse_simple_request()
585 struct fuse_mount *fm = req->fm; in fuse_request_queue_background()
609 int fuse_simple_background(struct fuse_mount *fm, struct fuse_args *args, in fuse_simple_background()
638 static int fuse_simple_notify_reply(struct fuse_mount *fm, in fuse_simple_notify_reply()
1700 static void fuse_retrieve_end(struct fuse_mount *fm, struct fuse_args *args, in fuse_retrieve_end()
1710 static int fuse_retrieve(struct fuse_mount *fm, struct inode *inode, in fuse_retrieve()
[all …]
Dvirtio_fs.c1539 struct fuse_mount *fm = get_fuse_mount_super(sb); in virtio_fs_fill_super()
1603 static void virtio_fs_conn_destroy(struct fuse_mount *fm) in virtio_fs_conn_destroy()
1635 struct fuse_mount *fm = get_fuse_mount_super(sb); in virtio_kill_sb()
1651 struct fuse_mount *fsc_fm = fsc->s_fs_info; in virtio_fs_test_super()
1652 struct fuse_mount *sb_fm = get_fuse_mount_super(sb); in virtio_fs_test_super()
1662 struct fuse_mount *fm; in virtio_fs_get_tree()
1685 fm = kzalloc(sizeof(struct fuse_mount), GFP_KERNEL); in virtio_fs_get_tree()
Dreaddir.c268 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_force_forget()
336 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_readdir_uncached()
Ddax.c186 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_setup_one_mapping()
238 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_send_removemapping()