Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_bio.c1858 int aflags; in buf_invalidateblks() local
1904 aflags = BAC_REMOVE; in buf_invalidateblks()
1907 aflags |= BAC_SKIP_LOCKED; in buf_invalidateblks()
1910 if ((error = (int)buf_acquire_locked(bp, aflags, slpflag, slptimeo))) { in buf_invalidateblks()
1979 aflags = BAC_REMOVE; in buf_invalidateblks()
1982 aflags |= BAC_SKIP_LOCKED; in buf_invalidateblks()
1985 if ((error = (int)buf_acquire_locked(bp, aflags, slpflag, slptimeo))) { in buf_invalidateblks()
/xnu-12377.81.4/bsd/net/
H A Dpfvar.h1764 u_int32_t aflags; /* ALTQ rule flags */ member