Searched refs:ostid (Results 1 – 2 of 2) sorted by relevance
569 static inline __u64 ostid_seq(const struct ost_id *ostid) in ostid_seq() argument571 if (fid_seq_is_mdt0(ostid->oi.oi_seq)) in ostid_seq()574 if (fid_seq_is_default(ostid->oi.oi_seq)) in ostid_seq()577 if (fid_is_idif(&ostid->oi_fid)) in ostid_seq()580 return fid_seq(&ostid->oi_fid); in ostid_seq()584 static inline __u64 ostid_id(const struct ost_id *ostid) in ostid_id() argument586 if (fid_seq_is_mdt0(ostid_seq(ostid))) in ostid_id()587 return ostid->oi.oi_id & IDIF_OID_MASK; in ostid_id()589 if (fid_is_idif(&ostid->oi_fid)) in ostid_id()590 return fid_idif_id(fid_seq(&ostid->oi_fid), in ostid_id()[all …]
174 struct ostid { struct