Home
last modified time | relevance | path

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

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