Home
last modified time | relevance | path

Searched refs:ost_id (Results 1 – 10 of 10) sorted by relevance

/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h569 static inline __u64 ostid_seq(const struct ost_id *ostid) in ostid_seq()
584 static inline __u64 ostid_id(const struct ost_id *ostid) in ostid_id()
596 static inline void ostid_set_seq(struct ost_id *oi, __u64 seq) in ostid_set_seq()
610 static inline void ostid_set_seq_mdt0(struct ost_id *oi) in ostid_set_seq_mdt0()
615 static inline void ostid_set_seq_echo(struct ost_id *oi) in ostid_set_seq_echo()
620 static inline void ostid_set_seq_llog(struct ost_id *oi) in ostid_set_seq_llog()
629 static inline void ostid_set_id(struct ost_id *oi, __u64 oid) in ostid_set_id()
648 static inline void ostid_inc_id(struct ost_id *oi) in ostid_inc_id()
661 static inline void ostid_dec_id(struct ost_id *oi) in ostid_dec_id()
678 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
312 struct ost_id l_ost_oi; /* OST object ID */
321 struct ost_id lmm_oi; /* LOV object ID */
336 struct ost_id lmm_oi; /* LOV object ID */
/drivers/staging/lustre/lustre/include/
Dlustre_fid.h487 static inline void ostid_build_res_name(struct ost_id *oi, in ostid_build_res_name()
499 static inline void ostid_res_name_to_id(struct ost_id *oi, in ostid_res_name_to_id()
515 static inline int ostid_res_name_eq(struct ost_id *oi, in ostid_res_name_eq()
534 struct ost_id oi; in ost_fid_build_resid()
550 struct ost_id oi; in ost_fid_from_resid()
Dobd.h67 struct ost_id loi_oi; /* object ID/Sequence on the target OST */
97 struct ost_id lw_object_oi; /* lov object id/seq */
/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()
/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c69 void lustre_swab_ost_id(struct ost_id *oid) in lustre_swab_ost_id()
/drivers/staging/lustre/lustre/llite/
Dfile.c967 struct ost_id *oi = lsm ? &lsm->lsm_oi : &obdo->o_oi; in ll_inode_getattr()
1254 static int ll_lov_recreate(struct inode *inode, struct ost_id *oi, u32 ost_idx) in ll_lov_recreate()
1305 struct ost_id oi; in ll_lov_recreate_obj()
1322 struct ost_id oi; in ll_lov_recreate_fid()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c466 LASSERTF((int)sizeof(struct ost_id) == 16, "found %lld\n", in lustre_assert_wire_constants()
467 (long long)(int)sizeof(struct ost_id)); in lustre_assert_wire_constants()
468 LASSERTF((int)offsetof(struct ost_id, oi) == 0, "found %lld\n", in lustre_assert_wire_constants()
469 (long long)(int)offsetof(struct ost_id, oi)); in lustre_assert_wire_constants()
470 LASSERTF((int)sizeof(((struct ost_id *)0)->oi) == 16, "found %lld\n", in lustre_assert_wire_constants()
471 (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.c1920 static void lustre_swab_lmm_oi(struct ost_id *oi) in lustre_swab_lmm_oi()