Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/vfs/
H A Dvfs_bio.c1689 int aflags; in buf_invalidateblks() local
1735 aflags = BAC_REMOVE; in buf_invalidateblks()
1738 aflags |= BAC_SKIP_LOCKED; in buf_invalidateblks()
1741 if ((error = (int)buf_acquire_locked(bp, aflags, slpflag, slptimeo))) { in buf_invalidateblks()
1810 aflags = BAC_REMOVE; in buf_invalidateblks()
1813 aflags |= BAC_SKIP_LOCKED; in buf_invalidateblks()
1816 if ((error = (int)buf_acquire_locked(bp, aflags, slpflag, slptimeo))) { in buf_invalidateblks()
/xnu-8796.141.3/bsd/net/
H A Dpfvar.h1691 u_int32_t aflags; /* ALTQ rule flags */ member