Searched refs:QCTL_COPY (Results 1 – 5 of 5) sorted by relevance
1150 QCTL_COPY(oqctl, qctl); in quotactl_ioctl()1203 QCTL_COPY(qctl, oqctl); in quotactl_ioctl()
1844 QCTL_COPY(oqctl, qctl); in mdc_iocontrol()1847 QCTL_COPY(qctl, oqctl); in mdc_iocontrol()
1521 QCTL_COPY(oqctl, qctl); in lov_iocontrol()1524 QCTL_COPY(qctl, oqctl); in lov_iocontrol()
953 QCTL_COPY(oqctl, qctl); in lmv_iocontrol()956 QCTL_COPY(qctl, oqctl); in lmv_iocontrol()
1882 #define QCTL_COPY(out, in) \ macro