Home
last modified time | relevance | path

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

/linux/include/linux/fs/
H A Dsuper.h54 return __sb_write_started(sb, SB_FREEZE_WRITE); in sb_write_started()
65 return __sb_write_started(sb, SB_FREEZE_WRITE) <= 0; in sb_write_not_started()
77 __sb_end_write(sb, SB_FREEZE_WRITE); in sb_end_write()
125 __sb_start_write(sb, SB_FREEZE_WRITE); in sb_start_write()
135 return __sb_start_write_trylock(sb, SB_FREEZE_WRITE); in DEFINE_GUARD()
H A Dsuper_types.h45 SB_FREEZE_WRITE = 1, /* Writes, dir ops, ioctls frozen */ enumerator
/linux/fs/
H A Dsuper.c2111 sb->s_writers.frozen = SB_FREEZE_WRITE; in freeze_super()
2114 sb_wait_write(sb, SB_FREEZE_WRITE); in freeze_super()
/linux/fs/xfs/
H A Dxfs_mount.c458 if (!xfs_fs_writable(mp, SB_FREEZE_WRITE)) in xfs_mount_reset_sbqflags()
H A Dxfs_log.c1294 if (xfs_fs_writable(mp, SB_FREEZE_WRITE) && xfs_log_need_covered(mp)) { in xfs_log_worker()
/linux/io_uring/
H A Drw.c1122 __sb_writers_release(inode->i_sb, SB_FREEZE_WRITE); in io_kiocb_start_write()