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