Searched refs:osc_makes_rpc (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_cache.c | 1641 static int osc_makes_rpc(struct client_obd *cli, struct osc_object *osc, in osc_makes_rpc() function 1732 osc_makes_rpc(cli, osc, OBD_BRW_WRITE) || in __osc_list_maint() 1733 osc_makes_rpc(cli, osc, OBD_BRW_READ)); in __osc_list_maint() 2117 if (osc_makes_rpc(cli, osc, OBD_BRW_WRITE)) { in osc_check_rpcs() 2141 if (osc_makes_rpc(cli, osc, OBD_BRW_READ)) { in osc_check_rpcs()
|