OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vno_version
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/ufs/chfs/
chfs_scan.c
148
if (le64toh(vnode->version) > *vc->
vno_version
) {
149
*vc->
vno_version
= le64toh(vnode->version);
158
vc->
vno_version
= kmem_alloc(sizeof(uint64_t), KM_SLEEP);
159
*vc->
vno_version
= le64toh(vnode->version);
chfs_vnode.c
222
chvc->
vno_version
= kmem_alloc(sizeof(uint64_t), KM_SLEEP);
223
*(chvc->
vno_version
) = 1;
chfs.h
281
uint64_t *
vno_version
; /* version of the vnode */
member in struct:chfs_vnode_cache
Completed in 30 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025