Lines Matching defs:def
41 prefix, cookie->def, cookie->netfs_data);
125 const struct fscache_cookie_def *def,
160 cookie->def = def;
164 cookie->type = def->type;
227 * - def points to the definition
228 * - the netfs_data will be passed to the functions pointed to in *def
239 const struct fscache_cookie_def *def,
248 BUG_ON(!def);
251 parent ? (char *) parent->def->name : "<no-parent>",
252 def->name, netfs_data, enable);
271 BUG_ON(!def->name[0]);
273 BUG_ON(def->type == FSCACHE_COOKIE_TYPE_INDEX &&
276 candidate = fscache_alloc_cookie(parent, def,
471 _enter("%p,%p{%s}", cache, cookie, cookie->def->name);
498 object->debug_id, cookie->def->name, object->events);
546 _enter("{%s},{OBJ%x}", cookie->def->name, object->debug_id);
608 _enter("{%s}", cookie->def->name);
673 _enter("{%s}", cookie->def->name);
712 cookie->def->name);
795 cookie, cookie->def->name, cookie->netfs_data,
808 cookie->def = NULL;