Searched refs:VFSTOPCFS (Results 1 – 6 of 6) sorted by relevance
88 if (error = pc_verify(VFSTOPCFS(vp->v_vfsp))) in pc_dirlook()112 *pcpp = pc_getnode(VFSTOPCFS(vp->v_vfsp), in pc_dirlook()135 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_direnter()275 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_makedirentry()396 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_dirremove()413 pc_getnode(VFSTOPCFS(vp->v_vfsp), in pc_dirremove()447 pc_mark_irrecov(VFSTOPCFS(vp->v_vfsp)); in pc_dirremove()458 pc_mark_irrecov(VFSTOPCFS(vp->v_vfsp)); in pc_dirremove()506 boff = pc_blkoff(VFSTOPCFS(vp->v_vfsp), offset); in pc_dirempty()568 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_rename()[all …]
113 if ((fsp == VFSTOPCFS(PCTOV(pcp)->v_vfsp)) && in pc_getnode()126 if ((fsp == VFSTOPCFS(PCTOV(pcp)->v_vfsp)) && in pc_getnode()223 fsp = VFSTOPCFS(vp->v_vfsp); in pc_rele()369 fsp = VFSTOPCFS(vp->v_vfsp); in pc_truncate()462 fsp = VFSTOPCFS(PCTOV(pcp)->v_vfsp); in pc_getentryblock()495 fsp = VFSTOPCFS(vp->v_vfsp); in pc_nodesync()532 fsp = VFSTOPCFS(vp->v_vfsp); in pc_nodeupdate()561 pc_mark_irrecov(VFSTOPCFS(vp->v_vfsp)); in pc_nodeupdate()
232 fsp = VFSTOPCFS(vp->v_vfsp); in pcfs_read()266 fsp = VFSTOPCFS(vp->v_vfsp); in pcfs_write()360 fsp = VFSTOPCFS(vp->v_vfsp); in rwpcp()582 fsp = VFSTOPCFS(vp->v_vfsp); in pcfs_getattr()739 fsp = VFSTOPCFS(vp->v_vfsp); in pcfs_setattr()861 fsp = VFSTOPCFS(vp->v_vfsp); in pcfs_access()893 fsp = VFSTOPCFS(vp->v_vfsp); in pcfs_fsync()922 fsp = VFSTOPCFS(vp->v_vfsp); in pcfs_inactive()1005 fsp = VFSTOPCFS(dvp->v_vfsp); in pcfs_lookup()1064 fsp = VFSTOPCFS(dvp->v_vfsp); in pcfs_create()[all …]
65 fsp = VFSTOPCFS(vp->v_vfsp); in pc_bmap()173 fsp = VFSTOPCFS(vp -> v_vfsp); in pc_balloc()263 fsp = VFSTOPCFS(vp->v_vfsp); in pc_bfree()
821 fsp = VFSTOPCFS(vfsp); in pcfs_unmount()881 fsp = VFSTOPCFS(vfsp); in pcfs_root()904 fsp = VFSTOPCFS(vfsp); in pcfs_statvfs()942 if (VFSTOPCFS(PCTOV(pcp) -> v_vfsp) == fsp) in pc_syncfsnodes()973 fsp = VFSTOPCFS(vfsp); in pcfs_sync()1168 fsp = VFSTOPCFS(vfsp); in pcfs_vget()1407 struct pcfs *fsp = VFSTOPCFS(vfsp); in pcfs_freevfs()
489 #define VFSTOPCFS(VFSP) ((struct pcfs *)((VFSP)->vfs_data)) macro