Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ksmbd/
Dsmb2pdu.h410 __le16 EaValueLength; member
Dsmb2pdu.c2199 le16_to_cpu(eabuf->EaValueLength)) in smb2_set_ea()
2213 le16_to_cpu(eabuf->EaValueLength), in smb2_set_ea()
2228 if (!eabuf->EaValueLength) { in smb2_set_ea()
2254 le16_to_cpu(eabuf->EaValueLength), 0); in smb2_set_ea()
2269 if (next < (u32)eabuf->EaNameLength + le16_to_cpu(eabuf->EaValueLength)) in smb2_set_ea()
4273 eainfo->EaValueLength = cpu_to_le16(value_len); in smb2_get_ea()