Home
last modified time | relevance | path

Searched refs:altname_len (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/fs/ceph/
Dmds_client.c313 u64 features, u32 *altname_len, u8 **altname) in parse_reply_info_lease() argument
333 *altname_len = 0; in parse_reply_info_lease()
344 ceph_decode_32_safe(p, end, *altname_len, bad); in parse_reply_info_lease()
345 ceph_decode_need(p, end, *altname_len, bad); in parse_reply_info_lease()
347 *p += *altname_len; in parse_reply_info_lease()
350 *altname_len = 0; in parse_reply_info_lease()
384 &info->altname_len, &info->altname); in parse_reply_info_trace()
449 u32 altname_len, _name_len; in parse_reply_info_readdir() local
465 &altname_len, &altname); in parse_reply_info_readdir()
477 fname.ctext_len = altname_len; in parse_reply_info_readdir()
[all …]
Dmds_client.h130 u32 altname_len; member
Dexport.c577 .ctext_len = rinfo->altname_len }; in ceph_get_name()
Dinode.c1529 .ctext_len = rinfo->altname_len }; in ceph_fill_trace()