Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h569 static inline __u64 ostid_seq(const struct ost_id *ostid) in ostid_seq() argument
571 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() argument
586 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 …]
Dlustre_user.h174 struct ostid { struct