Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h376 FID_SEQ_OST_MDT0 = 0, enumerator
428 return (seq == FID_SEQ_OST_MDT0); in fid_seq_is_mdt0()
433 return seq == FID_SEQ_OST_MDT0 || seq >= FID_SEQ_NORMAL; in fid_seq_is_mdt()
459 return (seq > FID_SEQ_OST_MDT0 && seq <= FID_SEQ_RSVD); in fid_seq_is_rsvd()
567 return FID_SEQ_OST_MDT0; in ostid_seq()
573 return FID_SEQ_OST_MDT0; in ostid_seq()
607 ostid_set_seq(oi, FID_SEQ_OST_MDT0); in ostid_set_seq_mdt0()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c472 LASSERTF(FID_SEQ_OST_MDT0 == 0, "found %lld\n", in lustre_assert_wire_constants()
473 (long long)FID_SEQ_OST_MDT0); in lustre_assert_wire_constants()