Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dfiemap.h33 __u32 fm_mapped_extents;/* number of extents that were mapped (out) */ member
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dll_fiemap.h66 __u32 fm_mapped_extents;/* number of extents that were mapped (out) */ member
/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c1855 fm_local->fm_mapped_extents = 0; in lov_fiemap()
1870 fm_local->fm_mapped_extents = 1; in lov_fiemap()
1891 ext_count = fm_local->fm_mapped_extents; in lov_fiemap()
1897 fiemap->fm_mapped_extents = 0; in lov_fiemap()
1962 fiemap->fm_mapped_extents = current_extent; in lov_fiemap()
/linux-4.1.27/fs/
Dioctl.c211 fiemap.fm_mapped_extents = fieinfo.fi_extents_mapped; in ioctl_fiemap()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dfile.c1725 fiemap->fm_mapped_extents = 0; in ll_do_fiemap()
1835 ret_bytes += (fiemap_s->fm_mapped_extents * in ll_ioctl_fiemap()
3081 fieinfo->fi_extents_mapped = fiemap->fm_mapped_extents; in ll_fiemap()
3084 fiemap->fm_mapped_extents * in ll_fiemap()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1996 __swab32s(&fiemap->fm_mapped_extents); in lustre_swab_fiemap()
2000 for (i = 0; i < fiemap->fm_mapped_extents; i++) in lustre_swab_fiemap()
Dwiretest.c3951 LASSERTF((int)offsetof(struct ll_user_fiemap, fm_mapped_extents) == 20, "found %lld\n", in lustre_assert_wire_constants()
3952 (long long)(int)offsetof(struct ll_user_fiemap, fm_mapped_extents)); in lustre_assert_wire_constants()
3953 LASSERTF((int)sizeof(((struct ll_user_fiemap *)0)->fm_mapped_extents) == 4, "found %lld\n", in lustre_assert_wire_constants()
3954 (long long)(int)sizeof(((struct ll_user_fiemap *)0)->fm_mapped_extents)); in lustre_assert_wire_constants()