Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_quota.c246 struct obd_quotactl *oqctl) in osc_quotactl()
249 struct obd_quotactl *oqc; in osc_quotactl()
287 struct obd_quotactl *oqctl) in osc_quotacheck()
291 struct obd_quotactl *body; in osc_quotacheck()
Dosc_internal.h195 struct obd_quotactl *oqctl);
197 struct obd_quotactl *oqctl);
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1544 LASSERTF((int)sizeof(struct obd_quotactl) == 112, "found %lld\n", in lustre_assert_wire_constants()
1545 (long long)(int)sizeof(struct obd_quotactl)); in lustre_assert_wire_constants()
1546 LASSERTF((int)offsetof(struct obd_quotactl, qc_cmd) == 0, "found %lld\n", in lustre_assert_wire_constants()
1547 (long long)(int)offsetof(struct obd_quotactl, qc_cmd)); in lustre_assert_wire_constants()
1548 LASSERTF((int)sizeof(((struct obd_quotactl *)0)->qc_cmd) == 4, "found %lld\n", in lustre_assert_wire_constants()
1549 (long long)(int)sizeof(((struct obd_quotactl *)0)->qc_cmd)); in lustre_assert_wire_constants()
1550 LASSERTF((int)offsetof(struct obd_quotactl, qc_type) == 4, "found %lld\n", in lustre_assert_wire_constants()
1551 (long long)(int)offsetof(struct obd_quotactl, qc_type)); in lustre_assert_wire_constants()
1552 LASSERTF((int)sizeof(((struct obd_quotactl *)0)->qc_type) == 4, "found %lld\n", in lustre_assert_wire_constants()
1553 (long long)(int)sizeof(((struct obd_quotactl *)0)->qc_type)); in lustre_assert_wire_constants()
[all …]
Dlayout.c898 sizeof(struct obd_quotactl),
Dpack_generic.c1793 void lustre_swab_obd_quotactl(struct obd_quotactl *q) in lustre_swab_obd_quotactl()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Ddir.c1144 struct obd_quotactl *oqctl; in quotactl_ioctl()
1151 rc = obd_quotactl(sbi->ll_md_exp, oqctl); in quotactl_ioctl()
1155 obd_quotactl(sbi->ll_md_exp, oqctl); in quotactl_ioctl()
1165 struct obd_quotactl *oqctl_tmp; in quotactl_ioctl()
1179 rc = obd_quotactl(sbi->ll_dt_exp, oqctl_tmp); in quotactl_ioctl()
1189 rc = obd_quotactl(sbi->ll_md_exp, oqctl_tmp); in quotactl_ioctl()
1605 struct obd_quotactl *oqctl; in ll_dir_ioctl()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1594 struct obd_quotactl *oqctl) in mdc_quotacheck()
1598 struct obd_quotactl *body; in mdc_quotacheck()
1639 struct obd_quotactl *oqctl) in mdc_quotactl()
1642 struct obd_quotactl *oqc; in mdc_quotactl()
1836 struct obd_quotactl *oqctl; in mdc_iocontrol()
1845 rc = obd_quotactl(exp, oqctl); in mdc_iocontrol()
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c918 struct obd_quotactl *oqctl; in lmv_iocontrol()
954 rc = obd_quotactl(tgt->ltd_exp, oqctl); in lmv_iocontrol()
2674 struct obd_quotactl *oqctl) in lmv_quotactl()
2688 rc = obd_quotactl(tgt->ltd_exp, oqctl); in lmv_quotactl()
2705 err = obd_quotactl(tgt->ltd_exp, oqctl); in lmv_quotactl()
2722 struct obd_quotactl *oqctl) in lmv_quotacheck()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_obd.c1487 struct obd_quotactl *oqctl; in lov_iocontrol()
1522 rc = obd_quotactl(tgt->ltd_exp, oqctl); in lov_iocontrol()
2176 struct obd_quotactl *oqctl) in lov_quotactl()
2215 err = obd_quotactl(tgt->ltd_exp, oqctl); in lov_quotactl()
2237 struct obd_quotactl *oqctl) in lov_quotacheck()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd.h1070 struct obd_quotactl *);
1072 struct obd_quotactl *);
Dobd_class.h1254 struct obd_quotactl *oqctl) in obd_quotacheck()
1265 static inline int obd_quotactl(struct obd_export *exp, in obd_quotactl() function
1266 struct obd_quotactl *oqctl) in obd_quotactl()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c518 struct obd_quotactl *oqctl; in ldlm_handle_qc_callback()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1863 struct obd_quotactl { struct
1872 void lustre_swab_obd_quotactl(struct obd_quotactl *q); argument