Searched refs:fe_length (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | fiemap.h | 21 __u64 fe_length; /* length in bytes for this extent */ member
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | ll_fiemap.h | 51 __u64 fe_length; /* length in bytes for this extent */ member
|
/linux-4.4.14/Documentation/filesystems/ |
D | fiemap.txt | 85 __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/ |
D | ioctl.c | 110 extent.fe_length = len; in fiemap_fill_next_extent()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 1855 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/ |
D | wiretest.c | 3980 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()
|
D | pack_generic.c | 1830 __swab64s(&fm_extent->fe_length); in lustre_swab_fiemap_extent()
|