Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_iomap.c140 uint qblocks, resblks, resrtextents; in xfs_iomap_write_direct() local
179 resrtextents = qblocks = resaligned; in xfs_iomap_write_direct()
180 resrtextents /= mp->m_sb.sb_rextsize; in xfs_iomap_write_direct()
184 resrtextents = 0; in xfs_iomap_write_direct()
195 XFS_WRITE_LOG_RES(mp), resrtextents, in xfs_iomap_write_direct()
Dxfs_vnodeops.c2243 uint qblocks, resblks, resrtextents; in xfs_alloc_file_space() local
2301 resrtextents = qblocks = resblks; in xfs_alloc_file_space()
2302 resrtextents /= mp->m_sb.sb_rextsize; in xfs_alloc_file_space()
2306 resrtextents = 0; in xfs_alloc_file_space()
2316 XFS_WRITE_LOG_RES(mp), resrtextents, in xfs_alloc_file_space()