Home
last modified time | relevance | path

Searched refs:pb_jobid (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1381 memcpy(pb->pb_jobid, jobid, JOBSTATS_JOBID_SIZE); in lustre_msg_set_jobid()
1382 else if (pb->pb_jobid[0] == '\0') in lustre_msg_set_jobid()
1383 lustre_get_jobid(pb->pb_jobid); in lustre_msg_set_jobid()
1492 CLASSERT(offsetof(typeof(*b), pb_jobid) != 0); in lustre_swab_ptlrpc_body()
Dwiretest.c723 LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_jobid) == 152, "found %lld\n", in lustre_assert_wire_constants()
724 (long long)(int)offsetof(struct ptlrpc_body_v3, pb_jobid)); in lustre_assert_wire_constants()
725 LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_jobid) == 32, "found %lld\n", in lustre_assert_wire_constants()
726 (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_jobid)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1111 char pb_jobid[JOBSTATS_JOBID_SIZE]; member