Home
last modified time | relevance | path

Searched refs:ostid (Results 1 – 2 of 2) sorted by relevance

/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() argument
566 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() argument
581 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 …]
Dlustre_user.h174 struct ostid { struct