Lines Matching refs:extsz
125 xfs_extlen_t extsz, temp; in xfs_iomap_write_direct() local
140 extsz = xfs_get_extsz_hint(ip); in xfs_iomap_write_direct()
145 error = xfs_iomap_eof_align_last_fsb(mp, ip, extsz, &last_fsb); in xfs_iomap_write_direct()
158 if (unlikely(extsz)) { in xfs_iomap_write_direct()
159 if ((temp = do_mod(offset_fsb, extsz))) 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()
542 xfs_extlen_t extsz; in xfs_iomap_write_delay() local
558 extsz = xfs_get_extsz_hint(ip); in xfs_iomap_write_delay()
580 if (prealloc || extsz) { in xfs_iomap_write_delay()
581 error = xfs_iomap_eof_align_last_fsb(mp, ip, extsz, &last_fsb); in xfs_iomap_write_delay()