Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_iomap.c123 xfs_filblks_t count_fsb, resaligned; in xfs_iomap_write_direct() local
157 resaligned = count_fsb; in xfs_iomap_write_direct()
160 resaligned += temp; in xfs_iomap_write_direct()
161 if ((temp = do_mod(resaligned, extsz))) in xfs_iomap_write_direct()
162 resaligned += extsz - temp; in xfs_iomap_write_direct()
166 resrtextents = qblocks = resaligned; in xfs_iomap_write_direct()
172 resblks = qblocks = XFS_DIOSTRAT_SPACE_RES(mp, resaligned); in xfs_iomap_write_direct()