Home
last modified time | relevance | path

Searched defs:sb_writers (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs.h121 struct sb_writers { struct
124 struct percpu_counter counter[SB_FREEZE_LEVELS];
126 wait_queue_head_t wait; /* queue for waiting for
128 int frozen; /* Is sb frozen? */
129 wait_queue_head_t wait_unfrozen; /* queue for waiting for
132 struct lockdep_map lock_map[SB_FREEZE_LEVELS];
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h1444 struct sb_writers { struct
1445 int frozen; /* Is sb frozen? */
1446 wait_queue_head_t wait_unfrozen; /* for get_super_thawed() */
1447 struct percpu_rw_semaphore rw_sem[SB_FREEZE_LEVELS];