Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_syscalls.c3313 int is_reliable = !(mp->mnt_kern_flag & MNTK_VIRTUALDEV) && in sync_internal_callback() local
3317 if ((sync_type == SYNC_ONLY_RELIABLE_MEDIA) && !is_reliable) { in sync_internal_callback()
3319 } else if ((sync_type == SYNC_ONLY_UNRELIABLE_MEDIA) && is_reliable) { in sync_internal_callback()