Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/security/audit/ !
H A Daudit_bsm_fcntl.c184 #ifdef F_FULLFSYNC
185 { BSM_F_FULLFSYNC, F_FULLFSYNC },
/xnu-8796.141.3/bsd/sys/ !
H A Dfcntl.h299 #define F_FULLFSYNC 51 /* fsync + ask the drive to flush to the media */ macro
/xnu-8796.141.3/tests/ !
H A Ddisk_mount_conditioner.c289 fcntl(fd, F_FULLFSYNC);
/xnu-8796.141.3/bsd/kern/ !
H A Dkern_core.c752 error = VNOP_IOCTL(vp, F_FULLFSYNC, (caddr_t)NULL, 0, ctx); in coredump()
H A Dkdebug.c2945 ret = VNOP_IOCTL(vp, F_FULLFSYNC, (caddr_t)NULL, 0, ctx); in kdbg_dump_trace_to_file()
H A Dkern_descrip.c3748 case F_FULLFSYNC: // fsync + flush the journal + DKIOCSYNCHRONIZE in sys_fcntl_nocancel()
/xnu-8796.141.3/bsd/vfs/ !
H A Dvfs_syscalls.c12455 error = VNOP_IOCTL(vp, F_FULLFSYNC, (caddr_t)NULL, 0, ctx); in handle_sync_volume()
12747 case F_FULLFSYNC: in fsctl_internal()