Home
last modified time | relevance | path

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

/xnu-12377.61.12/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);
H A Dvm_stress.cpp324 if (fcntl(fd, F_NOCACHE, true)) { in op_write_direct()
/xnu-12377.61.12/bsd/security/audit/
H A Daudit_bsm_fcntl.c175 #ifdef F_NOCACHE
176 { BSM_F_NOCACHE, F_NOCACHE },
/xnu-12377.61.12/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 Daio.c103 err = fcntl(g_fds[i], F_NOCACHE, 1); in do_init()
H A Ddisk_mount_conditioner.m562 fcntl(temp_fd, F_NOCACHE, 1);
H A Darm_mte.c380 T_ASSERT_TRUE(((fcntl(fd, F_NOCACHE, 1)) != -1), "Setting F_NOCACHE");
H A Dproc_info.c629 retval = fcntl(tmp_fd, F_NOCACHE, 1); in proc_info_caller()
/xnu-12377.61.12/bsd/sys/
H A Dfcntl.h302 #define F_NOCACHE 48 /* turn data caching off/on for this fd */ macro
/xnu-12377.61.12/tools/tests/superpages/
H A Dtestsp.c643 fcntl(fd, F_NOCACHE, 1); in test_fileio()
/xnu-12377.61.12/bsd/kern/
H A Dkern_descrip.c3589 case F_NOCACHE: in sys_fcntl_nocancel()