Searched refs:VSYSTEM (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/sys/
H A Dvnode.h142 #define VSYSTEM 0x0004 /* vnode being used by kernel */ macro
235 #define SKIPSYSTEM 0x0001 /* vflush: skip vnodes marked VSYSTEM */
/openbsd-current/sys/ntfs/
H A Dntfs_vfsops.c351 ntmp->ntm_sysvn[pi[i]]->v_flag |= VSYSTEM;
/openbsd-current/sys/kern/
H A Dvfs_subr.c934 if ((va->flags & SKIPSYSTEM) && (vp->v_flag & VSYSTEM)) {
1317 if (vp->v_flag & VSYSTEM)
1318 strlcat(buf, "|VSYSTEM", sizeof buf);
/openbsd-current/sys/ufs/ufs/
H A Dufs_quota.c526 vp->v_flag |= VSYSTEM;
/openbsd-current/usr.sbin/pstat/
H A Dpstat.c487 if (flag & VSYSTEM)

Completed in 134 milliseconds