Home
last modified time | relevance | path

Searched refs:lde_hash (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/llite/
Dstatahead.c1107 hash = le64_to_cpu(ent->lde_hash); in ll_statahead_thread()
1392 hash = le64_to_cpu(ent->lde_hash); in is_first_dirent()
Ddir.c519 hash = le64_to_cpu(ent->lde_hash); in ll_dir_read()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c524 LASSERTF((int)offsetof(struct lu_dirent, lde_hash) == 16, "found %lld\n", in lustre_assert_wire_constants()
525 (long long)(int)offsetof(struct lu_dirent, lde_hash)); in lustre_assert_wire_constants()
526 LASSERTF((int)sizeof(((struct lu_dirent *)0)->lde_hash) == 8, "found %lld\n", in lustre_assert_wire_constants()
527 (long long)(int)sizeof(((struct lu_dirent *)0)->lde_hash)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h898 __u64 lde_hash; member