Home
last modified time | relevance | path

Searched refs:F_NOCACHE (Results 1 – 10 of 10) sorted by relevance

/xnu-11417.140.69/tests/vm/ !
H A Dtest_madvise.c98 ret = fcntl(fd_4willneed, F_NOCACHE, TRUE);
105 ret = fcntl(fd_4willneed, F_NOCACHE, FALSE);
H A Dvm_direct_write_wired.c78 ret = fcntl(fd, F_NOCACHE, true);
139 T_QUIET; T_ASSERT_POSIX_SUCCESS(fcntl(fd, F_NOCACHE, 1), "fcntl(F_NOCACHE)");
H A Dvm_direct_write_cow.c67 ret = fcntl(fd, F_NOCACHE, true);
/xnu-11417.140.69/bsd/security/audit/ !
H A Daudit_bsm_fcntl.c175 #ifdef F_NOCACHE
176 { BSM_F_NOCACHE, F_NOCACHE },
/xnu-11417.140.69/tests/ !
H A Dioperf.c93 T_ASSERT_POSIX_ZERO(fcntl(fd, F_NOCACHE, 1), "fcntl F_NOCACHE enable"); in io_perf_test_io_init()
171 T_ASSERT_POSIX_ZERO(fcntl(test_file_fd, F_NOCACHE, 1), "fcntl F_NOCACHE enable"); in perform_io()
H A Ddisk_mount_conditioner.c527 fcntl(temp_fd, F_NOCACHE, 1); in perf_setup()
H A Dproc_info.c622 retval = fcntl(tmp_fd, F_NOCACHE, 1); in proc_info_caller()
/xnu-11417.140.69/bsd/sys/ !
H A Dfcntl.h301 #define F_NOCACHE 48 /* turn data caching off/on for this fd */ macro
/xnu-11417.140.69/tools/tests/superpages/ !
H A Dtestsp.c643 fcntl(fd, F_NOCACHE, 1); in test_fileio()
/xnu-11417.140.69/bsd/kern/ !
H A Dkern_descrip.c3576 case F_NOCACHE: in sys_fcntl_nocancel()