Home
last modified time | relevance | path

Searched refs:niobuf_remote (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1780 LASSERTF((int)sizeof(struct niobuf_remote) == 16, "found %lld\n", in lustre_assert_wire_constants()
1781 (long long)(int)sizeof(struct niobuf_remote)); in lustre_assert_wire_constants()
1782 LASSERTF((int)offsetof(struct niobuf_remote, offset) == 0, "found %lld\n", in lustre_assert_wire_constants()
1783 (long long)(int)offsetof(struct niobuf_remote, offset)); in lustre_assert_wire_constants()
1784 LASSERTF((int)sizeof(((struct niobuf_remote *)0)->offset) == 8, "found %lld\n", in lustre_assert_wire_constants()
1785 (long long)(int)sizeof(((struct niobuf_remote *)0)->offset)); in lustre_assert_wire_constants()
1786 LASSERTF((int)offsetof(struct niobuf_remote, len) == 8, "found %lld\n", in lustre_assert_wire_constants()
1787 (long long)(int)offsetof(struct niobuf_remote, len)); in lustre_assert_wire_constants()
1788 LASSERTF((int)sizeof(((struct niobuf_remote *)0)->len) == 4, "found %lld\n", in lustre_assert_wire_constants()
1789 (long long)(int)sizeof(((struct niobuf_remote *)0)->len)); in lustre_assert_wire_constants()
[all …]
Dpack_generic.c1758 void lustre_swab_niobuf_remote(struct niobuf_remote *nbr) in lustre_swab_niobuf_remote()
2265 void dump_rniobuf(struct niobuf_remote *nb) in dump_rniobuf()
Dlayout.c1070 sizeof(struct niobuf_remote), lustre_swab_niobuf_remote,
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h1183 struct obd_ioobj *obj, struct niobuf_remote *remote,
1189 struct niobuf_remote *remote, int pages,
Ddt_object.h69 struct niobuf_remote;
1161 struct niobuf_remote *rnb, in dt_bufs_get()
Dobd_class.h1212 struct niobuf_remote *remote, int *pages, in obd_preprw()
1230 struct niobuf_remote *rnb, int pages, in obd_commitrw()
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c1652 struct niobuf_remote *rnb; in echo_client_prep_commit()
1665 OBD_ALLOC(rnb, npages * sizeof(struct niobuf_remote)); in echo_client_prep_commit()
1745 OBD_FREE(rnb, npages * sizeof(struct niobuf_remote)); in echo_client_prep_commit()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1785 struct niobuf_remote { struct
1791 extern void lustre_swab_niobuf_remote (struct niobuf_remote *nbr); argument
3371 void dump_rniobuf(struct niobuf_remote *rnb);
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c1256 struct niobuf_remote *niobuf; in osc_brw_prep_request()