Searched refs:__sb_write_started (Results 1 – 1 of 1) sorted by relevance
1812 * __sb_write_started - check if sb freeze level is held1820 static inline int __sb_write_started(const struct super_block *sb, int level) in __sb_write_started() function 1833 return __sb_write_started(sb, SB_FREEZE_WRITE); in sb_write_started() 1844 return __sb_write_started(sb, SB_FREEZE_WRITE) <= 0; in sb_write_not_started()