Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/cxlflash/
Docxl_hw.c36 static struct vfsmount *ocxlflash_vfs_mount; variable
73 simple_release_fs(&ocxlflash_vfs_mount, &ocxlflash_fs_cnt); in ocxlflash_release_mapping()
101 rc = simple_pin_fs(&ocxlflash_fs_type, &ocxlflash_vfs_mount, in ocxlflash_getfile()
109 inode = alloc_anon_inode(ocxlflash_vfs_mount->mnt_sb); in ocxlflash_getfile()
117 file = alloc_file_pseudo(inode, ocxlflash_vfs_mount, name, in ocxlflash_getfile()
132 simple_release_fs(&ocxlflash_vfs_mount, &ocxlflash_fs_cnt); in ocxlflash_getfile()