Searched refs:_got (Results 1 – 2 of 2) sorted by relevance
26 _got = .; symbol44 got_len = (_egot - _got);
2863 int ret, _got, flags; in ceph_get_caps() local2879 _got = 0; in ceph_get_caps()2881 flags, &_got); in ceph_get_caps()2903 endoff, flags, &_got))) { in ceph_get_caps()2924 if (ret >= 0 && _got) in ceph_get_caps()2925 ceph_put_cap_refs(ci, _got); in ceph_get_caps()2950 (_got & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) && in ceph_get_caps()2965 ceph_put_cap_refs(ci, _got); in ceph_get_caps()2966 _got = 0; in ceph_get_caps()2981 *got = _got; in ceph_get_caps()
Completed in 13 milliseconds