Searched refs:SI_ALIASED (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspecdev.h108 #define SI_ALIASED 0x0002 /* multiple active vnodes refer to this device */ macro
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c1454 nvp->v_specflags |= SI_ALIASED;
1455 vp->v_specflags |= SI_ALIASED;
2264 while ((vp->v_specflags & SI_ALIASED)) {
2361 if (vp->v_specflags & SI_ALIASED) {
2374 vx->v_specflags &= ~SI_ALIASED;
2375 vp->v_specflags &= ~SI_ALIASED;
2863 if (vp->v_specflags & SI_ALIASED) {
H A Dkpi_vfs.c1642 return (vp->v_specflags & SI_ALIASED);

Completed in 78 milliseconds