Home
last modified time | relevance | path

Searched refs:_got (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/nios2/boot/compressed/
Dvmlinux.lds.S26 _got = .; symbol
44 got_len = (_egot - _got);
/Linux-v5.4/arch/x86/boot/compressed/
Dhead_32.S60 .hidden _got
227 leal _got(%ebx), %edx
Dvmlinux.lds.S46 _got = .; symbol
Dhead_64.S43 .hidden _got
553 leaq _got(%rip), %rdx
/Linux-v5.4/fs/ceph/
Dcaps.c2746 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()
[all …]