Searched refs:start_fsb (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_fsmap.c440 xfs_fsblock_t start_fsb, end_fsb; local
446 start_fsb = XFS_BB_TO_FSBT(mp,
452 info->low_daddr = XFS_FSB_TO_BB(mp, start_fsb);
454 trace_xfs_fsmap_low_key_linear(mp, info->dev, start_fsb);
457 if (start_fsb > 0)
593 xfs_fsblock_t start_fsb; local
603 start_fsb = XFS_DADDR_TO_FSB(mp, keys[0].fmr_physical);
626 start_fsb += info->low.rm_blockcount;
627 if (XFS_FSB_TO_DADDR(mp, start_fsb) >= eofs)
633 info->low.rm_startblock = XFS_FSB_TO_AGBNO(mp, start_fsb);
[all...]
H A Dxfs_bmap_util.c58 xfs_fsblock_t start_fsb,
63 xfs_daddr_t sector = xfs_fsb_to_db(ip, start_fsb);
451 xfs_fileoff_t start_fsb = XFS_B_TO_FSBT(mp, start_byte); local
463 while (got.br_startoff + got.br_blockcount > start_fsb) {
465 xfs_trim_extent(&del, start_fsb, end_fsb - start_fsb);
56 xfs_zero_extent( struct xfs_inode *ip, xfs_fsblock_t start_fsb, xfs_off_t count_fsb) argument
H A Dxfs_mount.h561 int xfs_zero_extent(struct xfs_inode *ip, xfs_fsblock_t start_fsb,
/linux-master/fs/ext4/
H A Dfsmap.c471 ext4_fsblk_t start_fsb; local
491 start_fsb = keys[0].fmr_physical;
495 ext4_get_group_no_and_offset(sb, start_fsb, &start_ag, &first_cluster);

Completed in 125 milliseconds