Home
last modified time | relevance | path

Searched refs:fe_physical (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dfiemap.h19 __u64 fe_physical; /* physical offset in bytes for the start member
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dll_fiemap.h49 __u64 fe_physical; /* physical offset in bytes for the start member
/linux-4.4.14/Documentation/filesystems/
Dfiemap.txt83 __u64 fe_physical; /* physical offset in bytes for the start
94 returned, fe_logical, fe_physical, and fe_length will be aligned to the
/linux-4.4.14/fs/
Dioctl.c109 extent.fe_physical = phys; in fiemap_fill_next_extent()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3976 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()
Dpack_generic.c1829 __swab64s(&fm_extent->fe_physical); in lustre_swab_fiemap_extent()