Searched refs:EXT4_IO_END_UNWRITTEN (Results 1 – 2 of 2) sorted by relevance
154 BUG_ON(io_end->flag & EXT4_IO_END_UNWRITTEN); in ext4_release_io_end()202 io_end->flag & EXT4_IO_END_UNWRITTEN) { in ext4_end_io_end()239 if (io_end->flag & EXT4_IO_END_UNWRITTEN) in ext4_io_end_defer_completion()257 WARN_ON(io_end->flag & EXT4_IO_END_UNWRITTEN && in ext4_add_complete_io()322 (io_end->flag & EXT4_IO_END_UNWRITTEN && in ext4_put_io_end_defer()
281 #define EXT4_IO_END_UNWRITTEN 0x0001 macro284 #define EXT4_IO_END_DEFER_COMPLETION (EXT4_IO_END_UNWRITTEN | EXT4_IO_END_FAILED)3820 if (!(io_end->flag & EXT4_IO_END_UNWRITTEN)) in ext4_set_io_unwritten_flag()3821 io_end->flag |= EXT4_IO_END_UNWRITTEN; in ext4_set_io_unwritten_flag()3826 if (io_end->flag & EXT4_IO_END_UNWRITTEN) in ext4_clear_io_unwritten_flag()3827 io_end->flag &= ~EXT4_IO_END_UNWRITTEN; in ext4_clear_io_unwritten_flag()