Searched refs:ostid (Results 1 – 2 of 2) sorted by relevance
559 static inline __u64 ostid_seq(const struct ost_id *ostid) in ostid_seq() argument561 if (fid_seq_is_mdt0(ostid->oi.oi_seq)) in ostid_seq()564 if (fid_seq_is_default(ostid->oi.oi_seq)) in ostid_seq()567 if (fid_is_idif(&ostid->oi_fid)) in ostid_seq()570 return fid_seq(&ostid->oi_fid); in ostid_seq()574 static inline __u64 ostid_id(const struct ost_id *ostid) in ostid_id() argument576 if (fid_seq_is_mdt0(ostid_seq(ostid))) in ostid_id()577 return ostid->oi.oi_id & IDIF_OID_MASK; in ostid_id()579 if (fid_is_idif(&ostid->oi_fid)) in ostid_id()580 return fid_idif_id(fid_seq(&ostid->oi_fid), in ostid_id()[all …]
174 struct ostid { struct