Searched refs:io_blockno (Results 1 – 2 of 2) sorted by relevance
331 daddr64_t io_blockno; /* Block number corresponding to the start of the extent */ in vnode_trim_list() local354 &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()
225 daddr64_t io_blockno; /* Block number corresponding to the start of the extent */ in vnode_trim() local259 &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()