Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_iomap.c278 xfs_filblks_t resaligned; in xfs_iomap_write_direct() local
288 resaligned = xfs_aligned_fsb_count(offset_fsb, count_fsb, in xfs_iomap_write_direct()
292 rblocks = resaligned; in xfs_iomap_write_direct()
294 dblocks = XFS_DIOSTRAT_SPACE_RES(mp, resaligned); in xfs_iomap_write_direct()
1137 xfs_filblks_t resaligned; in xfs_atomic_write_cow_iomap_begin() local
1187 resaligned = xfs_aligned_fsb_count(offset_fsb, hole_count_fsb, in xfs_atomic_write_cow_iomap_begin()
1193 rblocks = resaligned; in xfs_atomic_write_cow_iomap_begin()
1195 dblocks = XFS_DIOSTRAT_SPACE_RES(mp, resaligned); in xfs_atomic_write_cow_iomap_begin()
H A Dxfs_reflink.c442 xfs_filblks_t resaligned; in xfs_reflink_fill_cow_hole() local
449 resaligned = xfs_aligned_fsb_count(imap->br_startoff, in xfs_reflink_fill_cow_hole()
453 rblocks = resaligned; in xfs_reflink_fill_cow_hole()
455 dblocks = XFS_DIOSTRAT_SPACE_RES(mp, resaligned); in xfs_reflink_fill_cow_hole()