Home
last modified time | relevance | path

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

/linux/arch/nios2/boot/compressed/
H A Dvmlinux.lds.S26 _got = .; symbol
44 got_len = (_egot - _got);
/linux/fs/ceph/
H A Dcaps.c3044 int ret, _got, flags; in __ceph_get_caps() local
3060 _got = 0; in __ceph_get_caps()
3062 flags, &_got); in __ceph_get_caps()
3088 endoff, flags, &_got))) { in __ceph_get_caps()
3111 if (ret >= 0 && _got) in __ceph_get_caps()
3112 ceph_put_cap_refs(ci, _got); in __ceph_get_caps()
3137 (_got & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) && in __ceph_get_caps()
3152 ceph_put_cap_refs(ci, _got); in __ceph_get_caps()
3153 _got = 0; in __ceph_get_caps()
3168 *got = _got; in __ceph_get_caps()