Home
last modified time | relevance | path

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

/linux-6.12.1/arch/nios2/boot/compressed/
Dvmlinux.lds.S26 _got = .; symbol
44 got_len = (_egot - _got);
/linux-6.12.1/fs/ceph/
Dcaps.c3058 int ret, _got, flags; in __ceph_get_caps() local
3074 _got = 0; in __ceph_get_caps()
3076 flags, &_got); in __ceph_get_caps()
3102 endoff, flags, &_got))) { in __ceph_get_caps()
3125 if (ret >= 0 && _got) in __ceph_get_caps()
3126 ceph_put_cap_refs(ci, _got); in __ceph_get_caps()
3151 (_got & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) && in __ceph_get_caps()
3166 ceph_put_cap_refs(ci, _got); in __ceph_get_caps()
3167 _got = 0; in __ceph_get_caps()
3182 *got = _got; in __ceph_get_caps()