Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/
Dxfs_bmap_util.c734 uint qblocks, resblks, resrtextents; in xfs_alloc_file_space() local
793 resrtextents = qblocks = resblks; in xfs_alloc_file_space()
794 resrtextents /= mp->m_sb.sb_rextsize; in xfs_alloc_file_space()
798 resrtextents = 0; in xfs_alloc_file_space()
807 resrtextents, 0, &tp); in xfs_alloc_file_space()
Dxfs_iomap.c199 unsigned int resrtextents = 0; in xfs_iomap_write_direct() local
209 resrtextents = qblocks = resaligned; in xfs_iomap_write_direct()
210 resrtextents /= mp->m_sb.sb_rextsize; in xfs_iomap_write_direct()
242 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_write, resblks, resrtextents, in xfs_iomap_write_direct()