Searched refs:obd_ioctl_getdata (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/ |
D | linux-module.c | 79 int obd_ioctl_getdata(char **buf, int *len, void *arg) in obd_ioctl_getdata() function 159 EXPORT_SYMBOL(obd_ioctl_getdata);
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_lib.h | 256 int obd_ioctl_getdata(char **buf, int *len, void *arg);
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | class_obd.c | 219 if (obd_ioctl_getdata(&buf, &len, (void *)arg)) { in class_handle_ioctl()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | dir.c | 1290 rc = obd_ioctl_getdata(&buf, &len, (void *)arg); in ll_dir_ioctl() 1332 rc = obd_ioctl_getdata(&buf, &len, (void *)arg); in ll_dir_ioctl()
|
D | llite_lib.c | 2100 rc = obd_ioctl_getdata(&buf, &len, arg); in ll_obd_statfs()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 1461 if (obd_ioctl_getdata(&buf, &len, (void *)uarg)) in lov_iocontrol()
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2667 if (obd_ioctl_getdata(&buf, &len, (void *)uarg)) { in osc_iocontrol()
|