Searched refs:SB_FREEZE_WRITE (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/fs/cachefiles/ |
| D | io.c | 170 __sb_writers_acquired(inode->i_sb, SB_FREEZE_WRITE); in cachefiles_write_complete() 171 __sb_end_write(inode->i_sb, SB_FREEZE_WRITE); in cachefiles_write_complete() 224 __sb_start_write(inode->i_sb, SB_FREEZE_WRITE); in cachefiles_write() 225 __sb_writers_release(inode->i_sb, SB_FREEZE_WRITE); in cachefiles_write()
|
| /Linux-v5.15/fs/overlayfs/ |
| D | file.c | 265 SB_FREEZE_WRITE); in ovl_aio_cleanup_handler() 386 SB_FREEZE_WRITE); in ovl_write_iter()
|
| /Linux-v5.15/include/linux/ |
| D | fs.h | 1450 SB_FREEZE_WRITE = 1, /* Writes, dir ops, ioctls frozen */ enumerator 1834 __sb_end_write(sb, SB_FREEZE_WRITE); in sb_end_write() 1882 __sb_start_write(sb, SB_FREEZE_WRITE); in sb_start_write() 1887 return __sb_start_write_trylock(sb, SB_FREEZE_WRITE); in sb_start_write_trylock() 3022 __sb_end_write(file_inode(file)->i_sb, SB_FREEZE_WRITE); in file_end_write()
|
| /Linux-v5.15/fs/ |
| D | super.c | 1683 sb->s_writers.frozen = SB_FREEZE_WRITE; in freeze_super() 1686 sb_wait_write(sb, SB_FREEZE_WRITE); in freeze_super()
|
| D | aio.c | 1435 __sb_writers_acquired(inode->i_sb, SB_FREEZE_WRITE); in aio_complete_rw() 1575 __sb_writers_release(file_inode(file)->i_sb, SB_FREEZE_WRITE); in aio_write()
|
| D | io_uring.c | 2590 __sb_writers_acquired(sb, SB_FREEZE_WRITE); in kiocb_end_write() 3633 SB_FREEZE_WRITE); in io_write()
|
| /Linux-v5.15/fs/xfs/ |
| D | xfs_mount.c | 441 if (!xfs_fs_writable(mp, SB_FREEZE_WRITE)) in xfs_mount_reset_sbqflags()
|
| D | xfs_log.c | 1469 if (xfs_fs_writable(mp, SB_FREEZE_WRITE) && xfs_log_need_covered(mp)) { in xfs_log_worker()
|
| /Linux-v5.15/fs/f2fs/ |
| D | gc.c | 64 if (sbi->sb->s_writers.frozen >= SB_FREEZE_WRITE) { in gc_thread_func()
|