Lines Matching refs: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;
84 if (datalen != sizeof(version)) {
85 _leave(" = OBSOLETE [dl=%d v=%zu]", datalen, sizeof(version));
89 memcpy(&version, data, sizeof(version));
90 if (version != netfs->version) {
91 _leave(" = OBSOLETE [ver=%x net=%x]", version, netfs->version);