Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_fid.h240 fid->f_seq = FID_SEQ_LOCAL_FILE; in lu_local_obj_fid()
275 return unlikely(fid_seq(fid) == FID_SEQ_LOCAL_FILE && in fid_is_otable_it()
281 return fid_seq(fid) == FID_SEQ_LOCAL_FILE && in fid_is_acct()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h395 FID_SEQ_LOCAL_FILE = 0x200000001ULL, enumerator
474 return seq == FID_SEQ_LOCAL_FILE || in fid_seq_is_local_file()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c496 LASSERTF(FID_SEQ_LOCAL_FILE == 0x0000000200000001ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
497 (long long)FID_SEQ_LOCAL_FILE); in lustre_assert_wire_constants()