Searched refs:F_ALLOCATECONTIG (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/bless-103/libbless/Misc/
H A DBLCopyFileFromCFData.c65 preall.fst_flags = F_ALLOCATECONTIG;
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dfcntl.h391 #define F_ALLOCATECONTIG 0x00000002 /* allocate contigious space */ macro
/macosx-10.10/hfs-285/hfs_util/
H A Dhfsutil_jnl.c456 fst.fst_flags = F_ALLOCATECONTIG|F_ALLOCATEALL;
/macosx-10.10/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp2968 fstore_t fcntlSpec = { F_ALLOCATECONTIG|F_ALLOCATEALL, F_PEOFPOSMODE, 0, cacheFileSize, 0 };
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_descrip.c1133 if (alloc_struct.fst_flags & F_ALLOCATECONTIG)

Completed in 170 milliseconds