Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/cxlflash/
Docxl_hw.c34 static struct vfsmount *ocxlflash_vfs_mount; variable
55 simple_release_fs(&ocxlflash_vfs_mount, &ocxlflash_fs_cnt); in ocxlflash_release_mapping()
83 rc = simple_pin_fs(&ocxlflash_fs_type, &ocxlflash_vfs_mount, in ocxlflash_getfile()
91 inode = alloc_anon_inode(ocxlflash_vfs_mount->mnt_sb); in ocxlflash_getfile()
99 file = alloc_file_pseudo(inode, ocxlflash_vfs_mount, name, in ocxlflash_getfile()
114 simple_release_fs(&ocxlflash_vfs_mount, &ocxlflash_fs_cnt); in ocxlflash_getfile()