Lines Matching refs:def

60 	const struct fscache_cookie_def *def,  in __fscache_acquire_cookie()  argument
66 BUG_ON(!def); in __fscache_acquire_cookie()
69 parent ? (char *) parent->def->name : "<no-parent>", in __fscache_acquire_cookie()
70 def->name, netfs_data, enable); in __fscache_acquire_cookie()
82 BUG_ON(!def->get_key); in __fscache_acquire_cookie()
83 BUG_ON(!def->name[0]); in __fscache_acquire_cookie()
85 BUG_ON(def->type == FSCACHE_COOKIE_TYPE_INDEX && in __fscache_acquire_cookie()
86 parent->def->type != FSCACHE_COOKIE_TYPE_INDEX); in __fscache_acquire_cookie()
107 cookie->def = def; in __fscache_acquire_cookie()
116 switch (cookie->def->type) { in __fscache_acquire_cookie()
132 if (cookie->def->type != FSCACHE_COOKIE_TYPE_INDEX) { in __fscache_acquire_cookie()
170 } else if (cookie->def->type != FSCACHE_COOKIE_TYPE_INDEX) { in __fscache_enable_cookie()
235 cookie->def->get_attr(cookie->netfs_data, &i_size); in fscache_acquire_non_index_cookie()
284 _enter("%p,%p{%s}", cache, cookie, cookie->def->name); in fscache_alloc_object()
310 object->debug_id, cookie->def->name, object->events); in fscache_alloc_object()
358 _enter("{%s},{OBJ%x}", cookie->def->name, object->debug_id); in fscache_attach_object()
420 _enter("{%s}", cookie->def->name); in __fscache_invalidate()
429 ASSERTCMP(cookie->def->type, ==, FSCACHE_COOKIE_TYPE_DATAFILE); in __fscache_invalidate()
432 BUG_ON(!cookie->def->get_aux); in __fscache_invalidate()
488 _enter("{%s}", cookie->def->name); in __fscache_update_cookie()
490 BUG_ON(!cookie->def->get_aux); in __fscache_update_cookie()
523 cookie->def->name); in __fscache_disable_cookie()
595 cookie, cookie->def->name, cookie->netfs_data, in __fscache_relinquish_cookie()
605 cookie->def = NULL; in __fscache_relinquish_cookie()
663 ASSERTCMP(cookie->def->type, ==, FSCACHE_COOKIE_TYPE_DATAFILE); in __fscache_check_consistency()