Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dfcntl.h490 #define F_ALLOCATEALL 0x00000004 /* allocate all requested space or no space at all */ macro
/xnu-11215.1.10/bsd/kern/
H A Dkern_descrip.c3279 if (alloc_struct.fst_flags & F_ALLOCATEALL) { in sys_fcntl_nocancel()