Searched refs:fuse_mount (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/fs/fuse/ |
| H A D | fuse_i.h | 235 struct fuse_mount; 241 struct fuse_mount *fm; 462 struct fuse_mount *fm; 987 struct fuse_mount { struct 1232 struct fuse_mount *fm, 1241 struct fuse_mount *fm, in fuse_simple_idmap_request() 1311 void fuse_send_init(struct fuse_mount *fm); 1325 bool fuse_mount_remove(struct fuse_mount *fm); 1335 void fuse_conn_destroy(struct fuse_mount *fm); 1338 void fuse_mount_destroy(struct fuse_mount *fm); [all …]
|
| H A D | xattr.c | 17 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()
|
| H A D | inode.c | 532 struct fuse_mount **fm) in fuse_ilookup() 534 struct fuse_mount *fm_iter; in fuse_ilookup() 646 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_statfs() 722 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_sync_fs() 1467 void fuse_send_init(struct fuse_mount *fm) in fuse_send_init() 1684 struct fuse_mount *fm = get_fuse_mount_super(sb); in fuse_fill_super_submount() 1741 struct fuse_mount *fm; in fuse_get_tree_submount() 1936 struct fuse_mount *fm; in fuse_get_tree() 2026 bool fuse_mount_remove(struct fuse_mount *fm) in fuse_mount_remove() 2041 void fuse_conn_destroy(struct fuse_mount *fm) in fuse_conn_destroy() [all …]
|
| H A D | dir.c | 202 struct fuse_mount *fm; in fuse_dentry_revalidate() 624 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_create_open() 872 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_mknod() 919 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_mkdir() 940 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_symlink() 1002 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_unlink() 1026 struct fuse_mount *fm = get_fuse_mount(dir); in fuse_rmdir() 1137 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_link() 1228 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_do_statx() 1287 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_do_getattr() [all …]
|
| H A D | file.c | 235 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_open() 519 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_flush() 577 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_fsync_common() 828 struct fuse_mount *fm = ff->fm; in fuse_send_read() 876 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_do_readfolio() 971 struct fuse_mount *fm = ff->fm; in fuse_send_readpages() 1131 struct fuse_mount *fm = ff->fm; in fuse_send_write() 1178 struct fuse_mount *fm = ff->fm; in fuse_send_write_pages() 2989 struct fuse_mount *fm = ff->fm; in fuse_file_poll() 3185 struct fuse_mount *fm = ff->fm; in fuse_file_fallocate() [all …]
|
| H A D | cuse.c | 60 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()
|
| H A D | ioctl.c | 15 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 D | dev.c | 129 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() 439 struct fuse_mount *fm = req->fm; in fuse_request_end() 643 struct fuse_mount *fm, in __fuse_simple_request() 703 struct fuse_mount *fm = req->fm; in fuse_request_queue_background() 733 int fuse_simple_background(struct fuse_mount *fm, struct fuse_args *args, in fuse_simple_background() 762 static int fuse_simple_notify_reply(struct fuse_mount *fm, in fuse_simple_notify_reply() 1832 static void fuse_retrieve_end(struct fuse_mount *fm, struct fuse_args *args, in fuse_retrieve_end() 1842 static int fuse_retrieve(struct fuse_mount *fm, struct inode *inode, in fuse_retrieve() [all …]
|
| H A D | virtio_fs.c | 1545 struct fuse_mount *fm = get_fuse_mount_super(sb); in virtio_fs_fill_super() 1609 static void virtio_fs_conn_destroy(struct fuse_mount *fm) in virtio_fs_conn_destroy() 1641 struct fuse_mount *fm = get_fuse_mount_super(sb); in virtio_kill_sb() 1657 struct fuse_mount *fsc_fm = fsc->s_fs_info; in virtio_fs_test_super() 1658 struct fuse_mount *sb_fm = get_fuse_mount_super(sb); in virtio_fs_test_super() 1668 struct fuse_mount *fm; in virtio_fs_get_tree() 1694 fm = kzalloc(sizeof(struct fuse_mount), GFP_KERNEL); in virtio_fs_get_tree()
|
| H A D | readdir.c | 268 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_force_forget() 337 struct fuse_mount *fm = get_fuse_mount(inode); in fuse_readdir_uncached()
|
| H A 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()
|