Home
last modified time | relevance | path

Searched refs:fe_length (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dfiemap.h21 __u64 fe_length; /* length in bytes for this extent */ member
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dll_fiemap.h51 __u64 fe_length; /* length in bytes for this extent */ member
/linux-4.4.14/Documentation/filesystems/
Dfiemap.txt85 __u64 fe_length; /* length in bytes for the extent */
94 returned, fe_logical, fe_physical, and fe_length will be aligned to the
/linux-4.4.14/fs/
Dioctl.c110 extent.fe_length = len; in fiemap_fill_next_extent()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_obd.c1855 lcl_fm_ext[0].fe_length = obd_object_end - in lov_fiemap()
1892 lun_start + lcl_fm_ext[ext_count - 1].fe_length; in lov_fiemap()
1906 lcl_fm_ext[ext_count - 1].fe_length, in lov_fiemap()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3980 LASSERTF((int)offsetof(struct ll_fiemap_extent, fe_length) == 16, "found %lld\n", in lustre_assert_wire_constants()
3981 (long long)(int)offsetof(struct ll_fiemap_extent, fe_length)); in lustre_assert_wire_constants()
3982 LASSERTF((int)sizeof(((struct ll_fiemap_extent *)0)->fe_length) == 8, "found %lld\n", in lustre_assert_wire_constants()
3983 (long long)(int)sizeof(((struct ll_fiemap_extent *)0)->fe_length)); in lustre_assert_wire_constants()
Dpack_generic.c1830 __swab64s(&fm_extent->fe_length); in lustre_swab_fiemap_extent()