Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dfs.h1175 SB_FREEZE_WRITE = 1, /* Writes, dir ops, ioctls frozen */ enumerator
1647 return lockdep_is_held_type(sb->s_writers.rw_sem + SB_FREEZE_WRITE - 1, 1); in sb_write_started()
1659 __sb_end_write(sb, SB_FREEZE_WRITE); in sb_end_write()
1707 __sb_start_write(sb, SB_FREEZE_WRITE); in sb_start_write()
1712 return __sb_start_write_trylock(sb, SB_FREEZE_WRITE); in sb_start_write_trylock()
2744 __sb_writers_release(inode->i_sb, SB_FREEZE_WRITE); in kiocb_start_write()
2760 __sb_writers_acquired(inode->i_sb, SB_FREEZE_WRITE); in kiocb_end_write()
/linux-6.6.21/fs/
Dsuper.c1990 sb->s_writers.frozen = SB_FREEZE_WRITE; in freeze_super()
1993 sb_wait_write(sb, SB_FREEZE_WRITE); in freeze_super()
/linux-6.6.21/fs/xfs/
Dxfs_mount.c445 if (!xfs_fs_writable(mp, SB_FREEZE_WRITE)) in xfs_mount_reset_sbqflags()
Dxfs_log.c1487 if (xfs_fs_writable(mp, SB_FREEZE_WRITE) && xfs_log_need_covered(mp)) { in xfs_log_worker()
/linux-6.6.21/fs/f2fs/
Dgc.c69 if (sbi->sb->s_writers.frozen >= SB_FREEZE_WRITE) { in gc_thread_func()