Searched refs:struct_cv (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/net/ceph/ |
H A D | osd_client.c | 3475 u8 struct_v, struct_cv; in ceph_oloc_decode() local 3482 struct_cv = ceph_decode_8(p); in ceph_oloc_decode() 3485 struct_v, struct_cv); in ceph_oloc_decode() 3488 if (struct_cv > 6) { in ceph_oloc_decode() 3490 struct_v, struct_cv); in ceph_oloc_decode() 3548 u8 struct_v, struct_cv; in ceph_redirect_decode() local 3555 struct_cv = ceph_decode_8(p); in ceph_redirect_decode() 3556 if (struct_cv > 1) { in ceph_redirect_decode() 3558 struct_v, struct_cv); in ceph_redirect_decode()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | osd_client.c | 3562 u8 struct_v, struct_cv; in ceph_oloc_decode() local 3569 struct_cv = ceph_decode_8(p); in ceph_oloc_decode() 3572 struct_v, struct_cv); in ceph_oloc_decode() 3575 if (struct_cv > 6) { in ceph_oloc_decode() 3577 struct_v, struct_cv); in ceph_oloc_decode() 3635 u8 struct_v, struct_cv; in ceph_redirect_decode() local 3642 struct_cv = ceph_decode_8(p); in ceph_redirect_decode() 3643 if (struct_cv > 1) { in ceph_redirect_decode() 3645 struct_v, struct_cv); in ceph_redirect_decode()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | mds_client.c | 4949 u8 struct_v, struct_cv; in ceph_mdsc_handle_fsmap() local 4959 struct_cv = ceph_decode_8(&p); in ceph_mdsc_handle_fsmap()
|
Completed in 20 milliseconds