Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/
Dlustre_fid.h257 return unlikely((fid_seq(fid) == FID_SEQ_ROOT && in fid_is_root()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h397 FID_SEQ_ROOT = 0x200000007ULL, /* Located on MDT0 */ enumerator
470 return seq == FID_SEQ_ROOT; in fid_seq_is_root()
490 fid->f_seq = FID_SEQ_ROOT; in lu_root_fid()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c504 LASSERTF(FID_SEQ_ROOT == 0x0000000200000007ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
505 (long long)FID_SEQ_ROOT); in lustre_assert_wire_constants()