Home
last modified time | relevance | path

Searched refs:fm_start (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c1613 struct lov_stripe_md *lsm, u64 fm_start, in fiemap_calc_fm_end_offset() argument
1642 if ((lov_stripe_intersects(lsm, stripe_no, fm_start, fm_end, in fiemap_calc_fm_end_offset()
1673 static int fiemap_calc_last_stripe(struct lov_stripe_md *lsm, u64 fm_start, in fiemap_calc_last_stripe() argument
1681 if (fm_end - fm_start > lsm->lsm_stripe_size * lsm->lsm_stripe_count) { in fiemap_calc_last_stripe()
1688 if ((lov_stripe_intersects(lsm, i, fm_start, fm_end, in fiemap_calc_last_stripe()
1742 u64 fm_start, fm_end, fm_length, fm_end_offset; in lov_fiemap() local
1769 fm_start = fiemap->fm_start; in lov_fiemap()
1772 actual_start_stripe = start_stripe = lov_stripe_number(lsm, fm_start); in lov_fiemap()
1774 fm_start + fm_length - 1); in lov_fiemap()
1779 last_stripe = fiemap_calc_last_stripe(lsm, fm_start, fm_end, in lov_fiemap()
[all …]
/linux-4.1.27/include/uapi/linux/
Dfiemap.h28 __u64 fm_start; /* logical offset (inclusive) at member
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dll_fiemap.h61 __u64 fm_start; /* logical offset (inclusive) at member
/linux-4.1.27/fs/
Dioctl.c192 error = fiemap_check_ranges(sb, fiemap.fm_start, fiemap.fm_length, in ioctl_fiemap()
209 error = inode->i_op->fiemap(inode, &fieinfo, fiemap.fm_start, len); in ioctl_fiemap()
/linux-4.1.27/Documentation/filesystems/
Dfiemap.txt16 __u64 fm_start; /* logical offset (inclusive) at
29 fm_start, and fm_length specify the logical range within the file
32 may start before fm_start, and the range covered by the last returned
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c2803 policy.l_extent.start = fm_key->fiemap.fm_start & in osc_get_info()
2807 fm_key->fiemap.fm_start + PAGE_CACHE_SIZE - 1) in osc_get_info()
2810 policy.l_extent.end = (fm_key->fiemap.fm_start + in osc_get_info()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3939 LASSERTF((int)offsetof(struct ll_user_fiemap, fm_start) == 0, "found %lld\n", in lustre_assert_wire_constants()
3940 (long long)(int)offsetof(struct ll_user_fiemap, fm_start)); in lustre_assert_wire_constants()
3941 LASSERTF((int)sizeof(((struct ll_user_fiemap *)0)->fm_start) == 8, "found %lld\n", in lustre_assert_wire_constants()
3942 (long long)(int)sizeof(((struct ll_user_fiemap *)0)->fm_start)); in lustre_assert_wire_constants()
Dpack_generic.c1993 __swab64s(&fiemap->fm_start); in lustre_swab_fiemap()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dfile.c3072 fiemap->fm_start = start; in ll_fiemap()