Home
last modified time | relevance | path

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

/linux/include/linux/fs/
H A Dsuper.h41 static inline int __sb_write_started(const struct super_block *sb, int level) in __sb_write_started() function
54 return __sb_write_started(sb, SB_FREEZE_WRITE); in sb_write_started()
65 return __sb_write_started(sb, SB_FREEZE_WRITE) <= 0; in sb_write_not_started()