Home
last modified time | relevance | path

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

/Linux-v4.19/arch/nios2/boot/compressed/
Dvmlinux.lds.S39 _got = .; symbol
57 got_len = (_egot - _got);
/Linux-v4.19/arch/x86/boot/compressed/
Dhead_32.S60 .hidden _got
227 leal _got(%ebx), %edx
Dvmlinux.lds.S46 _got = .; symbol
Dhead_64.S43 .hidden _got
550 leaq _got(%rip), %rdx
/Linux-v4.19/fs/ceph/
Dcaps.c2703 int _got, ret, err = 0; in ceph_get_caps() local
2714 _got = 0; in ceph_get_caps()
2716 false, &_got, &err); in ceph_get_caps()
2727 true, &_got, &err)) { in ceph_get_caps()
2753 (_got & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) && in ceph_get_caps()
2768 ceph_put_cap_refs(ci, _got); in ceph_get_caps()
2769 _got = 0; in ceph_get_caps()
2785 if ((_got & CEPH_CAP_FILE_RD) && (_got & CEPH_CAP_FILE_CACHE)) in ceph_get_caps()
2788 *got = _got; in ceph_get_caps()