Searched refs:fe_physical (Results 1 – 6 of 6) sorted by relevance
19 __u64 fe_physical; /* physical offset in bytes for the start member
49 __u64 fe_physical; /* physical offset in bytes for the start member
83 __u64 fe_physical; /* physical offset in bytes for the start94 returned, fe_logical, fe_physical, and fe_length will be aligned to the
109 extent.fe_physical = phys; in fiemap_fill_next_extent()
3976 LASSERTF((int)offsetof(struct ll_fiemap_extent, fe_physical) == 8, "found %lld\n", in lustre_assert_wire_constants()3977 (long long)(int)offsetof(struct ll_fiemap_extent, fe_physical)); in lustre_assert_wire_constants()3978 LASSERTF((int)sizeof(((struct ll_fiemap_extent *)0)->fe_physical) == 8, "found %lld\n", in lustre_assert_wire_constants()3979 (long long)(int)sizeof(((struct ll_fiemap_extent *)0)->fe_physical)); in lustre_assert_wire_constants()
1829 __swab64s(&fm_extent->fe_physical); in lustre_swab_fiemap_extent()