Home
last modified time | relevance | path

Searched refs:VTOPC (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c238 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 …]
/titanic_41/usr/src/uts/common/sys/fs/
H A Dpc_node.h78 #define VTOPC(VP) ((struct pcnode *)((VP)->v_data)) macro