Searched refs:fscache_read_or_alloc_page (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/cifs/ |
D | fscache.c | 161 ret = fscache_read_or_alloc_page(CIFS_I(inode)->fscache, page, in __cifs_readpage_from_fscache()
|
/linux-4.1.27/include/linux/ |
D | fscache.h | 542 int fscache_read_or_alloc_page(struct fscache_cookie *cookie, in fscache_read_or_alloc_page() function
|
/linux-4.1.27/fs/afs/ |
D | file.c | 144 ret = fscache_read_or_alloc_page(vnode->cache, in afs_page_filler()
|
/linux-4.1.27/fs/9p/ |
D | cache.c | 329 ret = fscache_read_or_alloc_page(v9inode->fscache, in __v9fs_readpage_from_fscache()
|
/linux-4.1.27/fs/ceph/ |
D | cache.c | 261 ret = fscache_read_or_alloc_page(ci->fscache, page, in ceph_readpage_from_fscache()
|
/linux-4.1.27/fs/nfs/ |
D | fscache.c | 336 ret = fscache_read_or_alloc_page(nfs_i_fscache(inode), in __nfs_readpage_from_fscache()
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | netfs-api.txt | 472 int fscache_read_or_alloc_page(struct fscache_cookie *cookie, 538 This is similar to the fscache_read_or_alloc_page() function, except that it 603 This works in a similar way to fscache_read_or_alloc_page(), except:
|