Home
last modified time | relevance | path

Searched refs:cxl_vfs_mount (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/cxl/
H A Dapi.c35 static struct vfsmount *cxl_vfs_mount; variable
53 simple_release_fs(&cxl_vfs_mount, &cxl_fs_cnt); in cxl_release_mapping()
69 rc = simple_pin_fs(&cxl_fs_type, &cxl_vfs_mount, &cxl_fs_cnt); in cxl_getfile()
76 inode = alloc_anon_inode(cxl_vfs_mount->mnt_sb); in cxl_getfile()
82 file = alloc_file_pseudo(inode, cxl_vfs_mount, name, in cxl_getfile()
94 simple_release_fs(&cxl_vfs_mount, &cxl_fs_cnt); in cxl_getfile()
/kernel/linux/linux-6.6/drivers/misc/cxl/
H A Dapi.c36 static struct vfsmount *cxl_vfs_mount; variable
54 simple_release_fs(&cxl_vfs_mount, &cxl_fs_cnt); in cxl_release_mapping()
70 rc = simple_pin_fs(&cxl_fs_type, &cxl_vfs_mount, &cxl_fs_cnt); in cxl_getfile()
77 inode = alloc_anon_inode(cxl_vfs_mount->mnt_sb); in cxl_getfile()
83 file = alloc_file_pseudo(inode, cxl_vfs_mount, name, in cxl_getfile()
95 simple_release_fs(&cxl_vfs_mount, &cxl_fs_cnt); in cxl_getfile()

Completed in 2 milliseconds