start_fsb         468 fs/ext4/fsmap.c 	ext4_fsblk_t start_fsb;
start_fsb         486 fs/ext4/fsmap.c 	start_fsb = keys[0].fmr_physical;
start_fsb         490 fs/ext4/fsmap.c 	ext4_get_group_no_and_offset(sb, start_fsb, &start_ag, &first_cluster);
start_fsb         831 fs/xfs/xfs_aops.c 	xfs_fileoff_t		start_fsb = XFS_B_TO_FSBT(mp, offset);
start_fsb         841 fs/xfs/xfs_aops.c 	error = xfs_bmap_punch_delalloc_range(ip, start_fsb,
start_fsb          57 fs/xfs/xfs_bmap_util.c 	xfs_fsblock_t	start_fsb,
start_fsb          61 fs/xfs/xfs_bmap_util.c 	xfs_daddr_t	sector = xfs_fsb_to_db(ip, start_fsb);
start_fsb         691 fs/xfs/xfs_bmap_util.c 	xfs_fileoff_t		start_fsb,
start_fsb         695 fs/xfs/xfs_bmap_util.c 	xfs_fileoff_t		end_fsb = start_fsb + length;
start_fsb         706 fs/xfs/xfs_bmap_util.c 	while (got.br_startoff + got.br_blockcount > start_fsb) {
start_fsb         708 fs/xfs/xfs_bmap_util.c 		xfs_trim_extent(&del, start_fsb, length);
start_fsb          36 fs/xfs/xfs_bmap_util.h 		xfs_fileoff_t start_fsb, xfs_fileoff_t length);
start_fsb         470 fs/xfs/xfs_fsmap.c 	xfs_fsblock_t			start_fsb;
start_fsb         480 fs/xfs/xfs_fsmap.c 	start_fsb = XFS_BB_TO_FSBT(mp, keys[0].fmr_physical);
start_fsb         484 fs/xfs/xfs_fsmap.c 	info->low.rm_startblock = start_fsb;
start_fsb         565 fs/xfs/xfs_fsmap.c 	xfs_fsblock_t			start_fsb;
start_fsb         577 fs/xfs/xfs_fsmap.c 	start_fsb = XFS_DADDR_TO_FSB(mp, keys[0].fmr_physical);
start_fsb         585 fs/xfs/xfs_fsmap.c 	info->low.rm_startblock = XFS_FSB_TO_AGBNO(mp, start_fsb);
start_fsb         599 fs/xfs/xfs_fsmap.c 	start_ag = XFS_FSB_TO_AGNO(mp, start_fsb);
start_fsb        1074 fs/xfs/xfs_iomap.c 	xfs_fileoff_t		start_fsb;
start_fsb        1093 fs/xfs/xfs_iomap.c 		start_fsb = XFS_B_TO_FSBT(mp, offset);
start_fsb        1095 fs/xfs/xfs_iomap.c 		start_fsb = XFS_B_TO_FSB(mp, offset + written);
start_fsb        1106 fs/xfs/xfs_iomap.c 	if ((iomap->flags & IOMAP_F_NEW) && start_fsb < end_fsb) {
start_fsb        1107 fs/xfs/xfs_iomap.c 		truncate_pagecache_range(VFS_I(ip), XFS_FSB_TO_B(mp, start_fsb),
start_fsb        1110 fs/xfs/xfs_iomap.c 		error = xfs_bmap_punch_delalloc_range(ip, start_fsb,
start_fsb        1111 fs/xfs/xfs_iomap.c 					       end_fsb - start_fsb);
start_fsb         457 fs/xfs/xfs_mount.h int	xfs_zero_extent(struct xfs_inode *ip, xfs_fsblock_t start_fsb,