Searched refs:B_SYNC (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_balloc.c166 if ((flags & B_SYNC) || (!alloc_buffer)) {
227 if (flags & B_SYNC)
364 if (flags & B_SYNC) {
395 if ((flags & B_SYNC)) {
637 if (flags & B_SYNC) {
668 if (flags & B_SYNC) {
H A Dffs_inode.c241 aflags |= B_SYNC;
251 if (aflags & B_SYNC)
282 aflags |= B_SYNC;
293 if (aflags & B_SYNC)
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h192 #define B_SYNC 0x02 /* Do all allocations synchronously. */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_readwrite.c293 flags = B_SYNC;
323 local_flags = B_SYNC;
418 flags = B_SYNC;

Completed in 33 milliseconds