Home
last modified time | relevance | path

Searched refs:SB_FREEZE_WRITE (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Dfs.h1175 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 Dsuper.c2004 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 Dxfs_mount.c445 if (!xfs_fs_writable(mp, SB_FREEZE_WRITE)) in xfs_mount_reset_sbqflags()
H A Dxfs_log.c1487 if (xfs_fs_writable(mp, SB_FREEZE_WRITE) && xfs_log_need_covered(mp)) { in xfs_log_worker()
/openbmc/linux/io_uring/
H A Drw.c878 __sb_writers_release(inode->i_sb, SB_FREEZE_WRITE); in io_kiocb_start_write()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h111 SB_FREEZE_WRITE = 1, /* Writes, dir ops, ioctls frozen */ enumerator
/openbmc/linux/fs/f2fs/
H A Dgc.c69 if (sbi->sb->s_writers.frozen >= SB_FREEZE_WRITE) { in gc_thread_func()