Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dsuper.c42 static char *sb_writers_name[SB_FREEZE_LEVELS] = {
144 for (i = 0; i < SB_FREEZE_LEVELS; i++) in destroy_super_work()
195 for (i = 0; i < SB_FREEZE_LEVELS; i++) { in alloc_super()
1236 for (level = 0; level < SB_FREEZE_LEVELS; ++level) in sb_freeze_unlock()
1239 for (level = SB_FREEZE_LEVELS - 1; level >= 0; level--) in sb_freeze_unlock()
/linux-4.4.14/include/linux/
Dfs.h1278 #define SB_FREEZE_LEVELS (SB_FREEZE_COMPLETE - 1) macro
1283 struct percpu_rw_semaphore rw_sem[SB_FREEZE_LEVELS];
1952 struct lock_class_key s_writers_key[SB_FREEZE_LEVELS];