Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/nios2/boot/compressed/
H A Dvmlinux.lds.S26 _got = .; symbol
44 got_len = (_egot - _got);
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dcaps.c2946 int ret, _got, flags; in ceph_get_caps() local
2962 _got = 0; in ceph_get_caps()
2964 flags, &_got); in ceph_get_caps()
2986 endoff, flags, &_got))) { in ceph_get_caps()
3007 if (ret >= 0 && _got) in ceph_get_caps()
3008 ceph_put_cap_refs(ci, _got); in ceph_get_caps()
3033 (_got & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) && in ceph_get_caps()
3048 ceph_put_cap_refs(ci, _got); in ceph_get_caps()
3049 _got = 0; in ceph_get_caps()
3066 (_got & CEPH_CAP_FILE_RD) && (_got & CEPH_CAP_FILE_CACHE)) in ceph_get_caps()
[all …]