Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_bmap_util.c405 int64_t bmv_end, in xfs_getbmap_report_one() argument
446 bmv->bmv_length = max(0LL, bmv_end - bmv->bmv_offset); in xfs_getbmap_report_one()
456 int64_t bmv_end, in xfs_getbmap_report_hole() argument
470 bmv->bmv_length = max(0LL, bmv_end - bmv->bmv_offset); in xfs_getbmap_report_hole()
515 int64_t bmv_end, max_len; in xfs_getbmap() local
613 bmv_end = bmv->bmv_offset + bmv->bmv_length; in xfs_getbmap()
630 xfs_getbmap_report_hole(ip, bmv, out, bmv_end, bno, in xfs_getbmap()
643 xfs_getbmap_report_hole(ip, bmv, out, bmv_end, bno, in xfs_getbmap()
657 error = xfs_getbmap_report_one(ip, bmv, out, bmv_end, in xfs_getbmap()
670 xfs_getbmap_report_hole(ip, bmv, out, bmv_end, in xfs_getbmap()