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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dfcntl.h392 #define F_ALLOCATEALL 0x00000004 /* allocate all requested space or no space at all */ 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/PowerManagement-494.1.2/pmconfigd/
H A DPrivateLib.c3786 prealloc.fst_flags = F_ALLOCATEALL; // F_ALLOCATECONTIG
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_descrip.c1136 if (alloc_struct.fst_flags & F_ALLOCATEALL)

Completed in 96 milliseconds