Searched refs:io_flags (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_aops.c | 151 if (ioend->io_flags & IOMAP_F_SHARED) { in xfs_end_ioend() 163 if (ioend->io_flags & IOMAP_F_SHARED) in xfs_end_ioend() 222 (ioend->io_flags & IOMAP_F_SHARED); in xfs_ioend_needs_workqueue() 477 if (!status && (ioend->io_flags & IOMAP_F_SHARED)) { in xfs_prepare_ioend()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_aops.c | 117 if (ioend->io_flags & IOMAP_F_SHARED) { in xfs_end_ioend() 128 if (ioend->io_flags & IOMAP_F_SHARED) in xfs_end_ioend() 437 if (!status && (ioend->io_flags & IOMAP_F_SHARED)) { in xfs_prepare_ioend() 446 (ioend->io_flags & IOMAP_F_SHARED)) in xfs_prepare_ioend()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | iomap.h | 195 u16 io_flags; /* IOMAP_F_* */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | iomap.h | 295 u16 io_flags; /* IOMAP_F_* */ member
|
/kernel/linux/linux-5.10/fs/iomap/ |
H A D | buffered-io.c | 1126 if ((ioend->io_flags & IOMAP_F_SHARED) ^ in iomap_ioend_can_merge() 1127 (next->io_flags & IOMAP_F_SHARED)) in iomap_ioend_can_merge() 1236 ioend->io_flags = wpc->iomap.flags; in iomap_alloc_ioend() 1274 (wpc->ioend->io_flags & IOMAP_F_SHARED)) in iomap_can_add_to_ioend()
|
/kernel/linux/linux-6.6/fs/iomap/ |
H A D | buffered-io.c | 1555 if ((ioend->io_flags & IOMAP_F_SHARED) ^ in iomap_ioend_can_merge() 1556 (next->io_flags & IOMAP_F_SHARED)) in iomap_ioend_can_merge() 1672 ioend->io_flags = wpc->iomap.flags; in iomap_alloc_ioend() 1709 (wpc->ioend->io_flags & IOMAP_F_SHARED)) in iomap_can_add_to_ioend()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | pagelist.c | 832 * @io_flags: extra parameters for the io function 840 int io_flags) in nfs_pageio_init() 847 desc->pg_ioflags = io_flags; in nfs_pageio_init() 834 nfs_pageio_init(struct nfs_pageio_descriptor *desc, struct inode *inode, const struct nfs_pageio_ops *pg_ops, const struct nfs_pgio_completion_ops *compl_ops, const struct nfs_rw_ops *rw_ops, size_t bsize, int io_flags) nfs_pageio_init() argument
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | pagelist.c | 926 * @io_flags: extra parameters for the io function 934 int io_flags) in nfs_pageio_init() 941 desc->pg_ioflags = io_flags; in nfs_pageio_init() 928 nfs_pageio_init(struct nfs_pageio_descriptor *desc, struct inode *inode, const struct nfs_pageio_ops *pg_ops, const struct nfs_pgio_completion_ops *compl_ops, const struct nfs_rw_ops *rw_ops, size_t bsize, int io_flags) nfs_pageio_init() argument
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hpsa_cmd.h | 478 __le16 io_flags; /* 0x24 - 0x25 */ member
|
H A D | hpsa.c | 2644 cp->Request.CDBLen = le16_to_cpu(c->io_flags) & in complete_scsi_command() 4818 cp->io_flags = cpu_to_le16(IOACCEL1_IOFLAGS_IO_REQ | in hpsa_scsi_ioaccel1_queue_command() 9989 VERIFY_OFFSET(io_flags, 0x24); in verify_offsets()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hpsa_cmd.h | 491 __le16 io_flags; /* 0x24 - 0x25 */ member
|
H A D | hpsa.c | 2648 cp->Request.CDBLen = le16_to_cpu(c->io_flags) & in complete_scsi_command() 4814 cp->io_flags = cpu_to_le16(IOACCEL1_IOFLAGS_IO_REQ | in hpsa_scsi_ioaccel1_queue_command() 10004 VERIFY_OFFSET(io_flags, 0x24); in verify_offsets()
|
Completed in 40 milliseconds