Searched refs:SB_FREEZE_WRITE (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | fs.h | 1175 SB_FREEZE_WRITE = 1, /* Writes, dir ops, ioctls frozen */ enumerator 1648 return lockdep_is_held_type(sb->s_writers.rw_sem + SB_FREEZE_WRITE - 1, 1); in sb_write_started() 1660 __sb_end_write(sb, SB_FREEZE_WRITE); in sb_end_write() 1708 __sb_start_write(sb, SB_FREEZE_WRITE); in sb_start_write() 1713 return __sb_start_write_trylock(sb, SB_FREEZE_WRITE); in sb_start_write_trylock() 2750 __sb_writers_release(inode->i_sb, SB_FREEZE_WRITE); in kiocb_start_write() 2766 __sb_writers_acquired(inode->i_sb, SB_FREEZE_WRITE); in kiocb_end_write()
|
/openbmc/linux/fs/ |
H A D | super.c | 2004 sb->s_writers.frozen = SB_FREEZE_WRITE; in freeze_super() 2007 sb_wait_write(sb, SB_FREEZE_WRITE); in freeze_super()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_mount.c | 445 if (!xfs_fs_writable(mp, SB_FREEZE_WRITE)) in xfs_mount_reset_sbqflags()
|
H A D | xfs_log.c | 1487 if (xfs_fs_writable(mp, SB_FREEZE_WRITE) && xfs_log_need_covered(mp)) { in xfs_log_worker()
|
/openbmc/linux/io_uring/ |
H A D | rw.c | 878 __sb_writers_release(inode->i_sb, SB_FREEZE_WRITE); in io_kiocb_start_write()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | ubifs.h | 111 SB_FREEZE_WRITE = 1, /* Writes, dir ops, ioctls frozen */ enumerator
|
/openbmc/linux/fs/f2fs/ |
H A D | gc.c | 69 if (sbi->sb->s_writers.frozen >= SB_FREEZE_WRITE) { in gc_thread_func()
|