Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/vfs/
H A Dvfs_bio.c1695 int aflags; in buf_invalidateblks() local
1741 aflags = BAC_REMOVE; in buf_invalidateblks()
1744 aflags |= BAC_SKIP_LOCKED; in buf_invalidateblks()
1747 if ((error = (int)buf_acquire_locked(bp, aflags, slpflag, slptimeo))) { in buf_invalidateblks()
1816 aflags = BAC_REMOVE; in buf_invalidateblks()
1819 aflags |= BAC_SKIP_LOCKED; in buf_invalidateblks()
1822 if ((error = (int)buf_acquire_locked(bp, aflags, slpflag, slptimeo))) { in buf_invalidateblks()
/xnu-11417.121.6/bsd/net/
H A Dpfvar.h1764 u_int32_t aflags; /* ALTQ rule flags */ member