Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dclass_obd.c88 char obd_jobid_node[JOBSTATS_JOBID_SIZE + 1];
99 memset(jobid, 0, JOBSTATS_JOBID_SIZE); in lustre_get_jobid()
106 snprintf(jobid, JOBSTATS_JOBID_SIZE, "%s.%u", in lustre_get_jobid()
/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-module.c303 if (!count || count > JOBSTATS_JOBID_SIZE) in jobid_name_store()
/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c853 JOBSTATS_JOBID_SIZE); in ccc_req_attr_set()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1089 #define JOBSTATS_JOBID_SIZE 32 /* 32 bytes string */ macro
1111 char pb_jobid[JOBSTATS_JOBID_SIZE];
/drivers/staging/lustre/lustre/llite/
Dllite_internal.h223 char f_jobid[JOBSTATS_JOBID_SIZE];
/drivers/staging/lustre/lustre/include/
Dcl_object.h2474 char cra_jobid[JOBSTATS_JOBID_SIZE];
/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1381 memcpy(pb->pb_jobid, jobid, JOBSTATS_JOBID_SIZE); in lustre_msg_set_jobid()
Dwiretest.c722 CLASSERT(JOBSTATS_JOBID_SIZE == 32); in lustre_assert_wire_constants()