Searched refs:obd_ioctl_getdata (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/linux/ |
D | linux-module.c | 77 int obd_ioctl_getdata(char **buf, int *len, void *arg) in obd_ioctl_getdata() function 157 EXPORT_SYMBOL(obd_ioctl_getdata);
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_lib.h | 255 int obd_ioctl_getdata(char **buf, int *len, void *arg);
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | class_obd.c | 183 if (obd_ioctl_getdata(&buf, &len, (void *)arg)) { in class_handle_ioctl()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | dir.c | 1286 rc = obd_ioctl_getdata(&buf, &len, (void *)arg); in ll_dir_ioctl() 1328 rc = obd_ioctl_getdata(&buf, &len, (void *)arg); in ll_dir_ioctl()
|
D | llite_lib.c | 2043 rc = obd_ioctl_getdata(&buf, &len, arg); in ll_obd_statfs()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 1443 if (obd_ioctl_getdata(&buf, &len, uarg)) in lov_iocontrol()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2611 if (obd_ioctl_getdata(&buf, &len, uarg)) { in osc_iocontrol()
|