Searched refs:F_FULLFSYNC (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.1.10/bsd/security/audit/ |
| H A D | audit_bsm_fcntl.c | 184 #ifdef F_FULLFSYNC 185 { BSM_F_FULLFSYNC, F_FULLFSYNC },
|
| /xnu-11215.1.10/bsd/sys/ |
| H A D | fcntl.h | 299 #define F_FULLFSYNC 51 /* fsync + ask the drive to flush to the media */ macro
|
| /xnu-11215.1.10/tests/ |
| H A D | disk_mount_conditioner.c | 289 fcntl(fd, F_FULLFSYNC);
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | kern_core.c | 753 error = VNOP_IOCTL(vp, F_FULLFSYNC, (caddr_t)NULL, 0, ctx); in coredump()
|
| H A D | kern_descrip.c | 3822 case F_FULLFSYNC: // fsync + flush the journal + DKIOCSYNCHRONIZE in sys_fcntl_nocancel() 3836 cmd = F_FULLFSYNC; in sys_fcntl_nocancel() 3849 error = VNOP_IOCTL(vp, F_FULLFSYNC, (caddr_t)NULL, 0, &context); in sys_fcntl_nocancel()
|
| H A D | kdebug.c | 2951 ret = VNOP_IOCTL(vp, F_FULLFSYNC, (caddr_t)NULL, 0, ctx); in kdbg_dump_trace_to_file()
|
| /xnu-11215.1.10/bsd/vfs/ |
| H A D | vfs_exclave_fs.c | 1316 command = F_FULLFSYNC; in vfs_exclave_fs_sync()
|
| H A D | vfs_syscalls.c | 12642 error = VNOP_IOCTL(vp, F_FULLFSYNC, (caddr_t)NULL, 0, ctx); in handle_sync_volume() 12991 case F_FULLFSYNC: in fsctl_internal()
|