Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_fsmap.c477 xfs_fsblock_t start_fsb; in __xfs_getfsmap_rtdev() local
487 start_fsb = XFS_BB_TO_FSBT(mp, keys[0].fmr_physical); in __xfs_getfsmap_rtdev()
491 info->low.rm_startblock = start_fsb; in __xfs_getfsmap_rtdev()
572 xfs_fsblock_t start_fsb; in __xfs_getfsmap_datadev() local
584 start_fsb = XFS_DADDR_TO_FSB(mp, keys[0].fmr_physical); in __xfs_getfsmap_datadev()
592 info->low.rm_startblock = XFS_FSB_TO_AGBNO(mp, start_fsb); in __xfs_getfsmap_datadev()
606 start_ag = XFS_FSB_TO_AGNO(mp, start_fsb); in __xfs_getfsmap_datadev()
Dxfs_iomap.c1146 xfs_fileoff_t start_fsb; in xfs_file_iomap_end_delalloc() local
1165 start_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_file_iomap_end_delalloc()
1167 start_fsb = XFS_B_TO_FSB(mp, offset + written); in xfs_file_iomap_end_delalloc()
1178 if ((iomap->flags & IOMAP_F_NEW) && start_fsb < end_fsb) { in xfs_file_iomap_end_delalloc()
1179 truncate_pagecache_range(VFS_I(ip), XFS_FSB_TO_B(mp, start_fsb), in xfs_file_iomap_end_delalloc()
1182 error = xfs_bmap_punch_delalloc_range(ip, start_fsb, in xfs_file_iomap_end_delalloc()
1183 end_fsb - start_fsb); in xfs_file_iomap_end_delalloc()
Dxfs_bmap_util.h36 xfs_fileoff_t start_fsb, xfs_fileoff_t length);
Dxfs_bmap_util.c62 xfs_fsblock_t start_fsb, in xfs_zero_extent() argument
66 xfs_daddr_t sector = xfs_fsb_to_db(ip, start_fsb); in xfs_zero_extent()
696 xfs_fileoff_t start_fsb, in xfs_bmap_punch_delalloc_range() argument
700 xfs_fileoff_t end_fsb = start_fsb + length; in xfs_bmap_punch_delalloc_range()
711 while (got.br_startoff + got.br_blockcount > start_fsb) { in xfs_bmap_punch_delalloc_range()
713 xfs_trim_extent(&del, start_fsb, length); in xfs_bmap_punch_delalloc_range()
Dxfs_mount.h432 int xfs_zero_extent(struct xfs_inode *ip, xfs_fsblock_t start_fsb,
Dxfs_aops.c660 xfs_fileoff_t start_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_aops_discard_page() local
670 error = xfs_bmap_punch_delalloc_range(ip, start_fsb, in xfs_aops_discard_page()
/linux-4.19.296/fs/ext4/
Dfsmap.c471 ext4_fsblk_t start_fsb; in ext4_getfsmap_datadev() local
491 start_fsb = keys[0].fmr_physical; in ext4_getfsmap_datadev()
495 ext4_get_group_no_and_offset(sb, start_fsb, &start_ag, &first_cluster); in ext4_getfsmap_datadev()