Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dfiemap.h33 __u32 fm_mapped_extents;/* number of extents that were mapped (out) */ member
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dll_fiemap.h64 __u32 fm_mapped_extents;/* number of extents that were mapped (out) */ member
/linux-4.4.14/Documentation/filesystems/
Dfiemap.txt21 __u32 fm_mapped_extents; /* number of extents that were
48 fm_mapped_extents count will hold the number of extents needed in
69 returned via fm_mapped_extents. If the number of fiemap_extents
72 array will be returned and fm_mapped_extents will be equal to
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_obd.c1837 fm_local->fm_mapped_extents = 0; in lov_fiemap()
1852 fm_local->fm_mapped_extents = 1; in lov_fiemap()
1873 ext_count = fm_local->fm_mapped_extents; in lov_fiemap()
1879 fiemap->fm_mapped_extents = 0; in lov_fiemap()
1944 fiemap->fm_mapped_extents = current_extent; in lov_fiemap()
/linux-4.4.14/fs/
Dioctl.c211 fiemap.fm_mapped_extents = fieinfo.fi_extents_mapped; in ioctl_fiemap()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dfile.c1716 fiemap->fm_mapped_extents = 0; in ll_do_fiemap()
1826 ret_bytes += (fiemap_s->fm_mapped_extents * in ll_ioctl_fiemap()
3043 fieinfo->fi_extents_mapped = fiemap->fm_mapped_extents; in ll_fiemap()
3046 fiemap->fm_mapped_extents * in ll_fiemap()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1842 __swab32s(&fiemap->fm_mapped_extents); in lustre_swab_fiemap()
1846 for (i = 0; i < fiemap->fm_mapped_extents; i++) in lustre_swab_fiemap()
Dwiretest.c3949 LASSERTF((int)offsetof(struct ll_user_fiemap, fm_mapped_extents) == 20, "found %lld\n", in lustre_assert_wire_constants()
3950 (long long)(int)offsetof(struct ll_user_fiemap, fm_mapped_extents)); in lustre_assert_wire_constants()
3951 LASSERTF((int)sizeof(((struct ll_user_fiemap *)0)->fm_mapped_extents) == 4, "found %lld\n", in lustre_assert_wire_constants()
3952 (long long)(int)sizeof(((struct ll_user_fiemap *)0)->fm_mapped_extents)); in lustre_assert_wire_constants()