Searched refs:ioc_plen1 (Results 1 - 10 of 10) sorted by relevance

/drivers/staging/lustre/include/linux/libcfs/
H A Dlibcfs_ioctl.h63 __u32 ioc_plen1; /* buffers in userspace */ member in struct:libcfs_ioctl_data
175 if (data->ioc_pbuf1 && !data->ioc_plen1) {
183 if (data->ioc_plen1 && !data->ioc_pbuf1) {
/drivers/staging/lustre/lustre/obdclass/
H A Dclass_obd.c231 if (!data->ioc_plen1 || !data->ioc_pbuf1) {
236 OBD_ALLOC(lcfg, data->ioc_plen1);
242 data->ioc_plen1);
244 err = lustre_cfg_sanity_check(lcfg, data->ioc_plen1);
248 OBD_FREE(lcfg, data->ioc_plen1);
/drivers/staging/lustre/lustre/include/
H A Dlustre_lib.h155 __u32 ioc_plen1; member in struct:obd_ioctl_data
228 if (data->ioc_pbuf1 && !data->ioc_plen1) {
236 if (data->ioc_plen1 && !data->ioc_pbuf1) {
/drivers/staging/lustre/lnet/selftest/
H A Dconctl.c825 if (data->ioc_plen1 > PAGE_CACHE_SIZE)
828 LIBCFS_ALLOC(buf, data->ioc_plen1);
833 if (copy_from_user(buf, data->ioc_pbuf1, data->ioc_plen1)) {
834 LIBCFS_FREE(buf, data->ioc_plen1);
924 LIBCFS_FREE(buf, data->ioc_plen1);
/drivers/staging/lustre/lustre/obdecho/
H A Decho_client.c1754 data->ioc_plen1 = data->ioc_count;
1758 if (data->ioc_plen1 > PTLRPC_MAX_BRW_SIZE)
1759 data->ioc_plen1 = PTLRPC_MAX_BRW_SIZE;
1772 data->ioc_count, data->ioc_plen1,
1874 data->ioc_plen1, &dummy_oti);
1931 data->ioc_plen1);
1949 data->ioc_plen1, &dummy_oti);
/drivers/staging/lustre/lnet/lnet/
H A Dapi-ni.c1477 data->ioc_plen1/sizeof(lnet_process_id_t));
/drivers/staging/lustre/lustre/llite/
H A Dllite_lib.c2187 data->ioc_plen1 != sizeof(struct obd_statfs) ||
/drivers/staging/lustre/lustre/lmv/
H A Dlmv_obd.c951 min((int) data->ioc_plen1,
/drivers/staging/lustre/lustre/lov/
H A Dlov_obd.c1445 min((int) data->ioc_plen1,
/drivers/staging/lustre/lustre/mdc/
H A Dmdc_request.c1924 min((int) data->ioc_plen1,

Completed in 35 milliseconds