Lines Matching refs:got
1241 int want, got, ret; in ceph_filemap_fault() local
1250 got = 0; in ceph_filemap_fault()
1252 -1, &got, &pinned_page); in ceph_filemap_fault()
1261 inode, off, (size_t)PAGE_CACHE_SIZE, ceph_cap_string(got)); in ceph_filemap_fault()
1263 if ((got & (CEPH_CAP_FILE_CACHE | CEPH_CAP_FILE_LAZYIO)) || in ceph_filemap_fault()
1270 inode, off, (size_t)PAGE_CACHE_SIZE, ceph_cap_string(got), ret); in ceph_filemap_fault()
1273 ceph_put_cap_refs(ci, got); in ceph_filemap_fault()
1327 int want, got, ret; in ceph_page_mkwrite() local
1360 got = 0; in ceph_page_mkwrite()
1362 &got, NULL); in ceph_page_mkwrite()
1372 inode, off, len, ceph_cap_string(got)); in ceph_page_mkwrite()
1411 inode, off, len, ceph_cap_string(got), ret); in ceph_page_mkwrite()
1412 ceph_put_cap_refs(ci, got); in ceph_page_mkwrite()