Home
last modified time | relevance | path

Searched refs:_got (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/nios2/boot/compressed/
H A Dvmlinux.lds.S26 _got = .; define
44 got_len = (_egot - _got);
/kernel/linux/linux-6.6/arch/nios2/boot/compressed/
H A Dvmlinux.lds.S26 _got = .; define
44 got_len = (_egot - _got);
/kernel/linux/linux-5.10/fs/ceph/
H A Dcaps.c2953 int ret, _got, flags; in ceph_get_caps() local
2969 _got = 0; in ceph_get_caps()
2971 flags, &_got); in ceph_get_caps()
2993 endoff, flags, &_got))) { in ceph_get_caps()
3014 if (ret >= 0 && _got) in ceph_get_caps()
3015 ceph_put_cap_refs(ci, _got); in ceph_get_caps()
3040 (_got & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) && in ceph_get_caps()
3055 ceph_put_cap_refs(ci, _got); in ceph_get_caps()
3056 _got = 0; in ceph_get_caps()
3073 (_got in ceph_get_caps()
[all...]
/kernel/linux/linux-6.6/fs/ceph/
H A Dcaps.c2969 int ret, _got, flags; in __ceph_get_caps() local
2985 _got = 0; in __ceph_get_caps()
2987 flags, &_got); in __ceph_get_caps()
3009 endoff, flags, &_got))) { in __ceph_get_caps()
3030 if (ret >= 0 && _got) in __ceph_get_caps()
3031 ceph_put_cap_refs(ci, _got); in __ceph_get_caps()
3056 (_got & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) && in __ceph_get_caps()
3071 ceph_put_cap_refs(ci, _got); in __ceph_get_caps()
3072 _got = 0; in __ceph_get_caps()
3087 *got = _got; in __ceph_get_caps()
[all...]

Completed in 10 milliseconds