aio_req_type 136 ompi/mca/fbtl/ime/fbtl_ime.c if ( FBTL_IME_READ == data->aio_req_type && aio_req_type 143 ompi/mca/fbtl/ime/fbtl_ime.c else if ( FBTL_IME_WRITE == data->aio_req_type && aio_req_type 68 ompi/mca/fbtl/ime/fbtl_ime.h int aio_req_type; /* read or write */ aio_req_type 65 ompi/mca/fbtl/ime/fbtl_ime_nonblocking_op.c data->aio_req_type = io_op; /* The correctness of io_op will be checked later */ aio_req_type 177 ompi/mca/fbtl/posix/fbtl_posix.c if ( FBTL_POSIX_READ == data->aio_req_type ) { aio_req_type 180 ompi/mca/fbtl/posix/fbtl_posix.c else if ( FBTL_POSIX_WRITE == data->aio_req_type ) { aio_req_type 191 ompi/mca/fbtl/posix/fbtl_posix.c if ( FBTL_POSIX_READ == data->aio_req_type ) { aio_req_type 198 ompi/mca/fbtl/posix/fbtl_posix.c else if ( FBTL_POSIX_WRITE == data->aio_req_type ) { aio_req_type 71 ompi/mca/fbtl/posix/fbtl_posix.h int aio_req_type; /* read or write */ aio_req_type 53 ompi/mca/fbtl/posix/fbtl_posix_ipreadv.c data->aio_req_type = FBTL_POSIX_READ; aio_req_type 52 ompi/mca/fbtl/posix/fbtl_posix_ipwritev.c data->aio_req_type = FBTL_POSIX_WRITE;