Searched refs:osc_makes_rpc (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_cache.c | 1644 static int osc_makes_rpc(struct client_obd *cli, struct osc_object *osc, in osc_makes_rpc() function 1736 osc_makes_rpc(cli, osc, OBD_BRW_WRITE) || in __osc_list_maint() 1737 osc_makes_rpc(cli, osc, OBD_BRW_READ)); in __osc_list_maint() 2113 if (osc_makes_rpc(cli, osc, OBD_BRW_WRITE)) { in osc_check_rpcs() 2137 if (osc_makes_rpc(cli, osc, OBD_BRW_READ)) { in osc_check_rpcs()
|