count_fsb          58 fs/xfs/xfs_bmap_util.c 	xfs_off_t	count_fsb)
count_fsb          66 fs/xfs/xfs_bmap_util.c 		count_fsb << (mp->m_super->s_blocksize_bits - 9),
count_fsb        1479 fs/xfs/xfs_bmap_util.c 	xfs_filblks_t			count_fsb;
count_fsb        1498 fs/xfs/xfs_bmap_util.c 	count_fsb = (xfs_filblks_t)(end_fsb - offset_fsb);
count_fsb        1500 fs/xfs/xfs_bmap_util.c 	while (count_fsb) {
count_fsb        1503 fs/xfs/xfs_bmap_util.c 		error = xfs_bmapi_read(tip, offset_fsb, count_fsb, &tirec,
count_fsb        1561 fs/xfs/xfs_bmap_util.c 		count_fsb -= ilen;
count_fsb         178 fs/xfs/xfs_iomap.c 	xfs_filblks_t	count_fsb, resaligned;
count_fsb         217 fs/xfs/xfs_iomap.c 	count_fsb = last_fsb - offset_fsb;
count_fsb         218 fs/xfs/xfs_iomap.c 	ASSERT(count_fsb > 0);
count_fsb         219 fs/xfs/xfs_iomap.c 	resaligned = xfs_aligned_fsb_count(offset_fsb, count_fsb, extsz);
count_fsb         280 fs/xfs/xfs_iomap.c 	error = xfs_bmapi_write(tp, ip, offset_fsb, count_fsb,
count_fsb         740 fs/xfs/xfs_iomap.c 	xfs_filblks_t	count_fsb;
count_fsb         753 fs/xfs/xfs_iomap.c 	count_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)offset + count);
count_fsb         754 fs/xfs/xfs_iomap.c 	count_fsb = (xfs_filblks_t)(count_fsb - offset_fsb);
count_fsb         790 fs/xfs/xfs_iomap.c 		error = xfs_bmapi_write(tp, ip, offset_fsb, count_fsb,
count_fsb         801 fs/xfs/xfs_iomap.c 		i_size = XFS_FSB_TO_B(mp, offset_fsb + count_fsb);
count_fsb         829 fs/xfs/xfs_iomap.c 		count_fsb -= numblks_fsb;
count_fsb         830 fs/xfs/xfs_iomap.c 	} while (count_fsb > 0);
count_fsb          25 fs/xfs/xfs_iomap.h 	xfs_filblks_t		count_fsb,
count_fsb          33 fs/xfs/xfs_iomap.h 			count_fsb += align;
count_fsb          34 fs/xfs/xfs_iomap.h 		div_u64_rem(count_fsb, extsz, &align);
count_fsb          36 fs/xfs/xfs_iomap.h 			count_fsb += extsz - align;
count_fsb          39 fs/xfs/xfs_iomap.h 	return count_fsb;
count_fsb         458 fs/xfs/xfs_mount.h 			xfs_off_t count_fsb);
count_fsb         247 fs/xfs/xfs_reflink.c 	xfs_filblks_t		count_fsb)
count_fsb         259 fs/xfs/xfs_reflink.c 		if (got.br_startoff >= offset_fsb + count_fsb)
count_fsb         266 fs/xfs/xfs_reflink.c 		xfs_trim_extent(&got, offset_fsb, count_fsb);
count_fsb         291 fs/xfs/xfs_reflink.c 	xfs_filblks_t		count_fsb = end_fsb - offset_fsb;
count_fsb         297 fs/xfs/xfs_reflink.c 	error = xfs_reflink_convert_cow_locked(ip, offset_fsb, count_fsb);
count_fsb         315 fs/xfs/xfs_reflink.c 	xfs_filblks_t		count_fsb = imap->br_blockcount;
count_fsb         326 fs/xfs/xfs_reflink.c 		got.br_startoff = offset_fsb + count_fsb;
count_fsb         340 fs/xfs/xfs_reflink.c 	xfs_trim_extent(&got, offset_fsb, count_fsb);
count_fsb         357 fs/xfs/xfs_reflink.c 	xfs_filblks_t		count_fsb = imap->br_blockcount;
count_fsb         430 fs/xfs/xfs_reflink.c 	xfs_trim_extent(imap, offset_fsb, count_fsb);
count_fsb         439 fs/xfs/xfs_reflink.c 	return xfs_reflink_convert_cow_locked(ip, offset_fsb, count_fsb);