Searched refs:sync_type (Results 1 – 1 of 1) sorted by relevance
3231 sync_type_t sync_type = *((sync_type_t *)arg); in sync_internal_callback() local3233 if ((sync_type == SYNC_ONLY_RELIABLE_MEDIA) && !is_reliable) { in sync_internal_callback()3235 } else if ((sync_type == SYNC_ONLY_UNRELIABLE_MEDIA) && is_reliable) { in sync_internal_callback()3258 sync_type_t sync_type; in sync_thread() local3268 sync_type = SYNC_ONLY_RELIABLE_MEDIA; in sync_thread()3269 vfs_iterate(LK_NOWAIT, sync_internal_callback, &sync_type); in sync_thread()3270 sync_type = SYNC_ONLY_UNRELIABLE_MEDIA; in sync_thread()3271 vfs_iterate(LK_NOWAIT, sync_internal_callback, &sync_type); in sync_thread()