Home
last modified time | relevance | path

Searched refs:LUSTRE_RES_ID_SEQ_OFF (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_fid.h401 res->name[LUSTRE_RES_ID_SEQ_OFF] = fid_seq(fid); in fid_build_reg_res_name()
413 return res->name[LUSTRE_RES_ID_SEQ_OFF] == fid_seq(fid) && in fid_res_name_eq()
423 fid->f_seq = res->name[LUSTRE_RES_ID_SEQ_OFF]; in fid_extract_from_res_name()
492 name->name[LUSTRE_RES_ID_SEQ_OFF] = ostid_id(oi); in ostid_build_res_name()
502 if (fid_seq_is_mdt0(name->name[LUSTRE_RES_ID_SEQ_OFF])) { in ostid_res_name_to_id()
505 ostid_set_id(oi, name->name[LUSTRE_RES_ID_SEQ_OFF]); in ostid_res_name_to_id()
521 return name->name[LUSTRE_RES_ID_SEQ_OFF] == ostid_id(oi) && in ostid_res_name_eq()
524 return name->name[LUSTRE_RES_ID_SEQ_OFF] == ostid_seq(oi) && in ostid_res_name_eq()
553 ostid_set_id(&oi, name->name[LUSTRE_RES_ID_SEQ_OFF]); in ost_fid_from_resid()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c463 fid.f_seq = id->name[LUSTRE_RES_ID_SEQ_OFF]; in ldlm_res_hop_fid_hash()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2125 LUSTRE_RES_ID_SEQ_OFF = 0, enumerator
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c334 CLASSERT(LUSTRE_RES_ID_SEQ_OFF == 0); in lustre_assert_wire_constants()