Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_iomap.c184 uint qblocks, resblks, resrtextents; in xfs_iomap_write_direct() local
222 resrtextents = qblocks = resaligned; in xfs_iomap_write_direct()
223 resrtextents /= mp->m_sb.sb_rextsize; in xfs_iomap_write_direct()
227 resrtextents = 0; in xfs_iomap_write_direct()
261 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_write, resblks, resrtextents, in xfs_iomap_write_direct()
Dxfs_bmap_util.c873 uint qblocks, resblks, resrtextents; in xfs_alloc_file_space() local
932 resrtextents = qblocks = resblks; in xfs_alloc_file_space()
933 resrtextents /= mp->m_sb.sb_rextsize; in xfs_alloc_file_space()
937 resrtextents = 0; in xfs_alloc_file_space()
946 resrtextents, 0, &tp); in xfs_alloc_file_space()