Searched refs:fm_start (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 1595 struct lov_stripe_md *lsm, u64 fm_start, in fiemap_calc_fm_end_offset() argument 1624 if ((lov_stripe_intersects(lsm, stripe_no, fm_start, fm_end, in fiemap_calc_fm_end_offset() 1655 static int fiemap_calc_last_stripe(struct lov_stripe_md *lsm, u64 fm_start, in fiemap_calc_last_stripe() argument 1663 if (fm_end - fm_start > lsm->lsm_stripe_size * lsm->lsm_stripe_count) { in fiemap_calc_last_stripe() 1670 if ((lov_stripe_intersects(lsm, i, fm_start, fm_end, in fiemap_calc_last_stripe() 1724 u64 fm_start, fm_end, fm_length, fm_end_offset; in lov_fiemap() local 1751 fm_start = fiemap->fm_start; in lov_fiemap() 1754 actual_start_stripe = start_stripe = lov_stripe_number(lsm, fm_start); in lov_fiemap() 1756 fm_start + fm_length - 1); in lov_fiemap() 1761 last_stripe = fiemap_calc_last_stripe(lsm, fm_start, fm_end, in lov_fiemap() [all …]
|
/linux-4.4.14/include/uapi/linux/ |
D | fiemap.h | 28 __u64 fm_start; /* logical offset (inclusive) at member
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | ll_fiemap.h | 59 __u64 fm_start; /* logical offset (inclusive) at member
|
/linux-4.4.14/fs/ |
D | ioctl.c | 192 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.4.14/Documentation/filesystems/ |
D | fiemap.txt | 16 __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.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2746 policy.l_extent.start = fm_key->fiemap.fm_start & in osc_get_info() 2750 fm_key->fiemap.fm_start + PAGE_CACHE_SIZE - 1) in osc_get_info() 2753 policy.l_extent.end = (fm_key->fiemap.fm_start + in osc_get_info()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3937 LASSERTF((int)offsetof(struct ll_user_fiemap, fm_start) == 0, "found %lld\n", in lustre_assert_wire_constants() 3938 (long long)(int)offsetof(struct ll_user_fiemap, fm_start)); in lustre_assert_wire_constants() 3939 LASSERTF((int)sizeof(((struct ll_user_fiemap *)0)->fm_start) == 8, "found %lld\n", in lustre_assert_wire_constants() 3940 (long long)(int)sizeof(((struct ll_user_fiemap *)0)->fm_start)); in lustre_assert_wire_constants()
|
D | pack_generic.c | 1839 __swab64s(&fiemap->fm_start); in lustre_swab_fiemap()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | file.c | 3034 fiemap->fm_start = start; in ll_fiemap()
|