Searched refs:VTOPC (Results 1 – 2 of 2) sorted by relevance
238 if ((pcp = VTOPC(vp)) == NULL || pcp->pc_flags & PC_INVAL) { in pcfs_read()272 if ((pcp = VTOPC(vp)) == NULL || pcp->pc_flags & PC_INVAL) { in pcfs_write()592 if ((pcp = VTOPC(vp)) == NULL) { in pcfs_getattr()743 if ((pcp = VTOPC(vp)) == NULL || pcp->pc_flags & PC_INVAL) { in pcfs_setattr()863 if ((pcp = VTOPC(vp)) == NULL || pcp->pc_flags & PC_INVAL) in pcfs_access()899 if ((pcp = VTOPC(vp)) == NULL || pcp->pc_flags & PC_INVAL) { in pcfs_fsync()931 pcp = VTOPC(vp); in pcfs_inactive()960 pcp = VTOPC(vp); in pcfs_inactive()1011 if (VTOPC(dvp) == NULL || VTOPC(dvp)->pc_flags & PC_INVAL) { in pcfs_lookup()1025 error = pc_dirlook(VTOPC(dvp), nm, &pcp); in pcfs_lookup()[all …]
78 #define VTOPC(VP) ((struct pcnode *)((VP)->v_data)) macro