Searched refs:F_NOCACHE (Results 1 – 10 of 10) sorted by relevance
| /xnu-11417.140.69/tests/vm/ ! |
| H A D | test_madvise.c | 98 ret = fcntl(fd_4willneed, F_NOCACHE, TRUE); 105 ret = fcntl(fd_4willneed, F_NOCACHE, FALSE);
|
| H A D | vm_direct_write_wired.c | 78 ret = fcntl(fd, F_NOCACHE, true); 139 T_QUIET; T_ASSERT_POSIX_SUCCESS(fcntl(fd, F_NOCACHE, 1), "fcntl(F_NOCACHE)");
|
| H A D | vm_direct_write_cow.c | 67 ret = fcntl(fd, F_NOCACHE, true);
|
| /xnu-11417.140.69/bsd/security/audit/ ! |
| H A D | audit_bsm_fcntl.c | 175 #ifdef F_NOCACHE 176 { BSM_F_NOCACHE, F_NOCACHE },
|
| /xnu-11417.140.69/tests/ ! |
| H A D | ioperf.c | 93 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 D | disk_mount_conditioner.c | 527 fcntl(temp_fd, F_NOCACHE, 1); in perf_setup()
|
| H A D | proc_info.c | 622 retval = fcntl(tmp_fd, F_NOCACHE, 1); in proc_info_caller()
|
| /xnu-11417.140.69/bsd/sys/ ! |
| H A D | fcntl.h | 301 #define F_NOCACHE 48 /* turn data caching off/on for this fd */ macro
|
| /xnu-11417.140.69/tools/tests/superpages/ ! |
| H A D | testsp.c | 643 fcntl(fd, F_NOCACHE, 1); in test_fileio()
|
| /xnu-11417.140.69/bsd/kern/ ! |
| H A D | kern_descrip.c | 3576 case F_NOCACHE: in sys_fcntl_nocancel()
|