Home
last modified time | relevance | path

Searched refs:ostid_set_seq (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/include/
Dlustre_fid.h504 ostid_set_seq(oi, name->name[LUSTRE_RES_ID_VER_OID_OFF]); in ostid_res_name_to_id()
552 ostid_set_seq(&oi, name->name[LUSTRE_RES_ID_VER_OID_OFF]); in ost_fid_from_resid()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h596 static inline void ostid_set_seq(struct ost_id *oi, __u64 seq) in ostid_set_seq() function
612 ostid_set_seq(oi, FID_SEQ_OST_MDT0); in ostid_set_seq_mdt0()
617 ostid_set_seq(oi, FID_SEQ_ECHO); in ostid_set_seq_echo()
622 ostid_set_seq(oi, FID_SEQ_LLOG); in ostid_set_seq_llog()
/drivers/staging/lustre/lustre/osc/
Dosc_io.c742 ostid_set_seq(&oa->o_oi, ostid_seq(&oinfo->loi_oi)); in osc_req_attr_set()