fscache_cookie 235 include/linux/fscache-cache.h struct fscache_cookie *cookie); fscache_cookie 311 include/linux/fscache-cache.h extern struct fscache_cookie fscache_fsdef_index; fscache_cookie 378 include/linux/fscache-cache.h struct fscache_cookie *cookie; /* netfs's file/index object */ fscache_cookie 391 include/linux/fscache-cache.h extern void fscache_object_init(struct fscache_object *, struct fscache_cookie *, fscache_cookie 485 include/linux/fscache-cache.h static inline void __fscache_use_cookie(struct fscache_cookie *cookie) fscache_cookie 499 include/linux/fscache-cache.h struct fscache_cookie *cookie = object->cookie; fscache_cookie 503 include/linux/fscache-cache.h static inline bool __fscache_unuse_cookie(struct fscache_cookie *cookie) fscache_cookie 508 include/linux/fscache-cache.h static inline void __fscache_wake_unused_cookie(struct fscache_cookie *cookie) fscache_cookie 522 include/linux/fscache-cache.h struct fscache_cookie *cookie = object->cookie; fscache_cookie 50 include/linux/fscache.h struct fscache_cookie; fscache_cookie 165 include/linux/fscache.h struct fscache_cookie *primary_index; fscache_cookie 184 include/linux/fscache.h struct fscache_cookie *parent; /* parent of this entry */ fscache_cookie 200 include/linux/fscache.h static inline bool fscache_cookie_enabled(struct fscache_cookie *cookie) fscache_cookie 217 include/linux/fscache.h extern struct fscache_cookie *__fscache_acquire_cookie( fscache_cookie 218 include/linux/fscache.h struct fscache_cookie *, fscache_cookie 221 include/linux/fscache.h extern void __fscache_relinquish_cookie(struct fscache_cookie *, bool); fscache_cookie 222 include/linux/fscache.h extern int __fscache_check_consistency(struct fscache_cookie *); fscache_cookie 223 include/linux/fscache.h extern void __fscache_update_cookie(struct fscache_cookie *); fscache_cookie 224 include/linux/fscache.h extern int __fscache_attr_changed(struct fscache_cookie *); fscache_cookie 225 include/linux/fscache.h extern void __fscache_invalidate(struct fscache_cookie *); fscache_cookie 226 include/linux/fscache.h extern void __fscache_wait_on_invalidate(struct fscache_cookie *); fscache_cookie 227 include/linux/fscache.h extern int __fscache_read_or_alloc_page(struct fscache_cookie *, fscache_cookie 232 include/linux/fscache.h extern int __fscache_read_or_alloc_pages(struct fscache_cookie *, fscache_cookie 239 include/linux/fscache.h extern int __fscache_alloc_page(struct fscache_cookie *, struct page *, gfp_t); fscache_cookie 240 include/linux/fscache.h extern int __fscache_write_page(struct fscache_cookie *, struct page *, gfp_t); fscache_cookie 241 include/linux/fscache.h extern void __fscache_uncache_page(struct fscache_cookie *, struct page *); fscache_cookie 242 include/linux/fscache.h extern bool __fscache_check_page_write(struct fscache_cookie *, struct page *); fscache_cookie 243 include/linux/fscache.h extern void __fscache_wait_on_page_write(struct fscache_cookie *, struct page *); fscache_cookie 244 include/linux/fscache.h extern bool __fscache_maybe_release_page(struct fscache_cookie *, struct page *, fscache_cookie 246 include/linux/fscache.h extern void __fscache_uncache_all_inode_pages(struct fscache_cookie *, fscache_cookie 248 include/linux/fscache.h extern void __fscache_readpages_cancel(struct fscache_cookie *cookie, fscache_cookie 250 include/linux/fscache.h extern void __fscache_disable_cookie(struct fscache_cookie *, bool); fscache_cookie 251 include/linux/fscache.h extern void __fscache_enable_cookie(struct fscache_cookie *, fscache_cookie 341 include/linux/fscache.h struct fscache_cookie *fscache_acquire_cookie( fscache_cookie 342 include/linux/fscache.h struct fscache_cookie *parent, fscache_cookie 367 include/linux/fscache.h void fscache_relinquish_cookie(struct fscache_cookie *cookie, bool retire) fscache_cookie 384 include/linux/fscache.h int fscache_check_consistency(struct fscache_cookie *cookie) fscache_cookie 403 include/linux/fscache.h void fscache_update_cookie(struct fscache_cookie *cookie) fscache_cookie 419 include/linux/fscache.h int fscache_pin_cookie(struct fscache_cookie *cookie) fscache_cookie 434 include/linux/fscache.h void fscache_unpin_cookie(struct fscache_cookie *cookie) fscache_cookie 450 include/linux/fscache.h int fscache_attr_changed(struct fscache_cookie *cookie) fscache_cookie 472 include/linux/fscache.h void fscache_invalidate(struct fscache_cookie *cookie) fscache_cookie 488 include/linux/fscache.h void fscache_wait_on_invalidate(struct fscache_cookie *cookie) fscache_cookie 507 include/linux/fscache.h int fscache_reserve_space(struct fscache_cookie *cookie, loff_t size) fscache_cookie 542 include/linux/fscache.h int fscache_read_or_alloc_page(struct fscache_cookie *cookie, fscache_cookie 591 include/linux/fscache.h int fscache_read_or_alloc_pages(struct fscache_cookie *cookie, fscache_cookie 626 include/linux/fscache.h int fscache_alloc_page(struct fscache_cookie *cookie, fscache_cookie 649 include/linux/fscache.h void fscache_readpages_cancel(struct fscache_cookie *cookie, fscache_cookie 675 include/linux/fscache.h int fscache_write_page(struct fscache_cookie *cookie, fscache_cookie 700 include/linux/fscache.h void fscache_uncache_page(struct fscache_cookie *cookie, fscache_cookie 718 include/linux/fscache.h bool fscache_check_page_write(struct fscache_cookie *cookie, fscache_cookie 738 include/linux/fscache.h void fscache_wait_on_page_write(struct fscache_cookie *cookie, fscache_cookie 761 include/linux/fscache.h bool fscache_maybe_release_page(struct fscache_cookie *cookie, fscache_cookie 782 include/linux/fscache.h void fscache_uncache_all_inode_pages(struct fscache_cookie *cookie, fscache_cookie 804 include/linux/fscache.h void fscache_disable_cookie(struct fscache_cookie *cookie, bool invalidate) fscache_cookie 824 include/linux/fscache.h void fscache_enable_cookie(struct fscache_cookie *cookie, fscache_cookie 193 include/linux/nfs_fs.h struct fscache_cookie *fscache; fscache_cookie 271 include/linux/nfs_fs.h static inline struct fscache_cookie *nfs_i_fscache(struct inode *inode) fscache_cookie 109 include/linux/nfs_fs_sb.h struct fscache_cookie *fscache; /* client index cache cookie */ fscache_cookie 159 include/linux/nfs_fs_sb.h struct fscache_cookie *fscache; /* superblock cookie */