Home
last modified time | relevance | path

Searched refs:io_flags (Results 1 – 6 of 6) sorted by relevance

/linux/fs/iomap/
H A Dioend.c25 ioend->io_flags = ioend_flags; in iomap_init_ioend()
175 (ioend->io_flags & IOMAP_IOEND_NOMERGE_FLAGS)) in iomap_can_add_to_ioend()
314 if (ioend->io_flags & IOMAP_IOEND_DIRECT) in iomap_finish_ioend()
365 if (next->io_flags & IOMAP_IOEND_BOUNDARY) in iomap_ioend_can_merge()
367 if ((ioend->io_flags & IOMAP_IOEND_NOMERGE_FLAGS) != in iomap_ioend_can_merge()
368 (next->io_flags & IOMAP_IOEND_NOMERGE_FLAGS)) in iomap_ioend_can_merge()
473 ioend->io_flags); in iomap_split_ioend()
/linux/include/linux/
H A Diomap.h414 u16 io_flags; /* IOMAP_IOEND_* */ member
/linux/fs/nfs/
H A Dpagelist.c825 int io_flags) in nfs_pageio_init() argument
832 desc->pg_ioflags = io_flags; in nfs_pageio_init()
/linux/drivers/scsi/
H A Dhpsa_cmd.h491 __le16 io_flags; /* 0x24 - 0x25 */ member
H A Dhpsa.c2639 cp->Request.CDBLen = le16_to_cpu(c->io_flags) & in complete_scsi_command()
4800 cp->io_flags = cpu_to_le16(IOACCEL1_IOFLAGS_IO_REQ | in hpsa_scsi_ioaccel1_queue_command()
9988 VERIFY_OFFSET(io_flags, 0x24); in verify_offsets()
/linux/fs/xfs/
H A Dxfs_zone_alloc.c777 ioend->io_flags |= IOMAP_IOEND_BOUNDARY; in xfs_mark_rtg_boundary()