Lines Matching refs:netfs
86 const struct fscache_netfs *netfs = cookie_netfs_data; in fscache_fsdef_netfs_get_key() local
89 _enter("{%s.%u},", netfs->name, netfs->version); in fscache_fsdef_netfs_get_key()
91 klen = strlen(netfs->name); in fscache_fsdef_netfs_get_key()
95 memcpy(buffer, netfs->name, klen); in fscache_fsdef_netfs_get_key()
106 const struct fscache_netfs *netfs = cookie_netfs_data; in fscache_fsdef_netfs_get_aux() local
109 _enter("{%s.%u},", netfs->name, netfs->version); in fscache_fsdef_netfs_get_aux()
115 memcpy(buffer, &netfs->version, dlen); in fscache_fsdef_netfs_get_aux()
128 struct fscache_netfs *netfs = cookie_netfs_data; in fscache_fsdef_netfs_check_aux() local
131 _enter("{%s},,%hu", netfs->name, datalen); in fscache_fsdef_netfs_check_aux()
139 if (version != netfs->version) { in fscache_fsdef_netfs_check_aux()
140 _leave(" = OBSOLETE [ver=%x net=%x]", version, netfs->version); in fscache_fsdef_netfs_check_aux()