Searched refs:vno_version (Results 1 – 3 of 3) sorted by relevance
148 if (le64toh(vnode->version) > *vc->vno_version) { in chfs_scan_check_vnode()149 *vc->vno_version = le64toh(vnode->version); in chfs_scan_check_vnode()158 vc->vno_version = kmem_alloc(sizeof(uint64_t), KM_SLEEP); in chfs_scan_check_vnode()159 *vc->vno_version = le64toh(vnode->version); in chfs_scan_check_vnode()
222 chvc->vno_version = kmem_alloc(sizeof(uint64_t), KM_SLEEP); in chfs_makeinode()223 *(chvc->vno_version) = 1; in chfs_makeinode()
281 uint64_t *vno_version; /* version of the vnode */ member