Searched refs:SB_FREEZE_WRITE (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/fs/cachefiles/ |
D | io.c | 263 __sb_writers_acquired(inode->i_sb, SB_FREEZE_WRITE); in cachefiles_write_complete() 264 __sb_end_write(inode->i_sb, SB_FREEZE_WRITE); in cachefiles_write_complete() 331 __sb_start_write(inode->i_sb, SB_FREEZE_WRITE); in __cachefiles_write() 332 __sb_writers_release(inode->i_sb, SB_FREEZE_WRITE); in __cachefiles_write()
|
/linux-6.1.9/fs/overlayfs/ |
D | file.c | 278 SB_FREEZE_WRITE); in ovl_aio_cleanup_handler() 398 SB_FREEZE_WRITE); in ovl_write_iter()
|
/linux-6.1.9/include/linux/ |
D | fs.h | 1442 SB_FREEZE_WRITE = 1, /* Writes, dir ops, ioctls frozen */ enumerator 1847 return lockdep_is_held_type(sb->s_writers.rw_sem + SB_FREEZE_WRITE - 1, 1); in sb_write_started() 1859 __sb_end_write(sb, SB_FREEZE_WRITE); in sb_end_write() 1907 __sb_start_write(sb, SB_FREEZE_WRITE); in sb_start_write() 1912 return __sb_start_write_trylock(sb, SB_FREEZE_WRITE); in sb_start_write_trylock() 2964 __sb_end_write(file_inode(file)->i_sb, SB_FREEZE_WRITE); in file_end_write()
|
/linux-6.1.9/io_uring/ |
D | rw.c | 232 __sb_writers_acquired(sb, SB_FREEZE_WRITE); in kiocb_end_write() 906 SB_FREEZE_WRITE); in io_write()
|
/linux-6.1.9/fs/ |
D | super.c | 1715 sb->s_writers.frozen = SB_FREEZE_WRITE; in freeze_super() 1718 sb_wait_write(sb, SB_FREEZE_WRITE); in freeze_super()
|
D | aio.c | 1459 __sb_writers_acquired(inode->i_sb, SB_FREEZE_WRITE); in aio_complete_rw() 1597 __sb_writers_release(file_inode(file)->i_sb, SB_FREEZE_WRITE); in aio_write()
|
/linux-6.1.9/fs/xfs/ |
D | xfs_mount.c | 444 if (!xfs_fs_writable(mp, SB_FREEZE_WRITE)) in xfs_mount_reset_sbqflags()
|
D | xfs_log.c | 1494 if (xfs_fs_writable(mp, SB_FREEZE_WRITE) && xfs_log_need_covered(mp)) { in xfs_log_worker()
|
/linux-6.1.9/fs/f2fs/ |
D | gc.c | 69 if (sbi->sb->s_writers.frozen >= SB_FREEZE_WRITE) { in gc_thread_func()
|