Home
last modified time | relevance | path

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

/linux/fs/
H A Dfs-writeback.c2635 * The @s_sync_lock is used to serialise concurrent sync operations
2637 * Concurrent callers will block on the s_sync_lock rather than doing contending
2653 mutex_lock(&sb->s_sync_lock); in wait_sb_inodes()
2725 mutex_unlock(&sb->s_sync_lock); in wait_sb_inodes()
/linux/include/linux/
H A Dfs.h1455 struct mutex s_sync_lock; /* sync serialisation lock */ member