Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1778 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 …]
Dpack_generic.c1603 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()
Dlayout.c1070 sizeof(struct niobuf_remote), lustre_swab_niobuf_remote,
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd.h1044 struct obd_ioobj *obj, struct niobuf_remote *remote,
1050 struct niobuf_remote *remote, int pages,
Dobd_class.h1115 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/
Dlustre_idl.h1791 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/
Decho_client.c1653 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/
Dosc_request.c1226 struct niobuf_remote *niobuf; in osc_brw_prep_request()