Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/
Dxfs_iomap.c246 xfs_filblks_t resaligned; in xfs_iomap_write_direct() local
256 resaligned = xfs_aligned_fsb_count(offset_fsb, count_fsb, in xfs_iomap_write_direct()
260 rblocks = resaligned; in xfs_iomap_write_direct()
262 dblocks = XFS_DIOSTRAT_SPACE_RES(mp, resaligned); in xfs_iomap_write_direct()
Dxfs_reflink.c390 xfs_filblks_t resaligned; in xfs_reflink_fill_cow_hole() local
396 resaligned = xfs_aligned_fsb_count(imap->br_startoff, in xfs_reflink_fill_cow_hole()
398 resblks = XFS_DIOSTRAT_SPACE_RES(mp, resaligned); in xfs_reflink_fill_cow_hole()