Searched refs:ostid (Results 1 – 2 of 2) sorted by relevance
564 static inline __u64 ostid_seq(const struct ost_id *ostid) in ostid_seq() argument566 if (fid_seq_is_mdt0(ostid->oi.oi_seq)) in ostid_seq()569 if (fid_seq_is_default(ostid->oi.oi_seq)) in ostid_seq()572 if (fid_is_idif(&ostid->oi_fid)) in ostid_seq()575 return fid_seq(&ostid->oi_fid); in ostid_seq()579 static inline __u64 ostid_id(const struct ost_id *ostid) in ostid_id() argument581 if (fid_seq_is_mdt0(ostid_seq(ostid))) in ostid_id()582 return ostid->oi.oi_id & IDIF_OID_MASK; in ostid_id()584 if (fid_is_idif(&ostid->oi_fid)) in ostid_id()585 return fid_idif_id(fid_seq(&ostid->oi_fid), in ostid_id()[all …]
174 struct ostid { struct