Searched refs:io_blockno (Results 1 – 2 of 2) sorted by relevance
320 daddr64_t io_blockno; /* Block number corresponding to the start of the extent */ in vnode_trim_list() local343 &io_blockno, &io_bytecount, NULL, VNODE_READ | VNODE_BLOCKMAP_NO_TRACK, NULL); in vnode_trim_list()348 if (io_blockno != -1) { in vnode_trim_list()349 extents[trim_index].offset = (uint64_t) io_blockno * (u_int64_t) blocksize; in vnode_trim_list()
237 daddr64_t io_blockno; /* Block number corresponding to the start of the extent */ in vnode_trim() local271 &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()