Searched refs:VTOPC (Results 1 – 2 of 2) sorted by relevance
237 if ((pcp = VTOPC(vp)) == NULL || pcp->pc_flags & PC_INVAL) { in pcfs_read()271 if ((pcp = VTOPC(vp)) == NULL || pcp->pc_flags & PC_INVAL) { in pcfs_write()591 if ((pcp = VTOPC(vp)) == NULL) { in pcfs_getattr()742 if ((pcp = VTOPC(vp)) == NULL || pcp->pc_flags & PC_INVAL) { in pcfs_setattr()862 if ((pcp = VTOPC(vp)) == NULL || pcp->pc_flags & PC_INVAL) in pcfs_access()898 if ((pcp = VTOPC(vp)) == NULL || pcp->pc_flags & PC_INVAL) { in pcfs_fsync()930 pcp = VTOPC(vp); in pcfs_inactive()959 pcp = VTOPC(vp); in pcfs_inactive()1010 if (VTOPC(dvp) == NULL || VTOPC(dvp)->pc_flags & PC_INVAL) { in pcfs_lookup()1024 error = pc_dirlook(VTOPC(dvp), nm, &pcp); in pcfs_lookup()[all …]
78 #define VTOPC(VP) ((struct pcnode *)((VP)->v_data)) macro