HomeSort by: relevance | last modified time | path
    Searched refs:B_CONTIG (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
buf.h 243 #define B_CONTIG 0x08 /* Allocate file contiguously. */
  /src/sys/ufs/ffs/
ffs_alloc.c 274 if (flags & B_CONTIG) {
278 * in the B_CONTIG case we reach here with um_lock
783 * If allocating a contiguous file with B_CONTIG, use the hints
792 if (flags & B_CONTIG) {
847 * If allocating a contiguous file with B_CONTIG, use the hints
856 if (flags & B_CONTIG) {
931 if (flags & B_CONTIG)
1211 if ((flags & (B_CONTIG | B_METAONLY)) == B_CONTIG)
ffs_wapbl.c 739 error = GOP_ALLOC(vp, 0, logsize, B_CONTIG, FSCRED);

Completed in 18 milliseconds