Home
last modified time | relevance | path

Searched refs:qc_stat (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c527 oqctl->qc_stat = ptlrpc_status_ntoh(oqctl->qc_stat); in ldlm_handle_qc_callback()
529 cli->cl_qchk_stat = oqctl->qc_stat; in ldlm_handle_qc_callback()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h606 __u32 qc_stat; member
Dlustre_idl.h1867 __u32 qc_stat; member
1887 Q_COPY(out, in, qc_stat); \
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1558 LASSERTF((int)offsetof(struct obd_quotactl, qc_stat) == 12, "found %lld\n", in lustre_assert_wire_constants()
1559 (long long)(int)offsetof(struct obd_quotactl, qc_stat)); in lustre_assert_wire_constants()
1560 LASSERTF((int)sizeof(((struct obd_quotactl *)0)->qc_stat) == 4, "found %lld\n", in lustre_assert_wire_constants()
1561 (long long)(int)sizeof(((struct obd_quotactl *)0)->qc_stat)); in lustre_assert_wire_constants()
Dpack_generic.c1798 __swab32s(&q->qc_stat); in lustre_swab_obd_quotactl()