Home
last modified time | relevance | path

Searched refs:LUSTRE_IMP_FULL (Results 1 – 14 of 14) sorted by relevance

/drivers/staging/lustre/lustre/mdc/
Dmdc_reint.c175 rc = mdc_reint(req, rpc_lock, LUSTRE_IMP_FULL); in mdc_setattr()
273 level = LUSTRE_IMP_FULL; in mdc_create()
350 rc = mdc_reint(req, obd->u.cli.cl_rpc_lock, LUSTRE_IMP_FULL); in mdc_unlink()
392 rc = mdc_reint(req, obd->u.cli.cl_rpc_lock, LUSTRE_IMP_FULL); in mdc_link()
457 rc = mdc_reint(req, obd->u.cli.cl_rpc_lock, LUSTRE_IMP_FULL); in mdc_rename()
Dmdc_request.c89 req->rq_send_state = LUSTRE_IMP_FULL; in mdc_getstatus()
/drivers/staging/lustre/lustre/ptlrpc/
Dpinger.c74 req->rq_send_state = LUSTRE_IMP_FULL; in ptlrpc_obd_ping()
196 …CDEBUG(level == LUSTRE_IMP_FULL ? D_INFO : D_HA, "%s->%s: level %s/%u force %u force_next %u deact… in ptlrpc_pinger_process_import()
206 } else if (level != LUSTRE_IMP_FULL || in ptlrpc_pinger_process_import()
355 if (imp->imp_state != LUSTRE_IMP_FULL || in ptlrpc_pinger_commit_expected()
Dimport.c163 if (imp->imp_state == LUSTRE_IMP_FULL && in ptlrpc_set_import_discon()
193 (imp->imp_state == LUSTRE_IMP_FULL && in ptlrpc_set_import_discon()
644 } else if (imp->imp_state == LUSTRE_IMP_FULL) { in ptlrpc_connect_import()
893 IMPORT_SET_STATE(imp, LUSTRE_IMP_FULL); in ptlrpc_connect_interpret()
1395 IMPORT_SET_STATE(imp, LUSTRE_IMP_FULL); in ptlrpc_import_recovery_state_machine()
1406 if (imp->imp_state == LUSTRE_IMP_FULL) { in ptlrpc_import_recovery_state_machine()
1465 if (imp->imp_state != LUSTRE_IMP_FULL) in ptlrpc_disconnect_import()
Drecover.c371 if (imp->imp_state == LUSTRE_IMP_FULL || in ptlrpc_import_in_recovery()
Dclient.c618 request->rq_send_state = LUSTRE_IMP_FULL; in __ptlrpc_request_bufs_pack()
1279 if (req->rq_send_state != LUSTRE_IMP_FULL || in after_reply()
1910 req->rq_send_state != LUSTRE_IMP_FULL || in ptlrpc_expire_one_request()
3039 req->rq_send_state = LUSTRE_IMP_FULL; in ptlrpcd_alloc_work()
Dptlrpcd.c179 if (req != NULL && req->rq_send_state != LUSTRE_IMP_FULL) in ptlrpcd_select_pc()
Dniobuf.c504 (request->rq_import->imp_state == LUSTRE_IMP_FULL))); in ptl_send_rpc()
Dlproc_ptlrpc.c1204 req->rq_send_state = LUSTRE_IMP_FULL; in lprocfs_wr_ping()
/drivers/staging/lustre/lustre/include/
Dlustre_import.h99 LUSTRE_IMP_FULL = 9, enumerator
/drivers/staging/lustre/lustre/lov/
Dlov_ea.c176 if (imp->imp_state == LUSTRE_IMP_FULL && in lov_tgt_maxbytes()
/drivers/staging/lustre/lustre/osc/
Dlproc_osc.c289 if (cli->cl_import->imp_state == LUSTRE_IMP_FULL) in cur_grant_bytes_store()
Dosc_request.c975 if (client->cl_import->imp_state == LUSTRE_IMP_FULL && in osc_should_shrink_grant()
/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c972 if ((imp->imp_state != LUSTRE_IMP_FULL && in mgc_set_info_async()