Home
last modified time | relevance | path

Searched refs:LST_BRW_WRITE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
Dbrw_test.c109 if (opc != LST_BRW_READ && opc != LST_BRW_WRITE) in brw_client_init()
297 if (opc == LST_BRW_WRITE) in brw_client_prep_rpc()
346 if (reqst->brw_rw == LST_BRW_WRITE) in brw_client_done_rpc()
443 if ((reqst->brw_rw != LST_BRW_READ && reqst->brw_rw != LST_BRW_WRITE) || in brw_server_handle()
478 reqst->brw_rw == LST_BRW_WRITE); in brw_server_handle()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlnetst.h479 LST_BRW_WRITE = 2 enumerator