Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dfs.h1173 SB_FREEZE_WRITE = 1, /* Writes, dir ops, ioctls frozen */ enumerator
1586 return lockdep_is_held_type(sb->s_writers.rw_sem + SB_FREEZE_WRITE - 1, 1); in sb_write_started()
1598 __sb_end_write(sb, SB_FREEZE_WRITE); in sb_end_write()
1646 __sb_start_write(sb, SB_FREEZE_WRITE); in sb_start_write()
1651 return __sb_start_write_trylock(sb, SB_FREEZE_WRITE); in sb_start_write_trylock()
2683 __sb_writers_release(inode->i_sb, SB_FREEZE_WRITE); in kiocb_start_write()
2699 __sb_writers_acquired(inode->i_sb, SB_FREEZE_WRITE); in kiocb_end_write()
/Linux-v6.6/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-v6.6/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-v6.6/fs/f2fs/
Dgc.c69 if (sbi->sb->s_writers.frozen >= SB_FREEZE_WRITE) { in gc_thread_func()