Searched refs:obd_quotactl (Results 1 – 13 of 13) sorted by relevance
| /linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
| D | osc_quota.c | 246 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()
|
| D | osc_internal.h | 195 struct obd_quotactl *oqctl); 197 struct obd_quotactl *oqctl);
|
| /linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
| D | wiretest.c | 1544 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 …]
|
| D | layout.c | 898 sizeof(struct obd_quotactl),
|
| D | pack_generic.c | 1793 void lustre_swab_obd_quotactl(struct obd_quotactl *q) in lustre_swab_obd_quotactl()
|
| /linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
| D | dir.c | 1144 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/ |
| D | mdc_request.c | 1594 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/ |
| D | lmv_obd.c | 918 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/ |
| D | lov_obd.c | 1487 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/ |
| D | obd.h | 1070 struct obd_quotactl *); 1072 struct obd_quotactl *);
|
| D | obd_class.h | 1254 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/ |
| D | ldlm_lockd.c | 518 struct obd_quotactl *oqctl; in ldlm_handle_qc_callback()
|
| /linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
| D | lustre_idl.h | 1863 struct obd_quotactl { struct 1872 void lustre_swab_obd_quotactl(struct obd_quotactl *q); argument
|