Searched refs:niobuf_remote (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 1780 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 …]
|
D | pack_generic.c | 1758 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()
|
D | layout.c | 1070 sizeof(struct niobuf_remote), lustre_swab_niobuf_remote,
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | obd.h | 1183 struct obd_ioobj *obj, struct niobuf_remote *remote, 1189 struct niobuf_remote *remote, int pages,
|
D | dt_object.h | 69 struct niobuf_remote; 1161 struct niobuf_remote *rnb, in dt_bufs_get()
|
D | obd_class.h | 1212 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/ |
D | echo_client.c | 1652 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/ |
D | lustre_idl.h | 1785 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/ |
D | osc_request.c | 1256 struct niobuf_remote *niobuf; in osc_brw_prep_request()
|