Searched refs:lde_fid (Results 1 – 4 of 4) sorted by relevance
221 fid_le_to_cpu(&fid, &lde->lde_fid); in ll_nfs_get_name_filldir()
541 fid_le_to_cpu(&fid, &ent->lde_fid); in ll_dir_read()
520 LASSERTF((int)offsetof(struct lu_dirent, lde_fid) == 0, "found %lld\n", in lustre_assert_wire_constants()521 (long long)(int)offsetof(struct lu_dirent, lde_fid)); in lustre_assert_wire_constants()522 LASSERTF((int)sizeof(((struct lu_dirent *)0)->lde_fid) == 16, "found %lld\n", in lustre_assert_wire_constants()523 (long long)(int)sizeof(((struct lu_dirent *)0)->lde_fid)); in lustre_assert_wire_constants()
901 struct lu_fid lde_fid; member