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.c1296 return pb->pb_jobid; in lustre_msg_get_jobid()
1552 memcpy(pb->pb_jobid, jobid, JOBSTATS_JOBID_SIZE); in lustre_msg_set_jobid()
1553 else if (pb->pb_jobid[0] == '\0') in lustre_msg_set_jobid()
1554 lustre_get_jobid(pb->pb_jobid); in lustre_msg_set_jobid()
1674 CLASSERT(offsetof(typeof(*b), pb_jobid) != 0); in lustre_swab_ptlrpc_body()
Dwiretest.c725 LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_jobid) == 152, "found %lld\n", in lustre_assert_wire_constants()
726 (long long)(int)offsetof(struct ptlrpc_body_v3, pb_jobid)); in lustre_assert_wire_constants()
727 LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_jobid) == 32, "found %lld\n", in lustre_assert_wire_constants()
728 (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_jobid)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1100 char pb_jobid[JOBSTATS_JOBID_SIZE]; member