Searched refs:SB_FREEZE_WRITE (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/linux/ |
D | fs.h | 1345 SB_FREEZE_WRITE = 1, /* Writes, dir ops, ioctls frozen */ enumerator 1518 __sb_end_write(sb, SB_FREEZE_WRITE); in sb_end_write() 1566 __sb_start_write(sb, SB_FREEZE_WRITE, true); in sb_start_write() 1571 return __sb_start_write(sb, SB_FREEZE_WRITE, false); in sb_start_write_trylock() 2761 __sb_start_write(file_inode(file)->i_sb, SB_FREEZE_WRITE, true); in file_start_write() 2768 return __sb_start_write(file_inode(file)->i_sb, SB_FREEZE_WRITE, false); in file_start_write_trylock() 2775 __sb_end_write(file_inode(file)->i_sb, SB_FREEZE_WRITE); in file_end_write()
|
/Linux-v4.19/fs/ |
D | super.c | 1496 sb->s_writers.frozen = SB_FREEZE_WRITE; in freeze_super() 1499 sb_wait_write(sb, SB_FREEZE_WRITE); in freeze_super()
|
D | aio.c | 1409 __sb_writers_acquired(inode->i_sb, SB_FREEZE_WRITE); in aio_complete_rw() 1557 __sb_start_write(file_inode(file)->i_sb, SB_FREEZE_WRITE, true); in aio_write() 1558 __sb_writers_release(file_inode(file)->i_sb, SB_FREEZE_WRITE); in aio_write()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_mount.c | 588 if (!xfs_fs_writable(mp, SB_FREEZE_WRITE)) in xfs_mount_reset_sbqflags()
|
D | xfs_log.c | 1117 if (!xfs_fs_writable(mp, SB_FREEZE_WRITE)) in xfs_log_need_covered()
|
/Linux-v4.19/fs/f2fs/ |
D | gc.c | 51 if (sbi->sb->s_writers.frozen >= SB_FREEZE_WRITE) { in gc_thread_func()
|