Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dfcntl.h480 #define F_ALLOCATEPERSIST 0x00000008 /* do not free space upon close(2) */ macro
/xnu-8796.141.3/bsd/kern/
H A Dkern_descrip.c3251 if (alloc_struct.fst_flags & F_ALLOCATEPERSIST) { in sys_fcntl_nocancel()