Searched refs:bmv_end (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_bmap_util.c | 261 int64_t bmv_end, in xfs_getbmap_report_one() 302 bmv->bmv_length = max(0LL, bmv_end - bmv->bmv_offset); in xfs_getbmap_report_one() 312 int64_t bmv_end, in xfs_getbmap_report_hole() 326 bmv->bmv_length = max(0LL, bmv_end - bmv->bmv_offset); in xfs_getbmap_report_hole() 371 int64_t bmv_end, max_len; in xfs_getbmap() local 469 bmv_end = bmv->bmv_offset + bmv->bmv_length; in xfs_getbmap() 486 xfs_getbmap_report_hole(ip, bmv, out, bmv_end, bno, in xfs_getbmap() 499 xfs_getbmap_report_hole(ip, bmv, out, bmv_end, bno, in xfs_getbmap() 513 error = xfs_getbmap_report_one(ip, bmv, out, bmv_end, in xfs_getbmap() 526 xfs_getbmap_report_hole(ip, bmv, out, bmv_end, in xfs_getbmap() 257 xfs_getbmap_report_one( struct xfs_inode *ip, struct getbmapx *bmv, struct kgetbmap *out, int64_t bmv_end, struct xfs_bmbt_irec *got) xfs_getbmap_report_one() argument 308 xfs_getbmap_report_hole( struct xfs_inode *ip, struct getbmapx *bmv, struct kgetbmap *out, int64_t bmv_end, xfs_fileoff_t bno, xfs_fileoff_t end) xfs_getbmap_report_hole() argument [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_bmap_util.c | 303 int64_t bmv_end, in xfs_getbmap_report_one() 342 bmv->bmv_length = max(0LL, bmv_end - bmv->bmv_offset); in xfs_getbmap_report_one() 352 int64_t bmv_end, in xfs_getbmap_report_hole() 366 bmv->bmv_length = max(0LL, bmv_end - bmv->bmv_offset); in xfs_getbmap_report_hole() 411 int64_t bmv_end, max_len; in xfs_getbmap() local 510 bmv_end = bmv->bmv_offset + bmv->bmv_length; in xfs_getbmap() 525 xfs_getbmap_report_hole(ip, bmv, out, bmv_end, bno, in xfs_getbmap() 538 xfs_getbmap_report_hole(ip, bmv, out, bmv_end, bno, in xfs_getbmap() 552 error = xfs_getbmap_report_one(ip, bmv, out, bmv_end, in xfs_getbmap() 567 xfs_getbmap_report_hole(ip, bmv, out, bmv_end, in xfs_getbmap() 299 xfs_getbmap_report_one( struct xfs_inode *ip, struct getbmapx *bmv, struct kgetbmap *out, int64_t bmv_end, struct xfs_bmbt_irec *got) xfs_getbmap_report_one() argument 348 xfs_getbmap_report_hole( struct xfs_inode *ip, struct getbmapx *bmv, struct kgetbmap *out, int64_t bmv_end, xfs_fileoff_t bno, xfs_fileoff_t end) xfs_getbmap_report_hole() argument [all...] |
Completed in 3 milliseconds