Lines Matching defs:version
298 int version;
312 * Figure out what version number to use in the inodes we create. If
313 * the superblock version has caught up to the one that supports the new
314 * inode format, then use the new inode version. Otherwise use the old
315 * version so that old kernels will continue to be able to use the file
331 version = 3;
346 version = 2;
368 free->di_version = version;
372 if (version == 3) {
395 if (version == 3) {