Searched refs:niobuf_remote (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 1778 LASSERTF((int)sizeof(struct niobuf_remote) == 16, "found %lld\n", in lustre_assert_wire_constants() 1779 (long long)(int)sizeof(struct niobuf_remote)); in lustre_assert_wire_constants() 1780 LASSERTF((int)offsetof(struct niobuf_remote, offset) == 0, "found %lld\n", in lustre_assert_wire_constants() 1781 (long long)(int)offsetof(struct niobuf_remote, offset)); in lustre_assert_wire_constants() 1782 LASSERTF((int)sizeof(((struct niobuf_remote *)0)->offset) == 8, "found %lld\n", in lustre_assert_wire_constants() 1783 (long long)(int)sizeof(((struct niobuf_remote *)0)->offset)); in lustre_assert_wire_constants() 1784 LASSERTF((int)offsetof(struct niobuf_remote, len) == 8, "found %lld\n", in lustre_assert_wire_constants() 1785 (long long)(int)offsetof(struct niobuf_remote, len)); in lustre_assert_wire_constants() 1786 LASSERTF((int)sizeof(((struct niobuf_remote *)0)->len) == 4, "found %lld\n", in lustre_assert_wire_constants() 1787 (long long)(int)sizeof(((struct niobuf_remote *)0)->len)); in lustre_assert_wire_constants() [all …]
|
D | pack_generic.c | 1603 void lustre_swab_niobuf_remote(struct niobuf_remote *nbr) in lustre_swab_niobuf_remote() 2058 void dump_rniobuf(struct niobuf_remote *nb) in dump_rniobuf()
|
D | layout.c | 1070 sizeof(struct niobuf_remote), lustre_swab_niobuf_remote,
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | obd.h | 1044 struct obd_ioobj *obj, struct niobuf_remote *remote, 1050 struct niobuf_remote *remote, int pages,
|
D | obd_class.h | 1115 struct niobuf_remote *remote, int *pages, in obd_preprw() 1132 struct niobuf_remote *rnb, int pages, in obd_commitrw()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1791 struct niobuf_remote { struct 1797 void lustre_swab_niobuf_remote(struct niobuf_remote *nbr); argument 3347 void dump_rniobuf(struct niobuf_remote *rnb);
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 1653 struct niobuf_remote *rnb; in echo_client_prep_commit() 1666 rnb = kcalloc(npages, sizeof(struct niobuf_remote), GFP_NOFS); in echo_client_prep_commit()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 1226 struct niobuf_remote *niobuf; in osc_brw_prep_request()
|