Searched refs:fm_length (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | fiemap.h | 30 __u64 fm_length; /* logical length of mapping which member
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | ll_fiemap.h | 61 __u64 fm_length; /* logical length of mapping which member
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 1724 u64 fm_start, fm_end, fm_length, fm_end_offset; in lov_fiemap() local 1752 fm_length = fiemap->fm_length; in lov_fiemap() 1755 fm_end = (fm_length == ~0ULL ? fm_key->oa.o_size : in lov_fiemap() 1756 fm_start + fm_length - 1); in lov_fiemap() 1803 if (fm_length != ~0ULL) { in lov_fiemap() 1805 if (fm_start + fm_length < fm_start) in lov_fiemap() 1806 fm_length = ~0ULL - fm_start; in lov_fiemap() 1807 lun_end = lov_size_to_stripe(lsm, fm_start + fm_length, in lov_fiemap() 1817 fm_local->fm_length = 0; in lov_fiemap() 1834 fm_local->fm_length = req_fm_len - len_mapped_single_call; in lov_fiemap() [all …]
|
/linux-4.4.14/Documentation/filesystems/ |
D | fiemap.txt | 18 __u64 fm_length; /* logical length of mapping which 29 fm_start, and fm_length specify the logical range within the file 33 extent may end after fm_length. All offsets and lengths are in bytes.
|
/linux-4.4.14/fs/ |
D | ioctl.c | 192 error = fiemap_check_ranges(sb, fiemap.fm_start, fiemap.fm_length, in ioctl_fiemap()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3941 LASSERTF((int)offsetof(struct ll_user_fiemap, fm_length) == 8, "found %lld\n", in lustre_assert_wire_constants() 3942 (long long)(int)offsetof(struct ll_user_fiemap, fm_length)); in lustre_assert_wire_constants() 3943 LASSERTF((int)sizeof(((struct ll_user_fiemap *)0)->fm_length) == 8, "found %lld\n", in lustre_assert_wire_constants() 3944 (long long)(int)sizeof(((struct ll_user_fiemap *)0)->fm_length)); in lustre_assert_wire_constants()
|
D | pack_generic.c | 1840 __swab64s(&fiemap->fm_length); in lustre_swab_fiemap()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2749 if (OBD_OBJECT_EOF - fm_key->fiemap.fm_length <= in osc_get_info() 2754 fm_key->fiemap.fm_length + in osc_get_info()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | file.c | 3035 fiemap->fm_length = len; in ll_fiemap()
|