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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h174 #define B_ZALLOC 0x08000000 /* b_datap is zalloc()ed */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c2064 if (ISSET(bp->b_flags, B_ZALLOC)) {
2085 CLR(bp->b_flags, (B_META | B_ZALLOC | B_DELWRI | B_LOCKED | B_AGE | B_ASYNC | B_NOCACHE | B_FUA));
2586 if (ISSET(bp->b_flags, B_ZALLOC)) {
2599 CLR(bp->b_flags, B_ZALLOC);
2625 SET(bp->b_flags, B_ZALLOC);
2898 if (ISSET(bp->b_flags, B_ZALLOC)) {

Completed in 21 milliseconds