Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dstatahead.c1115 hash = le64_to_cpu(ent->lde_hash); in ll_statahead_thread()
1400 hash = le64_to_cpu(ent->lde_hash); in is_first_dirent()
Ddir.c522 hash = le64_to_cpu(ent->lde_hash); in ll_dir_read()
/linux-4.1.27/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()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h903 __u64 lde_hash; member