EXT4_IO_END_UNWRITTEN 3387 fs/ext4/ext4.h 	if (!(io_end->flag & EXT4_IO_END_UNWRITTEN)) {
EXT4_IO_END_UNWRITTEN 3388 fs/ext4/ext4.h 		io_end->flag |= EXT4_IO_END_UNWRITTEN;
EXT4_IO_END_UNWRITTEN 3397 fs/ext4/ext4.h 	if (io_end->flag & EXT4_IO_END_UNWRITTEN) {
EXT4_IO_END_UNWRITTEN 3398 fs/ext4/ext4.h 		io_end->flag &= ~EXT4_IO_END_UNWRITTEN;
EXT4_IO_END_UNWRITTEN  120 fs/ext4/page-io.c 	BUG_ON(io_end->flag & EXT4_IO_END_UNWRITTEN);
EXT4_IO_END_UNWRITTEN  197 fs/ext4/page-io.c 	WARN_ON(!(io_end->flag & EXT4_IO_END_UNWRITTEN));
EXT4_IO_END_UNWRITTEN  223 fs/ext4/page-io.c 		BUG_ON(!(io->flag & EXT4_IO_END_UNWRITTEN));
EXT4_IO_END_UNWRITTEN  257 fs/ext4/page-io.c 		if (!(io_end->flag & EXT4_IO_END_UNWRITTEN) || !io_end->size) {
EXT4_IO_END_UNWRITTEN  270 fs/ext4/page-io.c 		if (io_end->flag & EXT4_IO_END_UNWRITTEN) {
EXT4_IO_END_UNWRITTEN  320 fs/ext4/page-io.c 	if (io_end->flag & EXT4_IO_END_UNWRITTEN) {