Home
last modified time | relevance | path

Searched refs:SB_FREEZE_LEVELS (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/fs/
H A Dsuper_types.h51 #define SB_FREEZE_LEVELS (SB_FREEZE_COMPLETE - 1) macro
58 struct percpu_rw_semaphore rw_sem[SB_FREEZE_LEVELS];
/linux/fs/
H A Dsuper.c49 static char *sb_writers_name[SB_FREEZE_LEVELS] = {
283 for (int i = 0; i < SB_FREEZE_LEVELS; i++) in destroy_super_work()
350 for (i = 0; i < SB_FREEZE_LEVELS; i++) { in alloc_super()
1861 for (level = SB_FREEZE_LEVELS - 1; level >= 0; level--) in lockdep_sb_freeze_release()
1872 for (level = 0; level < SB_FREEZE_LEVELS; ++level) in lockdep_sb_freeze_acquire()
/linux/include/linux/
H A Dfs.h2294 struct lock_class_key s_writers_key[SB_FREEZE_LEVELS];