Home
last modified time | relevance | path

Searched refs:F_ALLOCATECONTIG (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.61.2/bsd/sys/
H A Dfcntl.h478 #define F_ALLOCATECONTIG 0x00000002 /* allocate contigious space */ macro
/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c3259 if (alloc_struct.fst_flags & F_ALLOCATECONTIG) { in sys_fcntl_nocancel()