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

/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h268 #define VNOFLUSH 0x040000 /* don't vflush() if SKIPSYSTEM */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dkpi_vfs.c1781 return ((vp->v_flag & VNOFLUSH)? 1 : 0);
1996 vp->v_flag |= VNOFLUSH;
2004 vp->v_flag &= ~VNOFLUSH;
H A Dvfs_subr.c523 (vp->v_flag & VNOFLUSH)))
1965 * Skip over all vnodes marked VNOFLUSH.
1968 (vp->v_flag & VNOFLUSH))) {
2509 if (vp->v_flag & VNOFLUSH)
2510 strlcat(sbuf, "|VNOFLUSH", sizeof(sbuf));

Completed in 42 milliseconds