Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/vm/
H A Dvm_compressor_backing_file.c327 daddr64_t io_blockno; /* Block number corresponding to the start of the extent */ in vnode_trim_list() local
350 &io_blockno, &io_bytecount, NULL, VNODE_READ | VNODE_BLOCKMAP_NO_TRACK, NULL); in vnode_trim_list()
355 if (io_blockno != -1) { in vnode_trim_list()
356 extents[trim_index].offset = (uint64_t) io_blockno * (u_int64_t) blocksize; in vnode_trim_list()
H A Dvnode_pager.c237 daddr64_t io_blockno; /* Block number corresponding to the start of the extent */ in vnode_trim() local
271 &io_blockno, &io_bytecount, NULL, VNODE_READ | VNODE_BLOCKMAP_NO_TRACK, NULL); in vnode_trim()
282 extent.offset = (uint64_t) io_blockno * (u_int64_t) blocksize; in vnode_trim()