Home
last modified time | relevance | path

Searched refs:s_sync_lock (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dfs-writeback.c2346 * The @s_sync_lock is used to serialise concurrent sync operations
2348 * Concurrent callers will block on the s_sync_lock rather than doing contending
2364 mutex_lock(&sb->s_sync_lock); in wait_sb_inodes()
2436 mutex_unlock(&sb->s_sync_lock); in wait_sb_inodes()
H A Dsuper.c247 mutex_init(&s->s_sync_lock); in alloc_super()
/kernel/linux/linux-6.6/fs/
H A Dfs-writeback.c2560 * The @s_sync_lock is used to serialise concurrent sync operations
2562 * Concurrent callers will block on the s_sync_lock rather than doing contending
2578 mutex_lock(&sb->s_sync_lock); in wait_sb_inodes()
2650 mutex_unlock(&sb->s_sync_lock); in wait_sb_inodes()
H A Dsuper.c369 mutex_init(&s->s_sync_lock); in alloc_super()
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h1546 struct mutex s_sync_lock; /* sync serialisation lock */ member
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h1308 struct mutex s_sync_lock; /* sync serialisation lock */ member

Completed in 37 milliseconds