Lines Matching refs:netfs
21 * When a netfs requests caching facilities, FS-Cache will, if one doesn't
23 * of the netfs ("AFS" for example), and the auxiliary data holding the index
24 * structure version supplied by the netfs:
38 * to the netfs. This is then the root handle by which the netfs accesses the
60 * a specific netfs and only applicable to a particular version of the index
61 * structure used by that netfs.
64 .name = "FSDEF.netfs",
71 * matches the one the netfs gave us
79 struct fscache_netfs *netfs = cookie_netfs_data;
82 _enter("{%s},,%hu", netfs->name, datalen);
90 if (version != netfs->version) {
91 _leave(" = OBSOLETE [ver=%x net=%x]", version, netfs->version);