Home
last modified time | relevance | path

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

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