Searched refs:src_oi (Results 1 – 1 of 1) sorted by relevance
841 static inline void ostid_cpu_to_le(const struct ost_id *src_oi, in ostid_cpu_to_le() argument844 if (fid_seq_is_mdt0(ostid_seq(src_oi))) { in ostid_cpu_to_le()845 dst_oi->oi.oi_id = cpu_to_le64(src_oi->oi.oi_id); in ostid_cpu_to_le()846 dst_oi->oi.oi_seq = cpu_to_le64(src_oi->oi.oi_seq); in ostid_cpu_to_le()848 fid_cpu_to_le(&dst_oi->oi_fid, &src_oi->oi_fid); in ostid_cpu_to_le()852 static inline void ostid_le_to_cpu(const struct ost_id *src_oi, in ostid_le_to_cpu() argument855 if (fid_seq_is_mdt0(ostid_seq(src_oi))) { in ostid_le_to_cpu()856 dst_oi->oi.oi_id = le64_to_cpu(src_oi->oi.oi_id); in ostid_le_to_cpu()857 dst_oi->oi.oi_seq = le64_to_cpu(src_oi->oi.oi_seq); in ostid_le_to_cpu()859 fid_le_to_cpu(&dst_oi->oi_fid, &src_oi->oi_fid); in ostid_le_to_cpu()[all …]