Lines Matching refs:got
453 int got = 0, want = CEPH_CAP_FILE_EXCL | CEPH_CAP_DIR_CREATE; in try_prep_async_create() local
491 got = want; in try_prep_async_create()
494 return got; in try_prep_async_create()
1553 int want, got = 0; in ceph_read_iter() local
1570 &got, &pinned_page); in ceph_read_iter()
1579 if ((got & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) == 0 || in ceph_read_iter()
1585 ceph_cap_string(got)); in ceph_read_iter()
1600 CEPH_DEFINE_RW_CONTEXT(rw_ctx, got); in ceph_read_iter()
1603 ceph_cap_string(got)); in ceph_read_iter()
1610 inode, ceph_vinop(inode), ceph_cap_string(got), (int)ret); in ceph_read_iter()
1615 ceph_put_cap_refs(ci, got); in ceph_read_iter()
1710 int err, want, got; in ceph_write_iter() local
1786 got = 0; in ceph_write_iter()
1788 &got, NULL); in ceph_write_iter()
1799 inode, ceph_vinop(inode), pos, count, ceph_cap_string(got)); in ceph_write_iter()
1801 if ((got & (CEPH_CAP_FILE_BUFFER|CEPH_CAP_FILE_LAZYIO)) == 0 || in ceph_write_iter()
1864 ceph_cap_string(got)); in ceph_write_iter()
1865 ceph_put_cap_refs(ci, got); in ceph_write_iter()
1882 ceph_put_cap_refs(ci, got); in ceph_write_iter()
2083 int want, got = 0; in ceph_fallocate() local
2125 ret = ceph_get_caps(file, CEPH_CAP_FILE_WR, want, endoff, &got, NULL); in ceph_fallocate()
2142 ceph_put_cap_refs(ci, got); in ceph_fallocate()