Searched refs:fuse_mount (Results 1 – 13 of 13) sorted by relevance
/fs/fuse/ |
D | fuse_i.h | 246 struct fuse_mount; 263 struct fuse_mount *fm; 362 void (*end)(struct fuse_mount *fm, struct fuse_args *args, int error); 473 struct fuse_mount *fm; 939 struct fuse_mount { struct 953 static inline struct fuse_mount *get_fuse_mount_super(struct super_block *sb) in get_fuse_mount_super() argument 963 static inline struct fuse_mount *get_fuse_mount(struct inode *inode) in get_fuse_mount() 1102 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm); 1171 ssize_t fuse_simple_request(struct fuse_mount *fm, struct fuse_args *args); 1172 int fuse_simple_background(struct fuse_mount *fm, struct fuse_args *args, [all …]
|
D | xattr.c | 17 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_setxattr() 55 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_getxattr() 113 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_listxattr() 170 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_removexattr()
|
D | file.c | 24 static int fuse_send_open(struct fuse_mount *fm, u64 nodeid, in fuse_send_open() 60 struct fuse_file *fuse_file_alloc(struct fuse_mount *fm) in fuse_file_alloc() 100 static void fuse_release_end(struct fuse_mount *fm, struct fuse_args *args, in fuse_release_end() 144 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid, in fuse_file_open() 186 int fuse_do_open(struct fuse_mount *fm, u64 nodeid, struct file *file, in fuse_do_open() 241 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_open_common() 515 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_flush() 581 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_fsync_common() 780 static void fuse_aio_complete_req(struct fuse_mount *fm, struct fuse_args *args, in fuse_aio_complete_req() 809 static ssize_t fuse_async_req_send(struct fuse_mount *fm, in fuse_async_req_send() [all …]
|
D | inode.c | 546 struct fuse_mount **fm) in fuse_ilookup() 548 struct fuse_mount *fm_iter; in fuse_ilookup() 628 static void fuse_send_destroy(struct fuse_mount *fm) in fuse_send_destroy() 643 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_statfs() 731 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_sync_fs() 978 void fuse_conn_init(struct fuse_conn *fc, struct fuse_mount *fm, in fuse_conn_init() 1299 static void process_init_reply(struct fuse_mount *fm, struct fuse_args *args, in process_init_reply() 1416 void fuse_send_init(struct fuse_mount *fm) in fuse_send_init() 1612 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_fill_super_submount() 1667 struct fuse_mount *fm; in fuse_get_tree_submount() [all …]
|
D | dir.c | 236 struct fuse_mount *fm; in fuse_dentry_revalidate() 417 struct fuse_mount *fm = get_fuse_mount_super(path->mnt->mnt_sb); in fuse_dentry_canonical_path() 502 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_lookup_name() 722 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_create_open() 900 static int create_new_entry(struct fuse_mount *fm, struct fuse_args *args, in create_new_entry() 994 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_mknod() 1034 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_mkdir() 1076 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_symlink() 1119 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_unlink() 1172 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_rmdir() [all …]
|
D | ioctl.c | 12 static ssize_t fuse_send_ioctl(struct fuse_mount *fm, struct fuse_args *args, in fuse_send_ioctl() 171 struct fuse_mount *fm = ff->fm; in fuse_do_ioctl() 389 struct fuse_mount *fm = ff->fm; in fuse_priv_ioctl() 433 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_priv_ioctl_prepare()
|
D | cuse.c | 60 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()
|
D | virtio_fs.c | 1299 struct fuse_mount *fm = get_fuse_mount_super(sb); in virtio_fs_fill_super() 1363 static void virtio_fs_conn_destroy(struct fuse_mount *fm) in virtio_fs_conn_destroy() 1395 struct fuse_mount *fm = get_fuse_mount_super(sb); in virtio_kill_sb() 1411 struct fuse_mount *fsc_fm = fsc->s_fs_info; in virtio_fs_test_super() 1412 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() 1445 fm = kzalloc(sizeof(struct fuse_mount), GFP_KERNEL); in virtio_fs_get_tree()
|
D | dev.c | 44 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() 291 struct fuse_mount *fm = req->fm; in fuse_request_end() 497 ssize_t fuse_simple_request(struct fuse_mount *fm, struct fuse_args *args) in fuse_simple_request() 538 struct fuse_mount *fm = req->fm; in fuse_request_queue_background() 566 int fuse_simple_background(struct fuse_mount *fm, struct fuse_args *args, in fuse_simple_background() 595 static int fuse_simple_notify_reply(struct fuse_mount *fm, in fuse_simple_notify_reply() 1667 static void fuse_retrieve_end(struct fuse_mount *fm, struct fuse_args *args, in fuse_retrieve_end() 1677 static int fuse_retrieve(struct fuse_mount *fm, struct inode *inode, in fuse_retrieve() [all …]
|
D | control.c | 167 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()
|
D | readdir.c | 270 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_force_forget() 338 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_readdir_uncached()
|
D | dax.c | 186 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()
|
D | backing.c | 79 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_open_backing() 182 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_open_file_backing() 2460 ssize_t fuse_bpf_simple_request(struct fuse_mount *fm, struct fuse_bpf_args *bpf_args) in fuse_bpf_simple_request()
|