Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dsuper.c2062 sb->s_writers.frozen = SB_FREEZE_FS; in freeze_super()
2063 sb_wait_write(sb, SB_FREEZE_FS); in freeze_super()
2071 sb_freeze_unlock(sb, SB_FREEZE_FS); in freeze_super()
2130 sb_freeze_unlock(sb, SB_FREEZE_FS); in thaw_super_locked()
/linux-6.15/include/linux/
H A Dfs.h1299 SB_FREEZE_FS = 3, /* For internal FS use (e.g. to stop enumerator
1895 __sb_end_write(sb, SB_FREEZE_FS); in sb_end_intwrite()
1966 __sb_start_write(sb, SB_FREEZE_FS); in sb_start_intwrite()
1971 return __sb_start_write_trylock(sb, SB_FREEZE_FS); in sb_start_intwrite_trylock()