Lines Matching refs:struct_len
105 u32 struct_len; in parse_reply_info_in() local
114 ceph_decode_32_safe(p, end, struct_len, bad); in parse_reply_info_in()
115 ceph_decode_need(p, end, struct_len, bad); in parse_reply_info_in()
3015 size_t struct_len, total_len = 0; in encode_caps_cb() local
3056 struct_len = 2 * sizeof(u32) + in encode_caps_cb()
3059 rec.v2.flock_len = cpu_to_le32(struct_len); in encode_caps_cb()
3061 struct_len += sizeof(rec.v2); in encode_caps_cb()
3062 struct_len += sizeof(u32) + pathlen; in encode_caps_cb()
3065 struct_len += sizeof(u64); /* snap_follows */ in encode_caps_cb()
3067 total_len += struct_len; in encode_caps_cb()
3074 ceph_pagelist_encode_32(pagelist, struct_len); in encode_caps_cb()