Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_iomap.c160 uint qblocks, resblks, resrtextents; in xfs_iomap_write_direct() local
198 resrtextents = qblocks = resaligned; in xfs_iomap_write_direct()
199 resrtextents /= mp->m_sb.sb_rextsize; in xfs_iomap_write_direct()
203 resrtextents = 0; in xfs_iomap_write_direct()
237 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_write, resblks, resrtextents, in xfs_iomap_write_direct()
Dxfs_bmap_util.c877 uint qblocks, resblks, resrtextents; in xfs_alloc_file_space() local
935 resrtextents = qblocks = resblks; in xfs_alloc_file_space()
936 resrtextents /= mp->m_sb.sb_rextsize; in xfs_alloc_file_space()
940 resrtextents = 0; in xfs_alloc_file_space()
949 resrtextents, 0, &tp); in xfs_alloc_file_space()