Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_iomap.c123 xfs_filblks_t count_fsb, resaligned; in xfs_iomap_write_direct() local
167 resaligned = count_fsb; in xfs_iomap_write_direct()
170 resaligned += temp; in xfs_iomap_write_direct()
171 if ((temp = do_mod(resaligned, extsz))) in xfs_iomap_write_direct()
172 resaligned += extsz - temp; in xfs_iomap_write_direct()
176 resrtextents = qblocks = resaligned; in xfs_iomap_write_direct()
182 resblks = qblocks = XFS_DIOSTRAT_SPACE_RES(mp, resaligned); in xfs_iomap_write_direct()