Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h217 struct fscache_storage { struct
296 int (*write_page)(struct fscache_storage *op, struct page *page);
/OK3568_Linux_fs/kernel/Documentation/filesystems/caching/
H A Doperations.rst202 struct fscache_storage *op =
203 container_of(_op, struct fscache_storage, op);
H A Dbackend-api.rst200 struct fscache_storage {
496 int (*write_page)(struct fscache_storage *op,
/OK3568_Linux_fs/kernel/fs/fscache/
H A Dpage.c790 struct fscache_storage *op = in fscache_write_op()
791 container_of(_op, struct fscache_storage, op); in fscache_write_op()
965 struct fscache_storage *op; in __fscache_write_page()
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dinternal.h217 extern int cachefiles_write_page(struct fscache_storage *, struct page *);
H A Drdwr.c879 int cachefiles_write_page(struct fscache_storage *op, struct page *page) in cachefiles_write_page()