Searched refs:QCTL_COPY (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/lustre/lustre/llite/ |
D | dir.c | 1159 QCTL_COPY(oqctl, qctl); in quotactl_ioctl() 1212 QCTL_COPY(qctl, oqctl); in quotactl_ioctl() 1719 QCTL_COPY(qctl_20, qctl_18); in ll_dir_ioctl() 1738 QCTL_COPY(qctl_18, qctl_20); in ll_dir_ioctl()
|
/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 1535 QCTL_COPY(oqctl, qctl); in lov_iocontrol() 1538 QCTL_COPY(qctl, oqctl); in lov_iocontrol()
|
/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1943 QCTL_COPY(oqctl, qctl); in mdc_iocontrol() 1946 QCTL_COPY(qctl, oqctl); in mdc_iocontrol()
|
/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 994 QCTL_COPY(oqctl, qctl); in lmv_iocontrol() 997 QCTL_COPY(qctl, oqctl); in lmv_iocontrol()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1871 #define QCTL_COPY(out, in) \ macro
|