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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c333 SET(bp->b_flags, B_INVAL);
566 CLR(bp->b_flags, (B_READ | B_WRITE | B_ERROR | B_DONE | B_INVAL | B_ASYNC | B_NOCACHE | B_FUA));
1536 SET(bp->b_flags, B_INVAL);
1607 SET(bp->b_flags, B_INVAL);
1912 bp->b_flags = B_INVAL;
2083 * Note that if buffer is B_INVAL, buf_getblk() won't return it.
2586 if (ISSET(bp->b_flags, B_META) && ISSET(bp->b_flags, B_INVAL)) {
2611 if ( !ISSET(bp->b_flags, B_INVAL)) {
2635 if (bp->b_flags & (B_ERROR | B_INVAL)) {
2636 if (bp->b_flags & (B_READ | B_INVAL))
[all...]
/xnu-2422.115.4/bsd/sys/
H A Dbuf_internal.h224 #define B_INVAL 0x00040000 /* Does not contain valid info. */ macro

Completed in 23 milliseconds