Searched refs:SB_FREEZE_WRITE (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | passthrough.c | 55 SB_FREEZE_WRITE); in fuse_aio_cleanup_handler() 152 __sb_writers_release(passthrough_inode->i_sb, SB_FREEZE_WRITE); in fuse_passthrough_write_iter()
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | file.c | 265 SB_FREEZE_WRITE); in ovl_aio_cleanup_handler() 389 SB_FREEZE_WRITE); in ovl_write_iter()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs.h | 1435 SB_FREEZE_WRITE = 1, /* Writes, dir ops, ioctls frozen */ enumerator 1664 __sb_end_write(sb, SB_FREEZE_WRITE); in sb_end_write() 1712 __sb_start_write(sb, SB_FREEZE_WRITE); in sb_start_write() 1717 return __sb_start_write_trylock(sb, SB_FREEZE_WRITE); in sb_start_write_trylock() 2873 __sb_end_write(file_inode(file)->i_sb, SB_FREEZE_WRITE); in file_end_write()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | super.c | 1733 sb->s_writers.frozen = SB_FREEZE_WRITE; in freeze_super() 1736 sb_wait_write(sb, SB_FREEZE_WRITE); in freeze_super()
|
| H A D | aio.c | 1437 __sb_writers_acquired(inode->i_sb, SB_FREEZE_WRITE); in aio_complete_rw() 1577 __sb_writers_release(file_inode(file)->i_sb, SB_FREEZE_WRITE); in aio_write()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_mount.c | 559 if (!xfs_fs_writable(mp, SB_FREEZE_WRITE)) in xfs_mount_reset_sbqflags()
|
| H A D | xfs_log.c | 1061 if (!xfs_fs_writable(mp, SB_FREEZE_WRITE)) in xfs_log_need_covered()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | ubifs.h | 112 SB_FREEZE_WRITE = 1, /* Writes, dir ops, ioctls frozen */ enumerator
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | gc.c | 63 if (sbi->sb->s_writers.frozen >= SB_FREEZE_WRITE) { in gc_thread_func()
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 2643 __sb_writers_acquired(sb, SB_FREEZE_WRITE); in kiocb_end_write() 3703 SB_FREEZE_WRITE); in io_write()
|