Searched refs:bmv_end (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/xfs/ |
D | xfs_bmap_util.c | 156 int64_t bmv_end, in xfs_getbmap_report_one() argument 195 bmv->bmv_length = max(0LL, bmv_end - bmv->bmv_offset); in xfs_getbmap_report_one() 205 int64_t bmv_end, in xfs_getbmap_report_hole() argument 219 bmv->bmv_length = max(0LL, bmv_end - bmv->bmv_offset); in xfs_getbmap_report_hole() 264 int64_t bmv_end, max_len; in xfs_getbmap() local 362 bmv_end = bmv->bmv_offset + bmv->bmv_length; in xfs_getbmap() 377 xfs_getbmap_report_hole(ip, bmv, out, bmv_end, bno, in xfs_getbmap() 390 xfs_getbmap_report_hole(ip, bmv, out, bmv_end, bno, in xfs_getbmap() 404 error = xfs_getbmap_report_one(ip, bmv, out, bmv_end, in xfs_getbmap() 419 xfs_getbmap_report_hole(ip, bmv, out, bmv_end, in xfs_getbmap()
|