Lines Matching refs:fscache_cookie
24 static int fscache_acquire_non_index_cookie(struct fscache_cookie *cookie);
26 struct fscache_cookie *cookie);
27 static int fscache_attach_object(struct fscache_cookie *cookie,
35 struct fscache_cookie *cookie = _cookie; in fscache_cookie_init_once()
58 struct fscache_cookie *__fscache_acquire_cookie( in __fscache_acquire_cookie()
59 struct fscache_cookie *parent, in __fscache_acquire_cookie()
63 struct fscache_cookie *cookie; in __fscache_acquire_cookie()
146 static int fscache_acquire_non_index_cookie(struct fscache_cookie *cookie) in fscache_acquire_non_index_cookie()
237 struct fscache_cookie *cookie) in fscache_alloc_object()
309 static int fscache_attach_object(struct fscache_cookie *cookie, in fscache_attach_object()
375 void __fscache_update_cookie(struct fscache_cookie *cookie) in __fscache_update_cookie()
411 void __fscache_relinquish_cookie(struct fscache_cookie *cookie, int retire) in __fscache_relinquish_cookie()
492 void __fscache_cookie_put(struct fscache_cookie *cookie) in __fscache_cookie_put()
494 struct fscache_cookie *parent; in __fscache_cookie_put()