Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fuse/
H A Dpassthrough.c55 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 Dfile.c265 SB_FREEZE_WRITE); in ovl_aio_cleanup_handler()
389 SB_FREEZE_WRITE); in ovl_write_iter()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h1435 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 Dsuper.c1733 sb->s_writers.frozen = SB_FREEZE_WRITE; in freeze_super()
1736 sb_wait_write(sb, SB_FREEZE_WRITE); in freeze_super()
H A Daio.c1437 __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 Dxfs_mount.c559 if (!xfs_fs_writable(mp, SB_FREEZE_WRITE)) in xfs_mount_reset_sbqflags()
H A Dxfs_log.c1061 if (!xfs_fs_writable(mp, SB_FREEZE_WRITE)) in xfs_log_need_covered()
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs.h112 SB_FREEZE_WRITE = 1, /* Writes, dir ops, ioctls frozen */ enumerator
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dgc.c63 if (sbi->sb->s_writers.frozen >= SB_FREEZE_WRITE) { in gc_thread_func()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c2643 __sb_writers_acquired(sb, SB_FREEZE_WRITE); in kiocb_end_write()
3703 SB_FREEZE_WRITE); in io_write()