Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c551 oqctl->qc_stat = ptlrpc_status_ntoh(oqctl->qc_stat); in ldlm_handle_qc_callback()
553 cli->cl_qchk_stat = oqctl->qc_stat; in ldlm_handle_qc_callback()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h610 __u32 qc_stat; member
Dlustre_idl.h1861 __u32 qc_stat; member
1881 Q_COPY(out, in, qc_stat); \
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1560 LASSERTF((int)offsetof(struct obd_quotactl, qc_stat) == 12, "found %lld\n", in lustre_assert_wire_constants()
1561 (long long)(int)offsetof(struct obd_quotactl, qc_stat)); in lustre_assert_wire_constants()
1562 LASSERTF((int)sizeof(((struct obd_quotactl *)0)->qc_stat) == 4, "found %lld\n", in lustre_assert_wire_constants()
1563 (long long)(int)sizeof(((struct obd_quotactl *)0)->qc_stat)); in lustre_assert_wire_constants()
Dpack_generic.c1952 __swab32s(&q->qc_stat); in lustre_swab_obd_quotactl()