Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_quota.h88 struct obd_quotactl *);
239 struct obd_quotactl *);
Dobd.h1209 struct obd_quotactl *);
1211 struct obd_quotactl *);
Dobd_class.h1352 struct obd_quotactl *oqctl) in obd_quotacheck()
1363 static inline int obd_quotactl(struct obd_export *exp, in obd_quotactl() function
1364 struct obd_quotactl *oqctl) in obd_quotactl()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_quota.c245 struct obd_quotactl *oqctl) in osc_quotactl()
248 struct obd_quotactl *oqc; in osc_quotactl()
286 struct obd_quotactl *oqctl) in osc_quotacheck()
290 struct obd_quotactl *body; in osc_quotacheck()
Dosc_internal.h198 struct obd_quotactl *oqctl);
200 struct obd_quotactl *oqctl);
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1546 LASSERTF((int)sizeof(struct obd_quotactl) == 112, "found %lld\n", in lustre_assert_wire_constants()
1547 (long long)(int)sizeof(struct obd_quotactl)); in lustre_assert_wire_constants()
1548 LASSERTF((int)offsetof(struct obd_quotactl, qc_cmd) == 0, "found %lld\n", in lustre_assert_wire_constants()
1549 (long long)(int)offsetof(struct obd_quotactl, qc_cmd)); in lustre_assert_wire_constants()
1550 LASSERTF((int)sizeof(((struct obd_quotactl *)0)->qc_cmd) == 4, "found %lld\n", in lustre_assert_wire_constants()
1551 (long long)(int)sizeof(((struct obd_quotactl *)0)->qc_cmd)); in lustre_assert_wire_constants()
1552 LASSERTF((int)offsetof(struct obd_quotactl, qc_type) == 4, "found %lld\n", in lustre_assert_wire_constants()
1553 (long long)(int)offsetof(struct obd_quotactl, qc_type)); in lustre_assert_wire_constants()
1554 LASSERTF((int)sizeof(((struct obd_quotactl *)0)->qc_type) == 4, "found %lld\n", in lustre_assert_wire_constants()
1555 (long long)(int)sizeof(((struct obd_quotactl *)0)->qc_type)); in lustre_assert_wire_constants()
[all …]
Dlayout.c898 sizeof(struct obd_quotactl),
Dpack_generic.c1947 void lustre_swab_obd_quotactl(struct obd_quotactl *q) in lustre_swab_obd_quotactl()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Ddir.c1153 struct obd_quotactl *oqctl; in quotactl_ioctl()
1160 rc = obd_quotactl(sbi->ll_md_exp, oqctl); in quotactl_ioctl()
1164 obd_quotactl(sbi->ll_md_exp, oqctl); in quotactl_ioctl()
1174 struct obd_quotactl *oqctl_tmp; in quotactl_ioctl()
1188 rc = obd_quotactl(sbi->ll_dt_exp, oqctl_tmp); in quotactl_ioctl()
1198 rc = obd_quotactl(sbi->ll_md_exp, oqctl_tmp); in quotactl_ioctl()
1639 struct obd_quotactl *oqctl; in ll_dir_ioctl()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1690 struct obd_quotactl *oqctl) in mdc_quotacheck()
1694 struct obd_quotactl *body; in mdc_quotacheck()
1735 struct obd_quotactl *oqctl) in mdc_quotactl()
1738 struct obd_quotactl *oqc; in mdc_quotactl()
1938 struct obd_quotactl *oqctl; in mdc_iocontrol()
1947 rc = obd_quotactl(exp, oqctl); in mdc_iocontrol()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c1505 struct obd_quotactl *oqctl; in lov_iocontrol()
1540 rc = obd_quotactl(tgt->ltd_exp, oqctl); in lov_iocontrol()
2210 struct obd_quotactl *oqctl) in lov_quotactl()
2249 err = obd_quotactl(tgt->ltd_exp, oqctl); in lov_quotactl()
2271 struct obd_quotactl *oqctl) in lov_quotacheck()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c956 struct obd_quotactl *oqctl; in lmv_iocontrol()
992 rc = obd_quotactl(tgt->ltd_exp, oqctl); in lmv_iocontrol()
2746 struct obd_quotactl *oqctl) in lmv_quotactl()
2760 rc = obd_quotactl(tgt->ltd_exp, oqctl); in lmv_quotactl()
2776 err = obd_quotactl(tgt->ltd_exp, oqctl); in lmv_quotactl()
2793 struct obd_quotactl *oqctl) in lmv_quotacheck()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c542 struct obd_quotactl *oqctl; in ldlm_handle_qc_callback()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1857 struct obd_quotactl { struct
1866 extern void lustre_swab_obd_quotactl(struct obd_quotactl *q); argument