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

/linux-4.1.27/fs/
H A Dsuper.c42 static char *sb_writers_name[SB_FREEZE_LEVELS] = {
149 for (i = 0; i < SB_FREEZE_LEVELS; i++) destroy_super()
180 for (i = 0; i < SB_FREEZE_LEVELS; i++) { alloc_super()
/linux-4.1.27/include/linux/
H A Dfs.h1262 #define SB_FREEZE_LEVELS (SB_FREEZE_COMPLETE - 1) macro
1266 struct percpu_counter counter[SB_FREEZE_LEVELS];
1273 struct lockdep_map lock_map[SB_FREEZE_LEVELS];
1927 struct lock_class_key s_writers_key[SB_FREEZE_LEVELS];

Completed in 105 milliseconds