Searched refs:fscache_write_page (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/cifs/ |
D | fscache.c | 221 ret = fscache_write_page(CIFS_I(inode)->fscache, page, GFP_KERNEL); in __cifs_readpage_to_fscache()
|
/linux-4.1.27/include/linux/ |
D | fscache.h | 675 int fscache_write_page(struct fscache_cookie *cookie, in fscache_write_page() function
|
/linux-4.1.27/fs/afs/ |
D | file.c | 193 fscache_write_page(vnode->cache, page, GFP_KERNEL) != 0) { in afs_page_filler()
|
/linux-4.1.27/fs/9p/ |
D | cache.c | 399 ret = fscache_write_page(v9inode->fscache, page, GFP_KERNEL); in __v9fs_readpage_to_fscache()
|
/linux-4.1.27/fs/ceph/ |
D | cache.c | 319 ret = fscache_write_page(ci->fscache, page, GFP_KERNEL); in ceph_readpage_to_fscache()
|
/linux-4.1.27/fs/nfs/ |
D | fscache.c | 425 ret = fscache_write_page(nfs_i_fscache(inode), page, GFP_KERNEL); in __nfs_readpage_to_fscache()
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | netfs-api.txt | 554 int fscache_write_page(struct fscache_cookie *cookie,
|