Lines Matching refs:got
1236 int want, got, ret; in ceph_filemap_fault() local
1245 got = 0; in ceph_filemap_fault()
1247 -1, &got, &pinned_page); in ceph_filemap_fault()
1256 inode, off, (size_t)PAGE_CACHE_SIZE, ceph_cap_string(got)); in ceph_filemap_fault()
1258 if ((got & (CEPH_CAP_FILE_CACHE | CEPH_CAP_FILE_LAZYIO)) || in ceph_filemap_fault()
1265 inode, off, (size_t)PAGE_CACHE_SIZE, ceph_cap_string(got), ret); in ceph_filemap_fault()
1268 ceph_put_cap_refs(ci, got); in ceph_filemap_fault()
1322 int want, got, ret; in ceph_page_mkwrite() local
1349 got = 0; in ceph_page_mkwrite()
1351 &got, NULL); in ceph_page_mkwrite()
1360 inode, off, len, ceph_cap_string(got)); in ceph_page_mkwrite()
1399 inode, off, len, ceph_cap_string(got), ret); in ceph_page_mkwrite()
1400 ceph_put_cap_refs(ci, got); in ceph_page_mkwrite()