Home
last modified time | relevance | path

Searched refs:B_SYNC (Results 1 – 5 of 5) sorted by relevance

/original-bsd/sys/ufs/ffs/
H A Dffs_balloc.c71 if (flags & B_SYNC)
211 if (flags & B_SYNC) {
238 if (flags & B_SYNC) {
H A Dffs_inode.c169 aflags |= B_SYNC;
176 if (aflags & B_SYNC)
197 aflags |= B_SYNC;
206 if (aflags & B_SYNC)
H A Dufs_readwrite.c199 flags = ioflag & IO_SYNC ? B_SYNC : 0;
/original-bsd/sys/sys/
H A Dbuf.h117 #define B_SYNC 0x02 /* Do all allocations synchronously. */ macro
/original-bsd/sys/ufs/ufs/
H A Dufs_readwrite.c199 flags = ioflag & IO_SYNC ? B_SYNC : 0;