Searched refs:SB_FREEZE_WRITE (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/fs/ |
H A D | super.c | 1269 * SB_FREEZE_WRITE: The file system is in the process of being frozen. New 1314 sb->s_writers.frozen = SB_FREEZE_WRITE; freeze_super() 1320 sb_wait_write(sb, SB_FREEZE_WRITE); freeze_super()
|
/linux-4.1.27/include/linux/ |
H A D | fs.h | 1255 SB_FREEZE_WRITE = 1, /* Writes, dir ops, ioctls frozen */ enumerator in enum:__anon11683 1390 __sb_end_write(sb, SB_FREEZE_WRITE); sb_end_write() 1438 __sb_start_write(sb, SB_FREEZE_WRITE, true); sb_start_write() 1443 return __sb_start_write(sb, SB_FREEZE_WRITE, false); sb_start_write_trylock() 2426 __sb_start_write(file_inode(file)->i_sb, SB_FREEZE_WRITE, true); file_start_write() 2433 return __sb_start_write(file_inode(file)->i_sb, SB_FREEZE_WRITE, false); file_start_write_trylock() 2440 __sb_end_write(file_inode(file)->i_sb, SB_FREEZE_WRITE); file_end_write()
|
/linux-4.1.27/fs/f2fs/ |
H A D | gc.c | 46 if (sbi->sb->s_writers.frozen >= SB_FREEZE_WRITE) { gc_thread_func()
|
/linux-4.1.27/fs/btrfs/ |
H A D | super.c | 1018 if (__sb_start_write(sb, SB_FREEZE_WRITE, false)) btrfs_sync_fs() 1019 __sb_end_write(sb, SB_FREEZE_WRITE); btrfs_sync_fs()
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_mount.c | 582 if (!xfs_fs_writable(mp, SB_FREEZE_WRITE)) xfs_mount_reset_sbqflags()
|
H A D | xfs_log.c | 1033 if (!xfs_fs_writable(mp, SB_FREEZE_WRITE)) xfs_log_need_covered()
|
Completed in 157 milliseconds