Home
last modified time | relevance | path

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

/linux/fs/fuse/
A Dfuse_i.h173 struct fuse_mount;
179 struct fuse_mount *fm;
375 struct fuse_mount *fm;
823 struct fuse_mount { struct
983 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm);
1095 void fuse_conn_init(struct fuse_conn *fc, struct fuse_mount *fm,
1108 void fuse_send_init(struct fuse_mount *fm);
1122 bool fuse_mount_remove(struct fuse_mount *fm);
1132 void fuse_conn_destroy(struct fuse_mount *fm);
1135 void fuse_mount_destroy(struct fuse_mount *fm);
[all …]
A 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()
A Dinode.c402 struct fuse_mount **fm) in fuse_ilookup()
404 struct fuse_mount *fm_iter; in fuse_ilookup()
510 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_statfs()
586 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_sync_fs()
1203 void fuse_send_init(struct fuse_mount *fm) in fuse_send_init()
1403 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_fill_super_submount()
1441 struct fuse_mount *fm; in fuse_get_tree_submount()
1636 struct fuse_mount *fm; in fuse_get_tree()
1726 bool fuse_mount_remove(struct fuse_mount *fm) in fuse_mount_remove()
1741 void fuse_conn_destroy(struct fuse_mount *fm) in fuse_conn_destroy()
[all …]
A Dfile.c226 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_open_common()
470 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_flush()
528 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_fsync_common()
771 struct fuse_mount *fm = ff->fm; in fuse_send_read()
819 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_do_readpage()
920 struct fuse_mount *fm = ff->fm; in fuse_send_readpages()
1050 struct fuse_mount *fm = ff->fm; in fuse_send_write()
1097 struct fuse_mount *fm = ff->fm; in fuse_send_write_pages()
2732 struct fuse_mount *fm = ff->fm; in fuse_file_poll()
2927 struct fuse_mount *fm = ff->fm; in fuse_file_fallocate()
[all …]
A Ddir.c200 struct fuse_mount *fm; in fuse_dentry_revalidate()
471 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_create_open()
678 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_mknod()
707 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_mkdir()
728 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_symlink()
789 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_unlink()
812 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_rmdir()
921 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_link()
977 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_do_getattr()
1153 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_access()
[all …]
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()
A Dvirtio_fs.c1297 struct fuse_mount *fm = get_fuse_mount_super(sb); in virtio_fs_fill_super()
1361 static void virtio_fs_conn_destroy(struct fuse_mount *fm) in virtio_fs_conn_destroy()
1393 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()
1420 struct fuse_mount *fm; in virtio_fs_get_tree()
1443 fm = kzalloc(sizeof(struct fuse_mount), GFP_KERNEL); in virtio_fs_get_tree()
A 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()
1646 static void fuse_retrieve_end(struct fuse_mount *fm, struct fuse_args *args, in fuse_retrieve_end()
1656 static int fuse_retrieve(struct fuse_mount *fm, struct inode *inode, in fuse_retrieve()
[all …]
A Dioctl.c151 struct fuse_mount *fm = ff->fm; in fuse_do_ioctl()
362 struct fuse_mount *fm = ff->fm; in fuse_priv_ioctl()
405 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_priv_ioctl_prepare()
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()
A Dreaddir.c258 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_force_forget()
326 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_readdir_uncached()
A 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()

Completed in 33 milliseconds