Lines Matching refs:extsz
125 xfs_extlen_t extsz, temp; in xfs_iomap_write_direct() local
138 extsz = xfs_get_extsz_hint(ip); in xfs_iomap_write_direct()
155 error = xfs_iomap_eof_align_last_fsb(mp, ip, extsz, &last_fsb); in xfs_iomap_write_direct()
168 if (unlikely(extsz)) { in xfs_iomap_write_direct()
169 if ((temp = do_mod(offset_fsb, extsz))) 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()
580 xfs_extlen_t extsz; in xfs_iomap_write_delay() local
596 extsz = xfs_get_extsz_hint(ip); in xfs_iomap_write_delay()
618 if (prealloc || extsz) { in xfs_iomap_write_delay()
619 error = xfs_iomap_eof_align_last_fsb(mp, ip, extsz, &last_fsb); in xfs_iomap_write_delay()