Home
last modified time | relevance | path

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

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