Searched refs:LUSTRE_IMP_FULL (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_reint.c | 177 rc = mdc_reint(req, rpc_lock, LUSTRE_IMP_FULL); in mdc_setattr() 276 level = LUSTRE_IMP_FULL; in mdc_create() 366 rc = mdc_reint(req, obd->u.cli.cl_rpc_lock, LUSTRE_IMP_FULL); in mdc_unlink() 410 rc = mdc_reint(req, obd->u.cli.cl_rpc_lock, LUSTRE_IMP_FULL); in mdc_link() 477 rc = mdc_reint(req, obd->u.cli.cl_rpc_lock, LUSTRE_IMP_FULL); in mdc_rename()
|
D | mdc_request.c | 154 LUSTRE_IMP_FULL, 0); in mdc_getstatus()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | pinger.c | 84 req->rq_send_state = LUSTRE_IMP_FULL; in ptlrpc_obd_ping() 209 …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() 219 } else if (level != LUSTRE_IMP_FULL || in ptlrpc_pinger_process_import() 377 if (imp->imp_state != LUSTRE_IMP_FULL || in ptlrpc_pinger_commit_expected()
|
D | import.c | 164 if (imp->imp_state == LUSTRE_IMP_FULL && in ptlrpc_set_import_discon() 194 (imp->imp_state == LUSTRE_IMP_FULL && in ptlrpc_set_import_discon() 652 } else if (imp->imp_state == LUSTRE_IMP_FULL) { in ptlrpc_connect_import() 902 IMPORT_SET_STATE(imp, LUSTRE_IMP_FULL); in ptlrpc_connect_interpret() 1405 IMPORT_SET_STATE(imp, LUSTRE_IMP_FULL); in ptlrpc_import_recovery_state_machine() 1416 if (imp->imp_state == LUSTRE_IMP_FULL) { in ptlrpc_import_recovery_state_machine() 1475 if (imp->imp_state != LUSTRE_IMP_FULL) in ptlrpc_disconnect_import()
|
D | recover.c | 371 if (imp->imp_state == LUSTRE_IMP_FULL || in ptlrpc_import_in_recovery()
|
D | client.c | 604 request->rq_send_state = LUSTRE_IMP_FULL; in __ptlrpc_request_bufs_pack() 1320 if (req->rq_send_state != LUSTRE_IMP_FULL || in after_reply() 1940 req->rq_send_state != LUSTRE_IMP_FULL || in ptlrpc_expire_one_request() 3093 req->rq_send_state = LUSTRE_IMP_FULL; in ptlrpcd_alloc_work()
|
D | ptlrpcd.c | 105 if (req != NULL && req->rq_send_state != LUSTRE_IMP_FULL) in ptlrpcd_select_pc()
|
D | niobuf.c | 508 (request->rq_import->imp_state == LUSTRE_IMP_FULL))); in ptl_send_rpc()
|
D | lproc_ptlrpc.c | 1248 req->rq_send_state = LUSTRE_IMP_FULL; in lprocfs_wr_ping()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_import.h | 101 LUSTRE_IMP_FULL = 9, enumerator
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_ea.c | 178 if (imp->imp_state == LUSTRE_IMP_FULL && in lov_tgt_maxbytes()
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | lproc_osc.c | 263 if (cli->cl_import->imp_state == LUSTRE_IMP_FULL) in osc_cur_grant_bytes_seq_write()
|
D | osc_request.c | 1006 if (client->cl_import->imp_state == LUSTRE_IMP_FULL && in osc_should_shrink_grant()
|
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 989 if ((imp->imp_state != LUSTRE_IMP_FULL && in mgc_set_info_async()
|