Lines Matching refs:_got
2746 int ret, _got, flags; in ceph_get_caps() local
2761 _got = 0; in ceph_get_caps()
2763 flags, &_got); in ceph_get_caps()
2772 endoff, flags, &_got))) { in ceph_get_caps()
2787 if (ret >= 0 && _got) in ceph_get_caps()
2788 ceph_put_cap_refs(ci, _got); in ceph_get_caps()
2803 (_got & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) && in ceph_get_caps()
2818 ceph_put_cap_refs(ci, _got); in ceph_get_caps()
2819 _got = 0; in ceph_get_caps()
2835 if ((_got & CEPH_CAP_FILE_RD) && (_got & CEPH_CAP_FILE_CACHE)) in ceph_get_caps()
2838 *got = _got; in ceph_get_caps()