Home
last modified time | relevance | path

Searched refs:F_FULLFSYNC (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.61.12/bsd/security/audit/
H A Daudit_bsm_fcntl.c184 #ifdef F_FULLFSYNC
185 { BSM_F_FULLFSYNC, F_FULLFSYNC },
/xnu-12377.61.12/bsd/sys/
H A Dfcntl.h305 #define F_FULLFSYNC 51 /* fsync + ask the drive to flush to the media */ macro
/xnu-12377.61.12/bsd/kern/
H A Dkern_core.c817 error = VNOP_IOCTL(vp, F_FULLFSYNC, (caddr_t)NULL, 0, ctx); in coredump()
H A Dkern_descrip.c3850 case F_FULLFSYNC: // fsync + flush the journal + DKIOCSYNCHRONIZE in sys_fcntl_nocancel()
3864 cmd = F_FULLFSYNC; in sys_fcntl_nocancel()
3877 error = VNOP_IOCTL(vp, F_FULLFSYNC, (caddr_t)NULL, 0, &context); in sys_fcntl_nocancel()
H A Dkdebug.c3497 ret = VNOP_IOCTL(vp, F_FULLFSYNC, (caddr_t)NULL, 0, ctx); in kdbg_dump_trace_to_file()
/xnu-12377.61.12/tests/
H A Ddisk_mount_conditioner.m291 fcntl(fd, F_FULLFSYNC);
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_exclave_fs.c1327 command = F_FULLFSYNC; in vfs_exclave_fs_sync()
H A Dvfs_syscalls.c13207 error = VNOP_IOCTL(vp, F_FULLFSYNC, (caddr_t)NULL, 0, ctx); in handle_sync_volume()
13557 case F_FULLFSYNC: in fsctl_internal()