Home
last modified time | relevance | path

Searched refs:F_RDAHEAD (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.141.3/bsd/security/audit/
H A Daudit_bsm_fcntl.c172 #ifdef F_RDAHEAD
173 { BSM_F_RDAHEAD, F_RDAHEAD },
/xnu-8796.141.3/tests/
H A Dioperf.c172 T_ASSERT_POSIX_ZERO(fcntl(test_file_fd, F_RDAHEAD, 0), "fcntl F_RDAHEAD disable"); in perform_io()
/xnu-8796.141.3/bsd/sys/
H A Dfcntl.h292 #define F_RDAHEAD 45 /* turn read ahead off/on for this fd */ macro
/xnu-8796.141.3/bsd/kern/
H A Dkern_descrip.c3484 case F_RDAHEAD: in sys_fcntl_nocancel()