Home
last modified time | relevance | path

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

/linux-5.19.10/fs/xfs/
Dxfs_iomap.c202 xfs_filblks_t resaligned; in xfs_iomap_write_direct() local
212 resaligned = xfs_aligned_fsb_count(offset_fsb, count_fsb, in xfs_iomap_write_direct()
216 rblocks = resaligned; in xfs_iomap_write_direct()
218 dblocks = XFS_DIOSTRAT_SPACE_RES(mp, resaligned); in xfs_iomap_write_direct()
Dxfs_reflink.c359 xfs_filblks_t resaligned; in xfs_reflink_allocate_cow() local
374 resaligned = xfs_aligned_fsb_count(imap->br_startoff, in xfs_reflink_allocate_cow()
376 resblks = XFS_DIOSTRAT_SPACE_RES(mp, resaligned); in xfs_reflink_allocate_cow()