Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_bio.c348 SET(bp->b_flags, B_INVAL); in buf_markinvalid()
830 CLR(bp->b_flags, (B_READ | B_WRITE | B_ERROR | B_DONE | B_INVAL | B_ASYNC | B_NOCACHE | B_FUA)); in buf_reset()
1944 SET(bp->b_flags, B_INVAL); in buf_invalidateblks()
2019 SET(bp->b_flags, B_INVAL); in buf_invalidateblks()
2335 bp->b_flags = B_INVAL; in bufhdrinit()
2934 if (ISSET(bp->b_flags, B_META) && ISSET(bp->b_flags, B_INVAL)) { in buf_brelse()
2959 if (!ISSET(bp->b_flags, B_INVAL)) { in buf_brelse()
2986 if (bp->b_flags & (B_ERROR | B_INVAL)) { in buf_brelse()
2987 if (bp->b_flags & (B_READ | B_INVAL)) { in buf_brelse()
3024 SET(bp->b_flags, B_INVAL); in buf_brelse()
[all …]
/xnu-12377.1.9/bsd/sys/
H A Dbuf_internal.h238 #define B_INVAL 0x00040000 /* Does not contain valid info. */ macro