Home | Sort by: relevance | last modified time | path |
/src/usr.bin/patch/ | |
backupfile.c | 106 int highest_version, this_version; local in function:max_backup_version 113 highest_version = 0; 121 if (this_version > highest_version) 122 highest_version = this_version; 125 return highest_version; |
/src/sys/ufs/chfs/ | |
chfs.h | 221 uint64_t highest_version; /* highest version of the nodes */ member in struct:chfs_readinode_info 282 uint64_t highest_version; /* highest version of dnodes */ member in struct:chfs_vnode_cache 525 (intmax_t )vc->pvno, (intmax_t )vc->highest_version, vc->nlink); |