Searched refs:VFSTOPCFS (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c89 if (error = pc_verify(VFSTOPCFS(vp->v_vfsp)))
113 *pcpp = pc_getnode(VFSTOPCFS(vp->v_vfsp),
136 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp);
276 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp);
397 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp);
414 pc_getnode(VFSTOPCFS(vp->v_vfsp),
448 pc_mark_irrecov(VFSTOPCFS(vp->v_vfsp));
459 pc_mark_irrecov(VFSTOPCFS(vp->v_vfsp));
507 boff = pc_blkoff(VFSTOPCFS(vp->v_vfsp), offset);
569 struct pcfs *fsp = VFSTOPCFS(v
[all...]
H A Dpc_node.c113 if ((fsp == VFSTOPCFS(PCTOV(pcp)->v_vfsp)) &&
126 if ((fsp == VFSTOPCFS(PCTOV(pcp)->v_vfsp)) &&
223 fsp = VFSTOPCFS(vp->v_vfsp);
369 fsp = VFSTOPCFS(vp->v_vfsp);
462 fsp = VFSTOPCFS(PCTOV(pcp)->v_vfsp);
495 fsp = VFSTOPCFS(vp->v_vfsp);
532 fsp = VFSTOPCFS(vp->v_vfsp);
561 pc_mark_irrecov(VFSTOPCFS(vp->v_vfsp));
H A Dpc_vnops.c232 fsp = VFSTOPCFS(vp->v_vfsp);
266 fsp = VFSTOPCFS(vp->v_vfsp);
360 fsp = VFSTOPCFS(vp->v_vfsp);
582 fsp = VFSTOPCFS(vp->v_vfsp);
739 fsp = VFSTOPCFS(vp->v_vfsp);
861 fsp = VFSTOPCFS(vp->v_vfsp);
893 fsp = VFSTOPCFS(vp->v_vfsp);
922 fsp = VFSTOPCFS(vp->v_vfsp);
1005 fsp = VFSTOPCFS(dvp->v_vfsp);
1064 fsp = VFSTOPCFS(dv
[all...]
H A Dpc_alloc.c65 fsp = VFSTOPCFS(vp->v_vfsp);
173 fsp = VFSTOPCFS(vp -> v_vfsp);
263 fsp = VFSTOPCFS(vp->v_vfsp);
H A Dpc_vfsops.c821 fsp = VFSTOPCFS(vfsp);
881 fsp = VFSTOPCFS(vfsp);
904 fsp = VFSTOPCFS(vfsp);
942 if (VFSTOPCFS(PCTOV(pcp) -> v_vfsp) == fsp)
973 fsp = VFSTOPCFS(vfsp);
1168 fsp = VFSTOPCFS(vfsp);
1407 struct pcfs *fsp = VFSTOPCFS(vfsp);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h489 #define VFSTOPCFS(VFSP) ((struct pcfs *)((VFSP)->vfs_data)) macro

Completed in 75 milliseconds