Lines Matching defs:page
793 * and we need to truncate the corresponding page caches
914 int ceph_fill_inode(struct inode *inode, struct page *locked_page,
1817 if (ctl->page) {
1818 kunmap(ctl->page);
1819 put_page(ctl->page);
1820 ctl->page = NULL;
1833 if (!ctl->page || pgoff != page_index(ctl->page)) {
1836 ctl->page = grab_cache_page(&dir->i_data, pgoff);
1838 ctl->page = find_lock_page(&dir->i_data, pgoff);
1839 if (!ctl->page) {
1844 * i_rwsem, no need to use page lock */
1845 unlock_page(ctl->page);
1846 ctl->dentries = kmap(ctl->page);
2302 struct page *page = NULL;
2330 page = __page_cache_alloc(GFP_KERNEL);
2331 if (page == NULL) {
2342 iov.iov_base = kmap_local_page(page);
2390 ret = ceph_fscrypt_encrypt_block_inplace(inode, page,
2417 if (page)
2418 __free_pages(page, 0);
2810 int __ceph_do_getattr(struct inode *inode, struct page *locked_page,