Searched refs:resaligned (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-4.19/fs/xfs/ |
D | xfs_iomap.c | 154 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()
|
D | xfs_reflink.c | 411 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/ |
D | xfs_iomap.c | 195 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()
|
D | xfs_reflink.c | 359 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()
|