Lines Matching full:version
24 * structure version supplied by the netfs:
33 * If an entry with the appropriate name does already exist, the version is
34 * compared. If the version is different, the entire subtree from that entry
60 * a specific netfs and only applicable to a particular version of the index
70 * check that the index structure version number stored in the auxiliary data
80 uint32_t version; in fscache_fsdef_netfs_check_aux() local
84 if (datalen != sizeof(version)) { in fscache_fsdef_netfs_check_aux()
85 _leave(" = OBSOLETE [dl=%d v=%zu]", datalen, sizeof(version)); in fscache_fsdef_netfs_check_aux()
89 memcpy(&version, data, sizeof(version)); in fscache_fsdef_netfs_check_aux()
90 if (version != netfs->version) { in fscache_fsdef_netfs_check_aux()
91 _leave(" = OBSOLETE [ver=%x net=%x]", version, netfs->version); in fscache_fsdef_netfs_check_aux()