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