SB_FREEZE_WRITE  1437 fs/aio.c       			__sb_writers_acquired(inode->i_sb, SB_FREEZE_WRITE);
SB_FREEZE_WRITE  1580 fs/aio.c       			__sb_start_write(file_inode(file)->i_sb, SB_FREEZE_WRITE, true);
SB_FREEZE_WRITE  1581 fs/aio.c       			__sb_writers_release(file_inode(file)->i_sb, SB_FREEZE_WRITE);
SB_FREEZE_WRITE    50 fs/f2fs/gc.c   		if (sbi->sb->s_writers.frozen >= SB_FREEZE_WRITE) {
SB_FREEZE_WRITE   950 fs/io_uring.c  		__sb_writers_acquired(inode->i_sb, SB_FREEZE_WRITE);
SB_FREEZE_WRITE  1506 fs/io_uring.c  						SB_FREEZE_WRITE, true);
SB_FREEZE_WRITE  1508 fs/io_uring.c  						SB_FREEZE_WRITE);
SB_FREEZE_WRITE  1783 fs/super.c     	sb->s_writers.frozen = SB_FREEZE_WRITE;
SB_FREEZE_WRITE  1786 fs/super.c     	sb_wait_write(sb, SB_FREEZE_WRITE);
SB_FREEZE_WRITE  1099 fs/xfs/xfs_log.c 	if (!xfs_fs_writable(mp, SB_FREEZE_WRITE))
SB_FREEZE_WRITE   544 fs/xfs/xfs_mount.c 	if (!xfs_fs_writable(mp, SB_FREEZE_WRITE))
SB_FREEZE_WRITE  1603 include/linux/fs.h 	__sb_end_write(sb, SB_FREEZE_WRITE);
SB_FREEZE_WRITE  1651 include/linux/fs.h 	__sb_start_write(sb, SB_FREEZE_WRITE, true);
SB_FREEZE_WRITE  1656 include/linux/fs.h 	return __sb_start_write(sb, SB_FREEZE_WRITE, false);
SB_FREEZE_WRITE  2890 include/linux/fs.h 	__sb_start_write(file_inode(file)->i_sb, SB_FREEZE_WRITE, true);
SB_FREEZE_WRITE  2897 include/linux/fs.h 	return __sb_start_write(file_inode(file)->i_sb, SB_FREEZE_WRITE, false);
SB_FREEZE_WRITE  2904 include/linux/fs.h 	__sb_end_write(file_inode(file)->i_sb, SB_FREEZE_WRITE);