Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_bmap_util.c450 __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()
[all …]