Home
last modified time | relevance | path

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

/Linux-v5.15/arch/nios2/boot/compressed/
Dvmlinux.lds.S26 _got = .; symbol
44 got_len = (_egot - _got);
/Linux-v5.15/fs/ceph/
Dcaps.c2862 int ret, _got, flags; in ceph_get_caps() local
2878 _got = 0; in ceph_get_caps()
2880 flags, &_got); in ceph_get_caps()
2902 endoff, flags, &_got))) { in ceph_get_caps()
2923 if (ret >= 0 && _got) in ceph_get_caps()
2924 ceph_put_cap_refs(ci, _got); in ceph_get_caps()
2949 (_got & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) && in ceph_get_caps()
2964 ceph_put_cap_refs(ci, _got); in ceph_get_caps()
2965 _got = 0; in ceph_get_caps()
2980 *got = _got; in ceph_get_caps()