Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dsuper.c47 static char *sb_writers_name[SB_FREEZE_LEVELS] = {
286 for (i = 0; i < SB_FREEZE_LEVELS; i++) in destroy_super_work()
357 for (i = 0; i < SB_FREEZE_LEVELS; i++) { in alloc_super()
1871 for (level = SB_FREEZE_LEVELS - 1; level >= 0; level--) in lockdep_sb_freeze_release()
1882 for (level = 0; level < SB_FREEZE_LEVELS; ++level) in lockdep_sb_freeze_acquire()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h118 #define SB_FREEZE_LEVELS (SB_FREEZE_COMPLETE - 1) macro
123 struct percpu_counter counter[SB_FREEZE_LEVELS];
131 struct lockdep_map lock_map[SB_FREEZE_LEVELS];
409 struct lock_class_key s_writers_key[SB_FREEZE_LEVELS];
/openbmc/linux/include/linux/
H A Dfs.h1182 #define SB_FREEZE_LEVELS (SB_FREEZE_COMPLETE - 1) macro
1187 struct percpu_rw_semaphore rw_sem[SB_FREEZE_LEVELS];
2388 struct lock_class_key s_writers_key[SB_FREEZE_LEVELS];
/openbmc/linux/Documentation/filesystems/
H A Dvfs.rst130 struct lock_class_key s_writers_key[SB_FREEZE_LEVELS];