Lines Matching refs:_got
2860 int ret, _got, flags; in ceph_get_caps() local
2876 _got = 0; in ceph_get_caps()
2878 flags, &_got); in ceph_get_caps()
2900 endoff, flags, &_got))) { in ceph_get_caps()
2921 if (ret >= 0 && _got) in ceph_get_caps()
2922 ceph_put_cap_refs(ci, _got); in ceph_get_caps()
2947 (_got & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) && in ceph_get_caps()
2962 ceph_put_cap_refs(ci, _got); in ceph_get_caps()
2963 _got = 0; in ceph_get_caps()
2980 (_got & CEPH_CAP_FILE_RD) && (_got & CEPH_CAP_FILE_CACHE)) in ceph_get_caps()
2983 *got = _got; in ceph_get_caps()