Lines Matching refs:got
876 int want, got = 0; in ceph_read_iter() local
887 ret = ceph_get_caps(ci, CEPH_CAP_FILE_RD, want, -1, &got, &pinned_page); in ceph_read_iter()
891 if ((got & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) == 0 || in ceph_read_iter()
897 ceph_cap_string(got)); in ceph_read_iter()
908 ceph_cap_string(got)); in ceph_read_iter()
913 inode, ceph_vinop(inode), ceph_cap_string(got), (int)ret); in ceph_read_iter()
918 ceph_put_cap_refs(ci, got); in ceph_read_iter()
1007 int err, want, got; in ceph_write_iter() local
1060 got = 0; in ceph_write_iter()
1062 &got, NULL); in ceph_write_iter()
1067 inode, ceph_vinop(inode), pos, count, ceph_cap_string(got)); in ceph_write_iter()
1069 if ((got & (CEPH_CAP_FILE_BUFFER|CEPH_CAP_FILE_LAZYIO)) == 0 || in ceph_write_iter()
1136 ceph_cap_string(got)); in ceph_write_iter()
1137 ceph_put_cap_refs(ci, got); in ceph_write_iter()
1350 int want, got = 0; in ceph_fallocate() local
1394 ret = ceph_get_caps(ci, CEPH_CAP_FILE_WR, want, endoff, &got, NULL); in ceph_fallocate()
1419 ceph_put_cap_refs(ci, got); in ceph_fallocate()