Home
last modified time | relevance | path

Searched refs:ostid_seq (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_fid.h588 if (fid_seq_is_mdt0(ostid_seq(oi))) { in ostid_build_res_name()
590 name->name[LUSTRE_RES_ID_VER_OID_OFF] = ostid_seq(oi); in ostid_build_res_name()
617 if (fid_seq_is_mdt0(ostid_seq(oi))) { in ostid_res_name_eq()
619 name->name[LUSTRE_RES_ID_VER_OID_OFF] == ostid_seq(oi); in ostid_res_name_eq()
621 return name->name[LUSTRE_RES_ID_SEQ_OFF] == ostid_seq(oi) && in ostid_res_name_eq()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h564 static inline __u64 ostid_seq(const struct ost_id *ostid) in ostid_seq() function
581 if (fid_seq_is_mdt0(ostid_seq(ostid))) in ostid_id()
626 if (fid_seq_is_mdt0(ostid_seq(oi))) { in ostid_set_id()
645 if (fid_seq_is_mdt0(ostid_seq(oi))) { in ostid_inc_id()
658 if (fid_seq_is_mdt0(ostid_seq(oi))) in ostid_dec_id()
682 if (fid_seq_is_mdt0(ostid_seq(ostid))) { in ostid_to_fid()
844 if (fid_seq_is_mdt0(ostid_seq(src_oi))) { in ostid_cpu_to_le()
855 if (fid_seq_is_mdt0(ostid_seq(src_oi))) { in ostid_le_to_cpu()
3301 fid_seq_is_echo(ostid_seq(&lobdo->o_oi))) { in lustre_set_wire_obdo()
Dlustre_user.h183 #define POSTID(oi) ostid_seq(oi), ostid_id(oi)
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c167 ostid_seq(&cgl->lgl_oi) == ostid_seq(&logid->lgl_oi)) { in llog_cat_id2handle()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_io.c745 ostid_set_seq(&oa->o_oi, ostid_seq(&oinfo->loi_oi)); in osc_req_attr_set()
Dosc_request.c735 if (!fid_seq_is_mdt(ostid_seq(&oa->o_oi))) in osc_create()
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c949 LASSERTF(ostid_seq(&lsm->lsm_oi) == FID_SEQ_ECHO, DOSTID"\n", in cl_echo_object_find()
1381 (ostid_seq(&oa->o_oi) == FID_SEQ_ECHO)); in echo_create_object()