Searched refs:SB_FREEZE_FS (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_aops.c | 60 __sb_writers_release(ioend->io_inode->i_sb, SB_FREEZE_FS); in xfs_setfilesize_trans_alloc() 129 __sb_writers_acquired(VFS_I(ip)->i_sb, SB_FREEZE_FS); in xfs_setfilesize_ioend()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | super.c | 1754 sb->s_writers.frozen = SB_FREEZE_FS; in freeze_super() 1755 sb_wait_write(sb, SB_FREEZE_FS); in freeze_super() 1763 sb_freeze_unlock(sb, SB_FREEZE_FS); in freeze_super() 1814 sb_freeze_unlock(sb, SB_FREEZE_FS); in thaw_super_locked()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs.h | 1437 SB_FREEZE_FS = 3, /* For internal FS use (e.g. to stop enumerator 1688 __sb_end_write(sb, SB_FREEZE_FS); in sb_end_intwrite() 1759 __sb_start_write(sb, SB_FREEZE_FS); in sb_start_intwrite() 1764 return __sb_start_write_trylock(sb, SB_FREEZE_FS); in sb_start_intwrite_trylock()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | transaction.c | 1881 __sb_writers_acquired(ac->newtrans->fs_info->sb, SB_FREEZE_FS); in do_async_commit() 1919 __sb_writers_release(fs_info->sb, SB_FREEZE_FS); in btrfs_commit_transaction_async()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | ubifs.h | 114 SB_FREEZE_FS = 3, /* For internal FS use (e.g. to stop enumerator
|