Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m32r/boot/compressed/
Dvmlinux.lds.S16 _got = .; symbol
29 got_len = (_egot - _got);
/linux-4.4.14/arch/nios2/boot/compressed/
Dvmlinux.lds.S39 _got = .; symbol
57 got_len = (_egot - _got);
/linux-4.4.14/arch/x86/boot/compressed/
Dvmlinux.lds.S45 _got = .; symbol
Dhead_32.S197 leal _got(%ebx), %edx
Dhead_64.S392 leaq _got(%rip), %rdx
/linux-4.4.14/fs/ceph/
Dcaps.c2469 int _got, ret, err = 0; in ceph_get_caps() local
2480 _got = 0; in ceph_get_caps()
2482 false, &_got, &err); in ceph_get_caps()
2491 true, &_got, &err)); in ceph_get_caps()
2501 (_got & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) && in ceph_get_caps()
2516 ceph_put_cap_refs(ci, _got); in ceph_get_caps()
2517 _got = 0; in ceph_get_caps()
2533 *got = _got; in ceph_get_caps()