Home
last modified time | relevance | path

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

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