Home
last modified time | relevance | path

Searched refs:fscache_cookie (Results 1 – 22 of 22) sorted by relevance

/linux-2.6.39/include/linux/
Dfscache.h50 struct fscache_cookie;
165 struct fscache_cookie *primary_index;
181 extern struct fscache_cookie *__fscache_acquire_cookie(
182 struct fscache_cookie *,
185 extern void __fscache_relinquish_cookie(struct fscache_cookie *, int);
186 extern void __fscache_update_cookie(struct fscache_cookie *);
187 extern int __fscache_attr_changed(struct fscache_cookie *);
188 extern int __fscache_read_or_alloc_page(struct fscache_cookie *,
193 extern int __fscache_read_or_alloc_pages(struct fscache_cookie *,
200 extern int __fscache_alloc_page(struct fscache_cookie *, struct page *, gfp_t);
[all …]
Dfscache-cache.h220 struct fscache_cookie *cookie);
296 struct fscache_cookie { struct
303 struct fscache_cookie *parent; /* parent of this entry */ argument
318 extern struct fscache_cookie fscache_fsdef_index; argument
375 struct fscache_cookie *cookie; /* netfs's file/index object */
412 struct fscache_cookie *cookie, in fscache_object_init()
Dnfs_fs_sb.h84 struct fscache_cookie *fscache; /* client index cache cookie */
129 struct fscache_cookie *fscache; /* superblock cookie */
Dnfs_fs.h204 struct fscache_cookie *fscache;
/linux-2.6.39/fs/fscache/
Dcookie.c24 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()
[all …]
Dpage.c23 bool __fscache_check_page_write(struct fscache_cookie *cookie, struct page *page) in __fscache_check_page_write()
38 void __fscache_wait_on_page_write(struct fscache_cookie *cookie, struct page *page) in __fscache_wait_on_page_write()
50 bool __fscache_maybe_release_page(struct fscache_cookie *cookie, in __fscache_maybe_release_page()
121 struct fscache_cookie *cookie; in fscache_end_page_write()
173 int __fscache_attr_changed(struct fscache_cookie *cookie) in __fscache_attr_changed()
267 static int fscache_wait_for_deferred_lookup(struct fscache_cookie *cookie) in fscache_wait_for_deferred_lookup()
343 int __fscache_read_or_alloc_page(struct fscache_cookie *cookie, in __fscache_read_or_alloc_page()
461 int __fscache_read_or_alloc_pages(struct fscache_cookie *cookie, in __fscache_read_or_alloc_pages()
568 int __fscache_alloc_page(struct fscache_cookie *cookie, in __fscache_alloc_page()
657 struct fscache_cookie *cookie; in fscache_write_op()
[all …]
Dinternal.h38 struct fscache_cookie *);
46 extern void __fscache_cookie_put(struct fscache_cookie *);
51 extern struct fscache_cookie fscache_fsdef_index;
289 static inline void fscache_cookie_put(struct fscache_cookie *cookie) in fscache_cookie_put()
300 void *fscache_get_context(struct fscache_cookie *cookie, void *context) in fscache_get_context()
311 void fscache_put_context(struct fscache_cookie *cookie, void *context) in fscache_put_context()
Dobject.c92 struct fscache_cookie *cookie; in fscache_object_state_machine()
438 struct fscache_cookie *cookie = object->cookie; in fscache_lookup_object()
491 struct fscache_cookie *cookie = object->cookie; in fscache_object_lookup_negative()
535 struct fscache_cookie *cookie = object->cookie; in fscache_obtained_object()
664 struct fscache_cookie *cookie; in fscache_withdraw_object()
Dfsdef.c56 struct fscache_cookie fscache_fsdef_index = {
Dmain.c144 sizeof(struct fscache_cookie), in fscache_init()
Dcache.c95 struct fscache_cookie *cookie) in fscache_select_cache_for_object()
/linux-2.6.39/fs/9p/
Dv9fs.h106 struct fscache_cookie *fscache;
127 struct fscache_cookie *fscache;
Dcache.c263 struct fscache_cookie *old; in v9fs_cache_inode_reset_cookie()
/linux-2.6.39/Documentation/filesystems/caching/
Dnetfs-api.txt52 struct fscache_cookie *primary_index;
333 struct fscache_cookie *
334 fscache_acquire_cookie(struct fscache_cookie *parent,
420 int fscache_attr_changed(struct fscache_cookie *cookie);
465 int fscache_read_or_alloc_page(struct fscache_cookie *cookie,
527 int fscache_alloc_page(struct fscache_cookie *cookie,
547 int fscache_write_page(struct fscache_cookie *cookie,
588 int fscache_read_or_alloc_pages(struct fscache_cookie *cookie,
631 void fscache_uncache_page(struct fscache_cookie *cookie,
646 bool fscache_check_page_write(struct fscache_cookie *cookie,
[all …]
Dobject.txt26 currently interested in. Such objects are represented by the fscache_cookie
149 to disconnecting the netfs's representation of a cache object (fscache_cookie)
Dbackend-api.txt110 struct fscache_cookie {
134 struct fscache_cookie *cookie;
235 struct fscache_cookie *cookie)
/linux-2.6.39/fs/cifs/
Dfscache.c114 struct fscache_cookie *old = cifsi->fscache; in cifs_fscache_reset_inode_cookie()
231 struct fscache_cookie *cookie = cifsi->fscache; in __cifs_fscache_invalidate_page()
Dcifsglob.h216 struct fscache_cookie *fscache; /* client index cache cookie */
362 struct fscache_cookie *fscache; /* cookie for share */
486 struct fscache_cookie *fscache;
/linux-2.6.39/fs/nfs/
Dfscache.c332 struct fscache_cookie *old = nfsi->fscache; in nfs_fscache_reset_inode_cookie()
360 struct fscache_cookie *cookie = nfsi->fscache; in nfs_fscache_release_page()
383 struct fscache_cookie *cookie = nfsi->fscache; in __nfs_fscache_invalidate_page()
/linux-2.6.39/fs/afs/
Dinternal.h200 struct fscache_cookie *cache; /* caching cookie */
256 struct fscache_cookie *cache; /* caching cookie */
309 struct fscache_cookie *cache; /* caching cookie */
341 struct fscache_cookie *cache; /* caching cookie */
/linux-2.6.39/fs/cachefiles/
Dinterface.c31 struct fscache_cookie *cookie) in cachefiles_alloc_object()
207 struct fscache_cookie *cookie; in cachefiles_update_object()
Dnamei.c35 struct fscache_cookie *cookie; in __cachefiles_printk_object()