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

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

Completed in 131 milliseconds