Home
last modified time | relevance | path

Searched refs:fm_extents (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/Documentation/filesystems/
Dfiemap.txt23 __u32 fm_extent_count; /* size of fm_extents array (in) */
25 struct fiemap_extent fm_extents[0]; /* array of mapped extents (out) */
45 fm_extent_count specifies the number of elements in the fm_extents[] array
47 fm_extents[] array is ignored (no extents will be returned), and the
49 fm_extents[] to hold the file's current mapping. Note that there is
65 Extent information is returned within the embedded fm_extents array
78 returned in fm_extents.
223 next free extent in the fm_extents array. 'General' extent flags will
228 user-supplied fm_extents array is full. If an error is encountered
/linux-4.1.27/include/uapi/linux/
Dfiemap.h36 struct fiemap_extent fm_extents[0]; /* array of mapped extents (out) */ member
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dll_fiemap.h69 struct ll_fiemap_extent fm_extents[0]; /* array of mapped extents (out) */ member
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c1616 u64 local_end = fiemap->fm_extents[0].fe_logical; in fiemap_calc_fm_end_offset()
1622 fiemap->fm_extents[0].fe_logical == 0) in fiemap_calc_fm_end_offset()
1632 if (oinfo->loi_ost_idx == fiemap->fm_extents[0].fe_device) { in fiemap_calc_fm_end_offset()
1764 lcl_fm_ext = &fm_local->fm_extents[0]; in lov_fiemap()
1957 fiemap->fm_extents[current_extent - 1].fe_flags |= in lov_fiemap()
/linux-4.1.27/fs/
Dioctl.c199 fieinfo.fi_extents_start = ufiemap->fm_extents; in ioctl_fiemap()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dfile.c1820 if (copy_from_user(&fiemap_s->fm_extents[0], in ll_ioctl_fiemap()
3075 memcpy(&fiemap->fm_extents[0], fieinfo->fi_extents_start, in ll_fiemap()
3083 memcpy(fieinfo->fi_extents_start, &fiemap->fm_extents[0], in ll_fiemap()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3963 LASSERTF((int)offsetof(struct ll_user_fiemap, fm_extents) == 32, "found %lld\n", in lustre_assert_wire_constants()
3964 (long long)(int)offsetof(struct ll_user_fiemap, fm_extents)); in lustre_assert_wire_constants()
3965 LASSERTF((int)sizeof(((struct ll_user_fiemap *)0)->fm_extents) == 0, "found %lld\n", in lustre_assert_wire_constants()
3966 (long long)(int)sizeof(((struct ll_user_fiemap *)0)->fm_extents)); in lustre_assert_wire_constants()
Dpack_generic.c2001 lustre_swab_fiemap_extent(&fiemap->fm_extents[i]); in lustre_swab_fiemap()