Searched refs:SB_FREEZE_FS (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | super.c | 1709 * SB_FREEZE_FS: The file system is frozen. Now all internal sources of fs 1763 sb->s_writers.frozen = SB_FREEZE_FS; in freeze_super() 1764 sb_wait_write(sb, SB_FREEZE_FS); in freeze_super() 1772 sb_freeze_unlock(sb, SB_FREEZE_FS); in freeze_super() 1823 sb_freeze_unlock(sb, SB_FREEZE_FS); in thaw_super_locked()
|
/kernel/linux/linux-6.6/fs/ |
H A D | super.c | 1930 * SB_FREEZE_FS: The file system is frozen. Now all internal sources of fs 2012 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()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_aops.c | 102 __sb_writers_acquired(VFS_I(ip)->i_sb, SB_FREEZE_FS); in xfs_setfilesize_ioend()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 1412 SB_FREEZE_FS = 3, /* For internal FS use (e.g. to stop enumerator 1692 __sb_end_write(sb, SB_FREEZE_FS); in sb_end_intwrite() 1763 __sb_start_write(sb, SB_FREEZE_FS); in sb_start_intwrite() 1768 return __sb_start_write_trylock(sb, SB_FREEZE_FS); in sb_start_intwrite_trylock()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 1177 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()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | transaction.c | 1888 __sb_writers_acquired(ac->newtrans->fs_info->sb, SB_FREEZE_FS); in do_async_commit() 1926 __sb_writers_release(fs_info->sb, SB_FREEZE_FS); in btrfs_commit_transaction_async()
|
Completed in 20 milliseconds