Searched refs:fscache_read_or_alloc_pages (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/fs/9p/ |
| D | cache.c | 290 ret = fscache_read_or_alloc_pages(v9inode->fscache, in __v9fs_readpages_from_fscache()
|
| /Linux-v5.4/include/linux/ |
| D | fscache.h | 589 int fscache_read_or_alloc_pages(struct fscache_cookie *cookie, in fscache_read_or_alloc_pages() function
|
| /Linux-v5.4/fs/ceph/ |
| D | cache.c | 263 ret = fscache_read_or_alloc_pages(ci->fscache, mapping, pages, nr_pages, in ceph_readpages_from_fscache()
|
| /Linux-v5.4/fs/cifs/ |
| D | fscache.c | 284 ret = fscache_read_or_alloc_pages(CIFS_I(inode)->fscache, mapping, in __cifs_readpages_from_fscache()
|
| /Linux-v5.4/fs/nfs/ |
| D | fscache.c | 449 ret = fscache_read_or_alloc_pages(nfs_i_fscache(inode), in __nfs_readpages_from_fscache()
|
| /Linux-v5.4/fs/afs/ |
| D | file.c | 561 ret = fscache_read_or_alloc_pages(vnode->cache, in afs_readpages()
|
| /Linux-v5.4/Documentation/filesystems/caching/ |
| D | netfs-api.txt | 575 int fscache_read_or_alloc_pages(struct fscache_cookie *cookie, 615 If one or more pages are passed to fscache_read_or_alloc_pages() but not then 624 fscache_read_or_alloc_pages(). Every page in the pages list will be examined 895 after fscache_read_or_alloc_pages() as the former will try and release pages it
|