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

/linux-master/fs/
H A Dfs-writeback.c2585 * The @s_sync_lock is used to serialise concurrent sync operations
2587 * Concurrent callers will block on the s_sync_lock rather than doing contending
2603 mutex_lock(&sb->s_sync_lock);
2675 mutex_unlock(&sb->s_sync_lock);
H A Dsuper.c360 mutex_init(&s->s_sync_lock);
/linux-master/include/linux/
H A Dfs.h1340 struct mutex s_sync_lock; /* sync serialisation lock */ member in struct:super_block

Completed in 217 milliseconds