Searched refs:_got (Results 1 – 5 of 5) sorted by relevance
26 _got = .; symbol44 got_len = (_egot - _got);
60 .hidden _got227 leal _got(%ebx), %edx
46 _got = .; symbol
43 .hidden _got553 leaq _got(%rip), %rdx
2746 int ret, _got, flags; in ceph_get_caps() local2761 _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()[all …]