Home
last modified time | relevance | path

Searched refs:FSCTL_SYNC_WAIT (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.141.3/bsd/sys/
H A Dfsctl.h326 #define FSCTL_SYNC_WAIT (1<<1) /* Wait for the sync to complete */ macro
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_syscalls.c12424 if (*(uint32_t*)data & FSCTL_SYNC_WAIT) { in handle_sync_volume()