Lines Matching refs:fm
1295 struct fuse_mount *fm = get_fuse_mount_super(sb); in virtio_fs_fill_super() local
1296 struct fuse_conn *fc = fm->fc; in virtio_fs_fill_super()
1341 fuse_send_init(fm); in virtio_fs_fill_super()
1352 static void virtio_fs_conn_destroy(struct fuse_mount *fm) in virtio_fs_conn_destroy() argument
1354 struct fuse_conn *fc = fm->fc; in virtio_fs_conn_destroy()
1370 fuse_conn_destroy(fm); in virtio_fs_conn_destroy()
1384 struct fuse_mount *fm = get_fuse_mount_super(sb); in virtio_kill_sb() local
1388 if (fm) { in virtio_kill_sb()
1389 last = fuse_mount_remove(fm); in virtio_kill_sb()
1391 virtio_fs_conn_destroy(fm); in virtio_kill_sb()
1422 struct fuse_mount *fm; in virtio_fs_get_tree() local
1443 fm = kzalloc(sizeof(struct fuse_mount), GFP_KERNEL); in virtio_fs_get_tree()
1444 if (!fm) { in virtio_fs_get_tree()
1452 fuse_conn_init(fc, fm, get_user_ns(current_user_ns()), in virtio_fs_get_tree()
1458 fsc->s_fs_info = fm; in virtio_fs_get_tree()
1460 fuse_mount_put(fm); in virtio_fs_get_tree()