Home
last modified time | relevance | path

Searched refs:ost_id (Results 1 – 10 of 10) 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()
579 static inline __u64 ostid_id(const struct ost_id *ostid) in ostid_id()
591 static inline void ostid_set_seq(struct ost_id *oi, __u64 seq) in ostid_set_seq()
605 static inline void ostid_set_seq_mdt0(struct ost_id *oi) in ostid_set_seq_mdt0()
610 static inline void ostid_set_seq_echo(struct ost_id *oi) in ostid_set_seq_echo()
615 static inline void ostid_set_seq_llog(struct ost_id *oi) in ostid_set_seq_llog()
624 static inline void ostid_set_id(struct ost_id *oi, __u64 oid) in ostid_set_id()
643 static inline void ostid_inc_id(struct ost_id *oi) in ostid_inc_id()
656 static inline void ostid_dec_id(struct ost_id *oi) in ostid_dec_id()
673 static inline int ostid_to_fid(struct lu_fid *fid, struct ost_id *ostid, in ostid_to_fid()
[all …]
Dlustre_user.h172 struct ost_id { struct
314 struct ost_id l_ost_oi; /* OST object ID */
323 struct ost_id lmm_oi; /* LOV object ID */
338 struct ost_id lmm_oi; /* LOV object ID */
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_fid.h584 static inline void ostid_build_res_name(struct ost_id *oi, in ostid_build_res_name()
596 static inline void ostid_res_name_to_id(struct ost_id *oi, in ostid_res_name_to_id()
612 static inline int ostid_res_name_eq(struct ost_id *oi, in ostid_res_name_eq()
631 struct ost_id oi; in ost_fid_build_resid()
646 struct ost_id oi; in ost_fid_from_resid()
Dobd.h68 struct ost_id loi_oi; /* object ID/Sequence on the target OST */
98 struct ost_id lw_object_oi; /* lov object id/seq */
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_pack.c56 struct ost_id oi; in lov_dump_lmm_common()
80 struct ost_id oi; in lov_dump_lmm_objects()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c70 void lustre_swab_ost_id(struct ost_id *oid) in lustre_swab_ost_id()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dfile.c976 struct ost_id *oi = lsm ? &lsm->lsm_oi : &obdo->o_oi; in ll_inode_getattr()
1263 static int ll_lov_recreate(struct inode *inode, struct ost_id *oi, u32 ost_idx) in ll_lov_recreate()
1314 struct ost_id oi; in ll_lov_recreate_obj()
1331 struct ost_id oi; in ll_lov_recreate_fid()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c464 LASSERTF((int)sizeof(struct ost_id) == 16, "found %lld\n", in lustre_assert_wire_constants()
465 (long long)(int)sizeof(struct ost_id)); in lustre_assert_wire_constants()
466 LASSERTF((int)offsetof(struct ost_id, oi) == 0, "found %lld\n", in lustre_assert_wire_constants()
467 (long long)(int)offsetof(struct ost_id, oi)); in lustre_assert_wire_constants()
468 LASSERTF((int)sizeof(((struct ost_id *)0)->oi) == 16, "found %lld\n", in lustre_assert_wire_constants()
469 (long long)(int)sizeof(((struct ost_id *)0)->oi)); in lustre_assert_wire_constants()
Dlayout.c1096 sizeof(struct ost_id), lustre_swab_ost_id, NULL);
Dpack_generic.c2123 static void lustre_swab_lmm_oi(struct ost_id *oi) in lustre_swab_lmm_oi()