Lines Matching refs:def
58 object->type = cookie->def->type; in cachefiles_alloc_object()
68 keylen = cookie->def->get_key(cookie->netfs_data, buffer + 2, 512); in cachefiles_alloc_object()
84 if (cookie->def->get_aux) { in cachefiles_alloc_object()
85 auxlen = cookie->def->get_aux(cookie->netfs_data, in cachefiles_alloc_object()
91 auxdata->type = cookie->def->type; in cachefiles_alloc_object()
144 object->fscache.cookie->def->type != FSCACHE_COOKIE_TYPE_INDEX) in cachefiles_lookup_object()
220 if (!cookie->def->get_aux) { in cachefiles_update_object()
233 auxlen = cookie->def->get_aux(cookie->netfs_data, auxdata->data, 511); in cachefiles_update_object()
238 auxdata->type = cookie->def->type; in cachefiles_update_object()
424 _object->cookie->def->get_attr(_object->cookie->netfs_data, &ni_size); in cachefiles_attr_changed()
496 op->object->cookie->def->get_attr(op->object->cookie->netfs_data, in cachefiles_invalidate_object()