Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_iomap.c251 xfs_filblks_t resaligned; in xfs_iomap_write_direct() local
261 resaligned = xfs_aligned_fsb_count(offset_fsb, count_fsb, in xfs_iomap_write_direct()
265 rblocks = resaligned; in xfs_iomap_write_direct()
267 dblocks = XFS_DIOSTRAT_SPACE_RES(mp, resaligned); in xfs_iomap_write_direct()
Dxfs_reflink.c391 xfs_filblks_t resaligned; in xfs_reflink_fill_cow_hole() local
397 resaligned = xfs_aligned_fsb_count(imap->br_startoff, in xfs_reflink_fill_cow_hole()
399 resblks = XFS_DIOSTRAT_SPACE_RES(mp, resaligned); in xfs_reflink_fill_cow_hole()