Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/cxlflash/
Docxl_hw.c33 static struct vfsmount *ocxlflash_vfs_mount; variable
54 simple_release_fs(&ocxlflash_vfs_mount, &ocxlflash_fs_cnt); in ocxlflash_release_mapping()
82 rc = simple_pin_fs(&ocxlflash_fs_type, &ocxlflash_vfs_mount, in ocxlflash_getfile()
90 inode = alloc_anon_inode(ocxlflash_vfs_mount->mnt_sb); in ocxlflash_getfile()
98 file = alloc_file_pseudo(inode, ocxlflash_vfs_mount, name, in ocxlflash_getfile()
113 simple_release_fs(&ocxlflash_vfs_mount, &ocxlflash_fs_cnt); in ocxlflash_getfile()