Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_bio.c1668 int aflags; in buf_invalidateblks() local
1714 aflags = BAC_REMOVE; in buf_invalidateblks()
1717 aflags |= BAC_SKIP_LOCKED; in buf_invalidateblks()
1720 if ((error = (int)buf_acquire_locked(bp, aflags, slpflag, slptimeo))) { in buf_invalidateblks()
1789 aflags = BAC_REMOVE; in buf_invalidateblks()
1792 aflags |= BAC_SKIP_LOCKED; in buf_invalidateblks()
1795 if ((error = (int)buf_acquire_locked(bp, aflags, slpflag, slptimeo))) { in buf_invalidateblks()
/xnu-8019.80.24/bsd/net/
H A Dpfvar.h1690 u_int32_t aflags; /* ALTQ rule flags */ member