Searched refs:ioend_flags (Results 1 – 1 of 1) sorted by relevance
18 struct bio *bio, loff_t file_offset, u16 ioend_flags) in iomap_init_ioend() argument26 ioend->io_flags = ioend_flags; in iomap_init_ioend()158 loff_t pos, u16 ioend_flags) in iomap_alloc_ioend() argument169 return iomap_init_ioend(wpc->inode, bio, pos, ioend_flags); in iomap_alloc_ioend()173 unsigned int map_len, u16 ioend_flags) in iomap_can_add_to_ioend() argument180 if (ioend_flags & IOMAP_IOEND_BOUNDARY) in iomap_can_add_to_ioend()182 if ((ioend_flags & IOMAP_IOEND_NOMERGE_FLAGS) != in iomap_can_add_to_ioend()216 unsigned int ioend_flags = 0; in iomap_add_to_ioend() local227 ioend_flags |= IOMAP_IOEND_UNWRITTEN; in iomap_add_to_ioend()239 ioend_flags |= IOMAP_IOEND_SHARED; in iomap_add_to_ioend()[all …]