Home
last modified time | relevance | path

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

/linux/fs/fuse/
H A Dfuse_i.h250 struct fuse_mount;
256 struct fuse_mount *fm;
350 void (*end)(struct fuse_mount *fm, struct fuse_args *args, int error);
477 struct fuse_mount *fm;
1007 struct fuse_mount { struct
1035 static inline struct fuse_mount *get_fuse_mount_super(struct super_block *sb) in get_fuse_mount_super() argument
1045 static inline struct fuse_mount *get_fuse_mount(struct inode *inode) in get_fuse_mount()
1183 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm, bool release);
1258 struct fuse_mount *fm,
1261 static inline ssize_t fuse_simple_request(struct fuse_mount *fm, struct fuse_args *args) in fuse_simple_request()
[all …]
H A Dinode.c535 struct fuse_mount **fm) in fuse_ilookup()
537 struct fuse_mount *fm_iter; in fuse_ilookup()
631 static void fuse_send_destroy(struct fuse_mount *fm) in fuse_send_destroy()
660 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_statfs()
736 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_sync_fs()
969 void fuse_conn_init(struct fuse_conn *fc, struct fuse_mount *fm, in fuse_conn_init()
1319 static void process_init_reply(struct fuse_mount *fm, struct fuse_args *args, in process_init_reply()
1485 static struct fuse_init_args *fuse_new_init(struct fuse_mount *fm) in fuse_new_init()
1548 int fuse_send_init(struct fuse_mount *fm) in fuse_send_init()
1720 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_fill_super_submount()
[all …]
H A Ddir.c196 struct fuse_mount *fm; in fuse_epoch_work()
382 struct fuse_mount *fm; in fuse_dentry_revalidate()
554 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_lookup_name()
817 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_create_open()
973 static struct dentry *create_new_entry(struct mnt_idmap *idmap, struct fuse_mount *fm, in create_new_entry()
1046 static int create_new_nondir(struct mnt_idmap *idmap, struct fuse_mount *fm, in create_new_nondir()
1066 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_mknod()
1113 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_mkdir()
1134 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_symlink()
1196 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_unlink()
[all …]
H A Dfile.c26 static int fuse_send_open(struct fuse_mount *fm, u64 nodeid, in fuse_send_open()
55 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm, bool release) in fuse_file_alloc()
94 static void fuse_release_end(struct fuse_mount *fm, struct fuse_args *args, in fuse_release_end()
129 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid, in fuse_file_open()
185 int fuse_do_open(struct fuse_mount *fm, u64 nodeid, struct file *file, in fuse_do_open()
248 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_open()
460 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_flush()
514 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_fsync_common()
706 static void fuse_aio_complete_req(struct fuse_mount *fm, struct fuse_args *args, in fuse_aio_complete_req()
739 static ssize_t fuse_async_req_send(struct fuse_mount *fm, in fuse_async_req_send()
[all …]
H A Dcuse.c61 struct fuse_mount fm; /* Dummy mount referencing fc */
148 struct fuse_mount *fm = ff->fm; in cuse_release()
322 static void cuse_process_init_reply(struct fuse_mount *fm, in cuse_process_init_reply()
434 struct fuse_mount *fm = &cc->fm; in cuse_send_init()
H A Dioctl.c15 static ssize_t fuse_send_ioctl(struct fuse_mount *fm, struct fuse_args *args, in fuse_send_ioctl()
221 struct fuse_mount *fm = ff->fm; in fuse_do_ioctl()
441 struct fuse_mount *fm = ff->fm; in fuse_priv_ioctl()
485 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_priv_ioctl_prepare()
H A Dvirtio_fs.c1542 struct fuse_mount *fm = get_fuse_mount_super(sb); in virtio_fs_fill_super()
1606 static void virtio_fs_conn_destroy(struct fuse_mount *fm) in virtio_fs_conn_destroy()
1638 struct fuse_mount *fm = get_fuse_mount_super(sb); in virtio_kill_sb()
1654 struct fuse_mount *fsc_fm = fsc->s_fs_info; in virtio_fs_test_super()
1655 struct fuse_mount *sb_fm = get_fuse_mount_super(sb); in virtio_fs_test_super()
1665 struct fuse_mount *fm; in virtio_fs_get_tree()
1691 fm = kzalloc(sizeof(struct fuse_mount), GFP_KERNEL); in virtio_fs_get_tree()
H A Ddev.c129 static void fuse_request_init(struct fuse_mount *fm, struct fuse_req *req) in fuse_request_init()
140 static struct fuse_req *fuse_request_alloc(struct fuse_mount *fm, gfp_t flags) in fuse_request_alloc()
195 struct fuse_mount *fm, in fuse_get_req()
460 struct fuse_mount *fm = req->fm; in fuse_request_end()
664 struct fuse_mount *fm, in __fuse_simple_request()
724 struct fuse_mount *fm = req->fm; in fuse_request_queue_background()
754 int fuse_simple_background(struct fuse_mount *fm, struct fuse_args *args, in fuse_simple_background()
783 static int fuse_simple_notify_reply(struct fuse_mount *fm, in fuse_simple_notify_reply()
1850 static void fuse_retrieve_end(struct fuse_mount *fm, struct fuse_args *args, in fuse_retrieve_end()
1860 static int fuse_retrieve(struct fuse_mount *fm, struct inode *inode, in fuse_retrieve()
[all …]