Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fuse/
H A Dfuse_i.h180 struct fuse_mount;
197 struct fuse_mount *fm;
287 void (*end)(struct fuse_mount *fm, struct fuse_args *args, int error);
398 struct fuse_mount *fm;
827 struct fuse_mount { struct
844 static inline struct fuse_mount *get_fuse_mount_super(struct super_block *sb) in get_fuse_mount_super() argument
851 struct fuse_mount *fm = get_fuse_mount_super(sb); in get_fuse_conn_super()
856 static inline struct fuse_mount *get_fuse_mount(struct inode *inode) in get_fuse_mount()
863 struct fuse_mount *fm = get_fuse_mount(inode); in get_fuse_conn()
963 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm);
[all …]
H A Dinode.c370 struct fuse_mount **fm) in fuse_ilookup()
372 struct fuse_mount *fm_iter; in fuse_ilookup()
449 static void fuse_send_destroy(struct fuse_mount *fm) in fuse_send_destroy()
463 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_put_super()
485 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_statfs()
686 void fuse_conn_init(struct fuse_conn *fc, struct fuse_mount *fm, in fuse_conn_init()
747 void fuse_mount_put(struct fuse_mount *fm) in fuse_mount_put()
757 struct fuse_mount *fuse_mount_get(struct fuse_mount *fm) in fuse_mount_get()
993 static void process_init_reply(struct fuse_mount *fm, struct fuse_args *args, in process_init_reply()
1100 void fuse_send_init(struct fuse_mount *fm) in fuse_send_init()
[all …]
H A 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()
403 struct fuse_mount *fm = get_fuse_mount_super(path->mnt->mnt_sb); in fuse_dentry_canonical_path()
464 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_lookup_name()
573 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_create_open()
710 static int create_new_entry(struct fuse_mount *fm, struct fuse_args *args, in create_new_entry()
774 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_mknod()
802 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_mkdir()
[all …]
H A 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()
156 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_removexattr()
H A 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()
223 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_open_common()
468 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_flush()
523 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_fsync_common()
711 static void fuse_aio_complete_req(struct fuse_mount *fm, struct fuse_args *args, in fuse_aio_complete_req()
740 static ssize_t fuse_async_req_send(struct fuse_mount *fm, in fuse_async_req_send()
766 struct fuse_mount *fm = ff->fm; in fuse_send_read()
[all …]
H A 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()
H A Dvirtio_fs.c1298 struct fuse_mount *fm = get_fuse_mount_super(sb); in virtio_fs_fill_super()
1362 static void virtio_fs_conn_destroy(struct fuse_mount *fm) in virtio_fs_conn_destroy()
1394 struct fuse_mount *fm = get_fuse_mount_super(sb); in virtio_kill_sb()
1409 struct fuse_mount *fsc_fm = fsc->s_fs_info; in virtio_fs_test_super()
1410 struct fuse_mount *sb_fm = get_fuse_mount_super(sb); in virtio_fs_test_super()
1432 struct fuse_mount *fm; in virtio_fs_get_tree()
1453 fm = kzalloc(sizeof(struct fuse_mount), GFP_KERNEL); in virtio_fs_get_tree()
H A Ddev.c44 static void fuse_request_init(struct fuse_mount *fm, struct fuse_req *req) in fuse_request_init()
54 static struct fuse_req *fuse_request_alloc(struct fuse_mount *fm, gfp_t flags) in fuse_request_alloc()
107 static struct fuse_req *fuse_get_req(struct fuse_mount *fm, bool for_background) in fuse_get_req()
286 struct fuse_mount *fm = req->fm; in fuse_request_end()
491 ssize_t fuse_simple_request(struct fuse_mount *fm, struct fuse_args *args) in fuse_simple_request()
532 struct fuse_mount *fm = req->fm; in fuse_request_queue_background()
560 int fuse_simple_background(struct fuse_mount *fm, struct fuse_args *args, in fuse_simple_background()
589 static int fuse_simple_notify_reply(struct fuse_mount *fm, in fuse_simple_notify_reply()
1668 static void fuse_retrieve_end(struct fuse_mount *fm, struct fuse_args *args, in fuse_retrieve_end()
1678 static int fuse_retrieve(struct fuse_mount *fm, struct inode *inode, in fuse_retrieve()
[all …]
H A 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()
H A Dreaddir.c260 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_force_forget()
328 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_readdir_uncached()
H A 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()