Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dsuper.c2012 sb->s_writers.frozen = SB_FREEZE_FS; in freeze_super()
2013 sb_wait_write(sb, SB_FREEZE_FS); in freeze_super()
2021 sb_freeze_unlock(sb, SB_FREEZE_FS); in freeze_super()
2093 sb_freeze_unlock(sb, SB_FREEZE_FS); in thaw_super_locked()
/openbmc/linux/include/linux/
H A Dfs.h1177 SB_FREEZE_FS = 3, /* For internal FS use (e.g. to stop enumerator
1683 __sb_end_write(sb, SB_FREEZE_FS); in sb_end_intwrite()
1754 __sb_start_write(sb, SB_FREEZE_FS); in sb_start_intwrite()
1759 return __sb_start_write_trylock(sb, SB_FREEZE_FS); in sb_start_intwrite_trylock()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h113 SB_FREEZE_FS = 3, /* For internal FS use (e.g. to stop enumerator