Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/fs/xfs/
Dxfs_iomap.c154 xfs_filblks_t count_fsb, resaligned; in xfs_iomap_write_direct() local
195 resaligned = xfs_aligned_fsb_count(offset_fsb, count_fsb, extsz); in xfs_iomap_write_direct()
198 resrtextents = qblocks = resaligned; in xfs_iomap_write_direct()
204 resblks = qblocks = XFS_DIOSTRAT_SPACE_RES(mp, resaligned); in xfs_iomap_write_direct()
Dxfs_reflink.c411 xfs_filblks_t resaligned; in xfs_reflink_allocate_cow() local
423 resaligned = xfs_aligned_fsb_count(imap->br_startoff, in xfs_reflink_allocate_cow()
425 resblks = XFS_DIOSTRAT_SPACE_RES(mp, resaligned); in xfs_reflink_allocate_cow()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_iomap.c195 xfs_filblks_t resaligned; in xfs_iomap_write_direct() local
206 resaligned = xfs_aligned_fsb_count(offset_fsb, count_fsb, in xfs_iomap_write_direct()
209 resrtextents = qblocks = resaligned; in xfs_iomap_write_direct()
214 resblks = qblocks = 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()