Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/vm/
H A Dvm_compressor_backing_file.c332 daddr64_t io_blockno; /* Block number corresponding to the start of the extent */ in vnode_trim_list() local
355 &io_blockno, &io_bytecount, NULL, VNODE_READ | VNODE_BLOCKMAP_NO_TRACK, NULL); in vnode_trim_list()
360 if (io_blockno != -1) { in vnode_trim_list()
361 extents[trim_index].offset = (uint64_t) io_blockno * (u_int64_t) blocksize; in vnode_trim_list()
H A Dvnode_pager.c235 daddr64_t io_blockno; /* Block number corresponding to the start of the extent */ in vnode_trim() local
269 &io_blockno, &io_bytecount, NULL, VNODE_READ | VNODE_BLOCKMAP_NO_TRACK, NULL); in vnode_trim()
280 extent.offset = (uint64_t) io_blockno * (u_int64_t) blocksize; in vnode_trim()