Lines Matching refs:fixlen
450 __int64_t fixlen; in xfs_getbmapx_fix_eof_hole() local
459 fixlen = XFS_FSB_TO_BB(mp, XFS_B_TO_FSB(mp, XFS_ISIZE(ip))); in xfs_getbmapx_fix_eof_hole()
460 fixlen -= out->bmv_offset; in xfs_getbmapx_fix_eof_hole()
463 if (fixlen <= 0) in xfs_getbmapx_fix_eof_hole()
465 out->bmv_length = fixlen; in xfs_getbmapx_fix_eof_hole()
498 __int64_t fixlen; /* length for -1 case */ in xfs_getbmap() local
534 fixlen = 1LL << 32; in xfs_getbmap()
544 fixlen = mp->m_super->s_maxbytes; in xfs_getbmap()
547 fixlen = XFS_ISIZE(ip); in xfs_getbmap()
552 fixlen = XFS_FSB_TO_BB(mp, XFS_B_TO_FSB(mp, fixlen)); in xfs_getbmap()
554 max_t(__int64_t, fixlen - bmv->bmv_offset, 0); in xfs_getbmap()