Lines Matching refs:fixlen
476 __int64_t fixlen; in xfs_getbmapx_fix_eof_hole() local
485 fixlen = XFS_FSB_TO_BB(mp, XFS_B_TO_FSB(mp, XFS_ISIZE(ip))); in xfs_getbmapx_fix_eof_hole()
486 fixlen -= out->bmv_offset; in xfs_getbmapx_fix_eof_hole()
489 if (fixlen <= 0) in xfs_getbmapx_fix_eof_hole()
491 out->bmv_length = fixlen; in xfs_getbmapx_fix_eof_hole()
524 __int64_t fixlen; /* length for -1 case */ in xfs_getbmap() local
560 fixlen = 1LL << 32; in xfs_getbmap()
570 fixlen = mp->m_super->s_maxbytes; in xfs_getbmap()
573 fixlen = XFS_ISIZE(ip); in xfs_getbmap()
578 fixlen = XFS_FSB_TO_BB(mp, XFS_B_TO_FSB(mp, fixlen)); in xfs_getbmap()
580 max_t(__int64_t, fixlen - bmv->bmv_offset, 0); in xfs_getbmap()