Searched refs:SB_FREEZE_FS (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/fs/
H A Dsuper.c1280 * SB_FREEZE_FS: The file system is frozen. Now all internal sources of fs
1333 sb->s_writers.frozen = SB_FREEZE_FS; freeze_super()
1335 sb_wait_write(sb, SB_FREEZE_FS); freeze_super()
/linux-4.1.27/fs/xfs/
H A Dxfs_aops.c122 rwsem_release(&ioend->io_inode->i_sb->s_writers.lock_map[SB_FREEZE_FS-1], xfs_setfilesize_trans_alloc()
174 rwsem_acquire_read(&VFS_I(ip)->i_sb->s_writers.lock_map[SB_FREEZE_FS-1], xfs_setfilesize_ioend()
/linux-4.1.27/fs/btrfs/
H A Dtransaction.c1624 &ac->root->fs_info->sb->s_writers.lock_map[SB_FREEZE_FS-1], do_async_commit()
1665 &root->fs_info->sb->s_writers.lock_map[SB_FREEZE_FS-1], btrfs_commit_transaction_async()
/linux-4.1.27/include/linux/
H A Dfs.h1257 SB_FREEZE_FS = 3, /* For internal FS use (e.g. to stop enumerator in enum:__anon11683
1414 __sb_end_write(sb, SB_FREEZE_FS); sb_end_intwrite()
1485 __sb_start_write(sb, SB_FREEZE_FS, true); sb_start_intwrite()

Completed in 86 milliseconds