Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_fid.h703 seq = fid_seq(fid) - FID_SEQ_START; in fid_flatten32()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h388 FID_SEQ_START = 0x200000000ULL, enumerator
806 ((fid_seq(fid) >= FID_SEQ_START && fid_ver(fid) == 0) || in fid_is_sane()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c492 LASSERTF(FID_SEQ_START == 0x0000000200000000ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
493 (long long)FID_SEQ_START); in lustre_assert_wire_constants()