Searched refs:io_blockno (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/vm/
H A Dvm_compressor_backing_file.c277 daddr64_t io_blockno; /* Block number corresponding to the start of the extent */ local
300 &io_blockno, &io_bytecount, NULL, VNODE_READ, NULL);
306 extents[trim_index].offset = (uint64_t) io_blockno * (u_int64_t) blocksize;
H A Dvnode_pager.c220 daddr64_t io_blockno; /* Block number corresponding to the start of the extent */ local
254 &io_blockno, &io_bytecount, NULL, VNODE_READ, NULL);
265 extent.offset = (uint64_t) io_blockno * (u_int64_t) blocksize;

Completed in 21 milliseconds