Home
last modified time | relevance | path

Searched defs:aio (Results 1 – 19 of 19) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Daio_impl.h105 typedef struct aio { struct
106 int aio_pending; /* # uncompleted requests */ argument
107 int aio_outstanding; /* total # of requests */ argument
108 int aio_ok; /* everything ok when set */ argument
109 int aio_flags; /* flags */ argument
110 int aio_rqclnup; /* cleanup request used by DR */ argument
111 int aio_portpendcnt; /* # pending req. per port */ argument
112 aio_req_t *aio_portq; /* port queue head */ argument
113 aio_req_t *aio_portcleanupq; /* port cleanup queue head */ argument
114 aio_req_t *aio_portpending; /* list of pending requests */ argument
[all …]
/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_diskq.c295 rdc_fill_ioheader(rdc_aio_t *aio, io_hdr *hd, int qpos) in rdc_fill_ioheader()
1014 rdc_diskq_enqueue(rdc_k_info_t *krdc, rdc_aio_t *aio) in rdc_diskq_enqueue()
1547 rdc_netqueue_insert(rdc_aio_t *aio, net_queue *q) in rdc_netqueue_insert()
1578 rdc_fill_aio(rdc_group_t *grp, rdc_aio_t *aio, io_hdr *hdr, nsc_buf_t *abuf) in rdc_fill_aio()
1643 rdc_aio_t *aio; in rdc_discard_tmpq() local
1674 rdc_aio_t *aio = NULL; in rdc_diskq_buf2queue() local
1908 rdc_aio_t *aio = NULL; in rdc_diskq_unqueue() local
2519 rdc_aio_t *aio; in rdc_dequeue() local
H A Drdc_clnt.c991 rdc_fixlen(rdc_aio_t *aio) in rdc_fixlen()
1013 rdc_aio_t *aio; in rdc_dump_alloc_bufs_cd() local
1347 rdc_memq_enqueue(rdc_k_info_t *krdc, rdc_aio_t *aio) in rdc_memq_enqueue()
1437 rdc_aio_t *aio; in _rdc_enqueue_write() local
1640 rdc_aio_t *aio; in rdc_flush_memq() local
1832 rdc_aio_t *aio = NULL; in rdc_flush_diskq() local
2039 _rdc_remote_flush(rdc_aio_t *aio) in _rdc_remote_flush()
2580 rdc_aio_t *aio; in rdc_dump_queue() local
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev_queue.c347 vdev_queue_agg_io_done(zio_t *aio) in vdev_queue_agg_io_done()
487 zio_t *first, *last, *aio, *dio, *mandatory, *nio; in vdev_queue_aggregate() local
625 zio_t *zio, *aio; in vdev_queue_io_to_issue() local
/titanic_41/usr/src/uts/common/io/lvm/trans/
H A Dmdtrans.c726 md_trans_aread(dev_t dev, struct aio_req *aio, cred_t *credp) in md_trans_aread()
750 md_trans_awrite(dev_t dev, struct aio_req *aio, cred_t *credp) in md_trans_awrite()
/titanic_41/usr/src/cmd/sa/
H A Dsar.c339 iodevinfo_t *aio, *dio, *oio; in prpass() local
769 iodevinfo_t *nio, *oio, *aio, *dio; in update_counters() local
/titanic_41/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c1230 cmdkaread(dev_t dev, struct aio_req *aio, cred_t *credp) in cmdkaread()
1250 cmdkawrite(dev_t dev, struct aio_req *aio, cred_t *credp) in cmdkawrite()
1282 cmdkarw(dev_t dev, struct aio_req *aio, int flag) in cmdkarw()
/titanic_41/usr/src/uts/i86pc/i86hvm/io/
H A Dxdf_shell.c741 xdfs_aread(dev_t dev, struct aio_req *aio, cred_t *credp) in xdfs_aread()
760 xdfs_awrite(dev_t dev, struct aio_req *aio, cred_t *credp) in xdfs_awrite()
/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd.c1699 mdaread(dev_t dev, struct aio_req *aio, cred_t *credp) in mdaread()
1768 mdawrite(dev_t dev, struct aio_req *aio, cred_t *credp) in mdawrite()
/titanic_41/usr/src/uts/common/io/
H A Dlofi.c1441 lofi_aread(dev_t dev, struct aio_req *aio, struct cred *credp) in lofi_aread()
1451 lofi_awrite(dev_t dev, struct aio_req *aio, struct cred *credp) in lofi_awrite()
/titanic_41/usr/src/uts/common/avs/ns/sv/
H A Dsv.c1489 sv_lyr_aread(dev_t dev, struct aio_req *aio, cred_t *crp) in sv_lyr_aread()
1499 sv_lyr_awrite(dev_t dev, struct aio_req *aio, cred_t *crp) in sv_lyr_awrite()
/titanic_41/usr/src/uts/common/os/
H A Daio_subr.c78 struct aio_req *aio) in aphysio()
H A Daio.c2850 driver_aio_write(vnode_t *vp, struct aio_req *aio, cred_t *cred_p) in driver_aio_write()
2874 driver_aio_read(vnode_t *vp, struct aio_req *aio, cred_t *cred_p) in driver_aio_read()
/titanic_41/usr/src/uts/common/io/blkdev/
H A Dblkdev.c1165 bd_aread(dev_t dev, struct aio_req *aio, cred_t *credp) in bd_aread()
1176 bd_awrite(dev_t dev, struct aio_req *aio, cred_t *credp) in bd_awrite()
/titanic_41/usr/src/uts/sun/io/dada/targets/
H A Ddad.c1701 dcdaread(dev_t dev, struct aio_req *aio, cred_t *cred_p) in dcdaread()
1751 dcdawrite(dev_t dev, struct aio_req *aio, cred_t *cred_p) in dcdawrite()
/titanic_41/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c491 rdc_aio_t *aio; in rdc_aio() local
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c3806 st_aread(dev_t dev, struct aio_req *aio, cred_t *cred_p) in st_aread()
3818 st_awrite(dev_t dev, struct aio_req *aio, cred_t *cred_p) in st_awrite()
4014 st_arw(dev_t dev, struct aio_req *aio, int flag) in st_arw()
H A Dsd.c11090 sdaread(dev_t dev, struct aio_req *aio, cred_t *cred_p)
11180 sdawrite(dev_t dev, struct aio_req *aio, cred_t *cred_p)
/titanic_41/usr/src/uts/sun4v/io/
H A Dvdc.c1587 vdc_aread(dev_t dev, struct aio_req *aio, cred_t *cred) in vdc_aread()
1596 vdc_awrite(dev_t dev, struct aio_req *aio, cred_t *cred) in vdc_awrite()