Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfs.h1812 * __sb_write_started - check if sb freeze level is held
1820 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()