Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_iomap.c275 xfs_filblks_t resaligned; in xfs_iomap_write_direct() local
285 resaligned = xfs_aligned_fsb_count(offset_fsb, count_fsb, in xfs_iomap_write_direct()
289 rblocks = resaligned; in xfs_iomap_write_direct()
291 dblocks = XFS_DIOSTRAT_SPACE_RES(mp, resaligned); in xfs_iomap_write_direct()
1133 xfs_filblks_t resaligned; in xfs_atomic_write_cow_iomap_begin() local
1183 resaligned = xfs_aligned_fsb_count(offset_fsb, hole_count_fsb, in xfs_atomic_write_cow_iomap_begin()
1189 rblocks = resaligned; in xfs_atomic_write_cow_iomap_begin()
1191 dblocks = XFS_DIOSTRAT_SPACE_RES(mp, resaligned); in xfs_atomic_write_cow_iomap_begin()