Home
last modified time | relevance | path

Searched refs:fscache_storage (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/include/linux/
Dfscache-cache.h194 struct fscache_storage { struct
264 int (*write_page)(struct fscache_storage *op, struct page *page);
/linux-3.4.99/fs/fscache/
Dpage.c647 struct fscache_storage *op = in fscache_write_op()
648 container_of(_op, struct fscache_storage, op); in fscache_write_op()
751 struct fscache_storage *op; in __fscache_write_page()
/linux-3.4.99/Documentation/filesystems/caching/
Doperations.txt205 struct fscache_storage *op =
206 container_of(_op, struct fscache_storage, op);
Dbackend-api.txt203 struct fscache_storage {
474 int (*write_page)(struct fscache_storage *op,
/linux-3.4.99/fs/cachefiles/
Dinternal.h205 extern int cachefiles_write_page(struct fscache_storage *, struct page *);
Drdwr.c888 int cachefiles_write_page(struct fscache_storage *op, struct page *page) in cachefiles_write_page()