|
XRootD
|
small struct for aio API callbacks More...
Collaboration diagram for AioArgs:Public Member Functions | |
| AioArgs (XrdSfsAio *a, AioCB *b, size_t n, int _fd, ceph::bufferlist *_bl=0) | |
Public Attributes | |
| XrdSfsAio * | aiop |
| ceph::bufferlist * | bl |
| AioCB * | callback |
| int | fd |
| size_t | nbBytes |
| ::timeval | startTime |
small struct for aio API callbacks
Definition at line 90 of file XrdCephPosix.cc.
Definition at line 91 of file XrdCephPosix.cc.
| XrdSfsAio* AioArgs::aiop |
Definition at line 93 of file XrdCephPosix.cc.
Referenced by AioArgs(), ceph_aio_read_complete(), and ceph_aio_write_complete().
| ceph::bufferlist* AioArgs::bl |
Definition at line 98 of file XrdCephPosix.cc.
Referenced by AioArgs(), and ceph_aio_read_complete().
| AioCB* AioArgs::callback |
Definition at line 94 of file XrdCephPosix.cc.
Referenced by AioArgs(), ceph_aio_read_complete(), and ceph_aio_write_complete().
| int AioArgs::fd |
Definition at line 96 of file XrdCephPosix.cc.
Referenced by AioArgs(), ceph_aio_read_complete(), and ceph_aio_write_complete().
| size_t AioArgs::nbBytes |
Definition at line 95 of file XrdCephPosix.cc.
Referenced by AioArgs(), and ceph_aio_write_complete().
| ::timeval AioArgs::startTime |
Definition at line 97 of file XrdCephPosix.cc.
Referenced by AioArgs(), and ceph_aio_write_complete().