Home
last modified time | relevance | path

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

/linux/include/linux/fs/
H A Dsuper.h101 __sb_end_write(sb, SB_FREEZE_FS); in sb_end_intwrite()
177 __sb_start_write(sb, SB_FREEZE_FS); in sb_start_intwrite()
182 return __sb_start_write_trylock(sb, SB_FREEZE_FS); in sb_start_intwrite_trylock()
H A Dsuper_types.h46 SB_FREEZE_FS = 3, /* For internal FS use (e.g. to stop internal threads if needed) */ enumerator
/linux/fs/
H A Dsuper.c2129 sb->s_writers.frozen = SB_FREEZE_FS; in freeze_super()
2130 sb_wait_write(sb, SB_FREEZE_FS); in freeze_super()
2138 sb_freeze_unlock(sb, SB_FREEZE_FS); in freeze_super()
2204 sb_freeze_unlock(sb, SB_FREEZE_FS); in thaw_super_locked()