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

/linux-master/fs/
H A Dsuper.c47 static char *sb_writers_name[SB_FREEZE_LEVELS] = {
280 for (int i = 0; i < SB_FREEZE_LEVELS; i++)
348 for (i = 0; i < SB_FREEZE_LEVELS; i++) {
1886 for (level = SB_FREEZE_LEVELS - 1; level >= 0; level--)
1897 for (level = 0; level < SB_FREEZE_LEVELS; ++level)
/linux-master/include/linux/
H A Dfs.h1198 #define SB_FREEZE_LEVELS (SB_FREEZE_COMPLETE - 1) macro
1204 struct percpu_rw_semaphore rw_sem[SB_FREEZE_LEVELS];
2489 struct lock_class_key s_writers_key[SB_FREEZE_LEVELS];

Completed in 128 milliseconds