Home
last modified time | relevance | path

Searched refs:tmp_off (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.sbin/makefs/hammer2/
HDhammer2_bulkfree.c1170 hammer2_off_t tmp_off; in h2_bulkfree_sync_adjust() local
1174 tmp_off = data_off; in h2_bulkfree_sync_adjust()
1180 tmp_off += HAMMER2_BMAP_INDEX_SIZE; in h2_bulkfree_sync_adjust()
1218 tmp_off | in h2_bulkfree_sync_adjust()
1229 tmp_off | in h2_bulkfree_sync_adjust()
1256 tmp_off); in h2_bulkfree_sync_adjust()
1279 tmp_off += HAMMER2_FREEMAP_BLOCK_SIZE; in h2_bulkfree_sync_adjust()
/dragonfly/sys/vfs/hammer2/
HDhammer2_bulkfree.c1159 hammer2_off_t tmp_off; in h2_bulkfree_sync_adjust() local
1163 tmp_off = data_off; in h2_bulkfree_sync_adjust()
1169 tmp_off += HAMMER2_BMAP_INDEX_SIZE; in h2_bulkfree_sync_adjust()
1207 tmp_off | in h2_bulkfree_sync_adjust()
1218 tmp_off | in h2_bulkfree_sync_adjust()
1245 tmp_off); in h2_bulkfree_sync_adjust()
1268 tmp_off += HAMMER2_FREEMAP_BLOCK_SIZE; in h2_bulkfree_sync_adjust()
/dragonfly/sys/vfs/nfs/
HDnfs_vnops.c1382 off_t tmp_off; in nfs_readrpc_uio() local
1393 tmp_off = uiop->uio_offset + tsiz; in nfs_readrpc_uio()
1394 if (tmp_off > nmp->nm_maxfilesize || tmp_off < uiop->uio_offset) in nfs_readrpc_uio()
1396 tmp_off = uiop->uio_offset; in nfs_readrpc_uio()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-data-ref.c716 tree tmp_var, tmp_off; in split_constant_offset_1() local
717 split_constant_offset (op0, &tmp_var, &tmp_off); in split_constant_offset_1()
739 wide_int woff = wi::to_wide (tmp_off, prec); in split_constant_offset_1()