Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dinternal.h117 extern bool trylock_super(struct super_block *sb);
H A Dsuper.c80 if (!trylock_super(sb)) in super_cache_scan()
127 * We don't call trylock_super() here as it is a scalability bottleneck, in super_cache_count()
136 * is dangerous to access it. trylock_super() uses a SB_BORN check to in super_cache_count()
400 * trylock_super - try to grab ->s_umount shared
416 bool trylock_super(struct super_block *sb) in trylock_super() function
H A Dfs-writeback.c1795 if (!trylock_super(sb)) { in __writeback_inodes_wb()
1797 * trylock_super() may fail consistently due to in __writeback_inodes_wb()

Completed in 6 milliseconds