Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/vfs/
H A Dvfs_bio.c1675 int aflags; in buf_invalidateblks() local
1721 aflags = BAC_REMOVE; in buf_invalidateblks()
1724 aflags |= BAC_SKIP_LOCKED; in buf_invalidateblks()
1727 if ((error = (int)buf_acquire_locked(bp, aflags, slpflag, slptimeo))) { in buf_invalidateblks()
1796 aflags = BAC_REMOVE; in buf_invalidateblks()
1799 aflags |= BAC_SKIP_LOCKED; in buf_invalidateblks()
1802 if ((error = (int)buf_acquire_locked(bp, aflags, slpflag, slptimeo))) { in buf_invalidateblks()
/xnu-8792.61.2/bsd/net/
H A Dpfvar.h1691 u_int32_t aflags; /* ALTQ rule flags */ member