Searched refs:VFSTOPCFS (Results 1 – 6 of 6) sorted by relevance
90 if (error = pc_verify(VFSTOPCFS(vp->v_vfsp))) in pc_dirlook()114 *pcpp = pc_getnode(VFSTOPCFS(vp->v_vfsp), in pc_dirlook()137 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_direnter()277 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_makedirentry()398 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_dirremove()415 pc_getnode(VFSTOPCFS(vp->v_vfsp), in pc_dirremove()449 pc_mark_irrecov(VFSTOPCFS(vp->v_vfsp)); in pc_dirremove()460 pc_mark_irrecov(VFSTOPCFS(vp->v_vfsp)); in pc_dirremove()508 boff = pc_blkoff(VFSTOPCFS(vp->v_vfsp), offset); in pc_dirempty()570 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_rename()[all …]
231 fsp = VFSTOPCFS(vp->v_vfsp); in pcfs_read()265 fsp = VFSTOPCFS(vp->v_vfsp); in pcfs_write()359 fsp = VFSTOPCFS(vp->v_vfsp); in rwpcp()581 fsp = VFSTOPCFS(vp->v_vfsp); in pcfs_getattr()738 fsp = VFSTOPCFS(vp->v_vfsp); in pcfs_setattr()860 fsp = VFSTOPCFS(vp->v_vfsp); in pcfs_access()892 fsp = VFSTOPCFS(vp->v_vfsp); in pcfs_fsync()921 fsp = VFSTOPCFS(vp->v_vfsp); in pcfs_inactive()1004 fsp = VFSTOPCFS(dvp->v_vfsp); in pcfs_lookup()1063 fsp = VFSTOPCFS(dvp->v_vfsp); in pcfs_create()[all …]
115 if ((fsp == VFSTOPCFS(PCTOV(pcp)->v_vfsp)) && in pc_getnode()128 if ((fsp == VFSTOPCFS(PCTOV(pcp)->v_vfsp)) && in pc_getnode()225 fsp = VFSTOPCFS(vp->v_vfsp); in pc_rele()371 fsp = VFSTOPCFS(vp->v_vfsp); in pc_truncate()464 fsp = VFSTOPCFS(PCTOV(pcp)->v_vfsp); in pc_getentryblock()497 fsp = VFSTOPCFS(vp->v_vfsp); in pc_nodesync()534 fsp = VFSTOPCFS(vp->v_vfsp); in pc_nodeupdate()563 pc_mark_irrecov(VFSTOPCFS(vp->v_vfsp)); in pc_nodeupdate()
67 fsp = VFSTOPCFS(vp->v_vfsp); in pc_bmap()175 fsp = VFSTOPCFS(vp -> v_vfsp); in pc_balloc()265 fsp = VFSTOPCFS(vp->v_vfsp); in pc_bfree()
827 fsp = VFSTOPCFS(vfsp); in pcfs_unmount()887 fsp = VFSTOPCFS(vfsp); in pcfs_root()910 fsp = VFSTOPCFS(vfsp); in pcfs_statvfs()948 if (VFSTOPCFS(PCTOV(pcp) -> v_vfsp) == fsp) in pc_syncfsnodes()975 fsp = VFSTOPCFS(vfsp); in pcfs_sync()1013 fsp = VFSTOPCFS(vfsp); in pcfs_syncfs()1193 fsp = VFSTOPCFS(vfsp); in pcfs_vget()1435 struct pcfs *fsp = VFSTOPCFS(vfsp); in pcfs_freevfs()
489 #define VFSTOPCFS(VFSP) ((struct pcfs *)((VFSP)->vfs_data)) macro