Searched refs:ioend_flags (Results 1 – 2 of 2) sorted by relevance
17 struct bio *bio, loff_t file_offset, u16 ioend_flags) in iomap_init_ioend() argument25 ioend->io_flags = ioend_flags; in iomap_init_ioend()153 loff_t pos, u16 ioend_flags) in iomap_alloc_ioend() argument164 return iomap_init_ioend(wpc->inode, bio, pos, ioend_flags); in iomap_alloc_ioend()168 u16 ioend_flags) in iomap_can_add_to_ioend() argument172 if (ioend_flags & IOMAP_IOEND_BOUNDARY) in iomap_can_add_to_ioend()174 if ((ioend_flags & IOMAP_IOEND_NOMERGE_FLAGS) != in iomap_can_add_to_ioend()208 unsigned int ioend_flags = 0; in iomap_add_to_ioend() local219 ioend_flags |= IOMAP_IOEND_UNWRITTEN; in iomap_add_to_ioend()231 ioend_flags |= IOMAP_IOEND_SHARED; in iomap_add_to_ioend()[all …]
472 loff_t file_offset, u16 ioend_flags);