Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/cxlflash/
H A Docxl_hw.c35 static struct vfsmount *ocxlflash_vfs_mount; variable
56 simple_release_fs(&ocxlflash_vfs_mount, &ocxlflash_fs_cnt); in ocxlflash_release_mapping()
84 rc = simple_pin_fs(&ocxlflash_fs_type, &ocxlflash_vfs_mount, in ocxlflash_getfile()
92 inode = alloc_anon_inode(ocxlflash_vfs_mount->mnt_sb); in ocxlflash_getfile()
100 file = alloc_file_pseudo(inode, ocxlflash_vfs_mount, name, in ocxlflash_getfile()
115 simple_release_fs(&ocxlflash_vfs_mount, &ocxlflash_fs_cnt); in ocxlflash_getfile()