Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c193 VFS_HOLD(PCFSTOVFS(fsp)); in pc_getnode()
195 vp->v_vfsp = PCFSTOVFS(fsp); in pc_getnode()
696 vfsp = PCFSTOVFS(fsp); in pc_diskchanged()
H A Dpc_vfsops.c1134 (PCFSTOVFS(fsp)->vfs_flag & VFS_RDONLY) ? FREAD : FREAD|FWRITE, in pc_invalfat()
H A Dpc_vnops.c942 VFS_RELE(PCFSTOVFS(fsp)); in pcfs_inactive()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h490 #define PCFSTOVFS(FSP) ((FSP)->pcfs_vfs) macro