Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/
Dlustre_fid.h498 res->name[LUSTRE_RES_ID_SEQ_OFF] = fid_seq(fid); in fid_build_reg_res_name()
510 return res->name[LUSTRE_RES_ID_SEQ_OFF] == fid_seq(fid) && in fid_res_name_eq()
520 fid->f_seq = res->name[LUSTRE_RES_ID_SEQ_OFF]; in fid_extract_from_res_name()
589 name->name[LUSTRE_RES_ID_SEQ_OFF] = ostid_id(oi); in ostid_build_res_name()
599 if (fid_seq_is_mdt0(name->name[LUSTRE_RES_ID_SEQ_OFF])) { in ostid_res_name_to_id()
602 ostid_set_id(oi, name->name[LUSTRE_RES_ID_SEQ_OFF]); in ostid_res_name_to_id()
618 return name->name[LUSTRE_RES_ID_SEQ_OFF] == ostid_id(oi) && in ostid_res_name_eq()
621 return name->name[LUSTRE_RES_ID_SEQ_OFF] == ostid_seq(oi) && in ostid_res_name_eq()
648 ostid_set_id(&oi, name->name[LUSTRE_RES_ID_SEQ_OFF]); in ost_fid_from_resid()
Dlustre_quota.h233 (res->lr_name.name[LUSTRE_RES_ID_SEQ_OFF] == FID_SEQ_QUOTA || \
234 res->lr_name.name[LUSTRE_RES_ID_SEQ_OFF] == FID_SEQ_QUOTA_GLB)
/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c413 fid.f_seq = id->name[LUSTRE_RES_ID_SEQ_OFF]; in ldlm_res_hop_fid_hash()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2115 LUSTRE_RES_ID_SEQ_OFF = 0, enumerator
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c332 CLASSERT(LUSTRE_RES_ID_SEQ_OFF == 0); in lustre_assert_wire_constants()