Home
last modified time | relevance | path

Searched refs:odp (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_diag.c330 struct ipath_diag_pkt odp; in ipath_diagpkt_write() local
344 } else if (count == sizeof(odp)) { in ipath_diagpkt_write()
345 if (copy_from_user(&odp, data, sizeof(odp))) { in ipath_diagpkt_write()
349 dp.len = odp.len; in ipath_diagpkt_write()
350 dp.unit = odp.unit; in ipath_diagpkt_write()
351 dp.data = odp.data; in ipath_diagpkt_write()
/linux-4.4.14/drivers/infiniband/hw/mlx5/
DMakefile4 mlx5_ib-$(CONFIG_INFINIBAND_ON_DEMAND_PAGING) += odp.o
Dmem.c164 const bool odp = umem->odp_data != NULL; in __mlx5_ib_populate_pas() local
166 if (odp) { in __mlx5_ib_populate_pas()
/linux-4.4.14/fs/nfsd/
Dnfs4state.c6848 …sd4_set_opendowngradestateid(struct nfsd4_compound_state *cstate, struct nfsd4_open_downgrade *odp) in nfsd4_set_opendowngradestateid() argument
6850 put_stateid(cstate, &odp->od_stateid); in nfsd4_set_opendowngradestateid()
6876 …sd4_get_opendowngradestateid(struct nfsd4_compound_state *cstate, struct nfsd4_open_downgrade *odp) in nfsd4_get_opendowngradestateid() argument
6878 get_stateid(cstate, &odp->od_stateid); in nfsd4_get_opendowngradestateid()