Home
last modified time | relevance | path

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

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