Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vm/ !
H A Dvm_compressor_backing_file.c331 daddr64_t io_blockno; /* Block number corresponding to the start of the extent */ in vnode_trim_list() local
354 &io_blockno, &io_bytecount, NULL, VNODE_READ | VNODE_BLOCKMAP_NO_TRACK, NULL); in vnode_trim_list()
359 if (io_blockno != -1) { in vnode_trim_list()
360 extents[trim_index].offset = (uint64_t) io_blockno * (u_int64_t) blocksize; in vnode_trim_list()
H A Dvnode_pager.c225 daddr64_t io_blockno; /* Block number corresponding to the start of the extent */ in vnode_trim() local
259 &io_blockno, &io_bytecount, NULL, VNODE_READ | VNODE_BLOCKMAP_NO_TRACK, NULL); in vnode_trim()
270 extent.offset = (uint64_t) io_blockno * (u_int64_t) blocksize; in vnode_trim()