Searched refs:s_sync_lock (Results 1 – 2 of 2) sorted by relevance
2635 * The @s_sync_lock is used to serialise concurrent sync operations2637 * Concurrent callers will block on the s_sync_lock rather than doing contending2653 mutex_lock(&sb->s_sync_lock); in wait_sb_inodes() 2725 mutex_unlock(&sb->s_sync_lock); in wait_sb_inodes()
1455 struct mutex s_sync_lock; /* sync serialisation lock */ member