Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Ddir.c1159 QCTL_COPY(oqctl, qctl); in quotactl_ioctl()
1212 QCTL_COPY(qctl, oqctl); in quotactl_ioctl()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c1539 QCTL_COPY(oqctl, qctl); in lov_iocontrol()
1542 QCTL_COPY(qctl, oqctl); in lov_iocontrol()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1946 QCTL_COPY(oqctl, qctl); in mdc_iocontrol()
1949 QCTL_COPY(qctl, oqctl); in mdc_iocontrol()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c991 QCTL_COPY(oqctl, qctl); in lmv_iocontrol()
994 QCTL_COPY(qctl, oqctl); in lmv_iocontrol()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1876 #define QCTL_COPY(out, in) \ macro