Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dsmb2ops.c866 size_t name_len, value_len, user_name_len; in move_smb2_ea_to_cifs() local
899 user_name_len = 5 + 1 + name_len; in move_smb2_ea_to_cifs()
903 rc += user_name_len; in move_smb2_ea_to_cifs()
904 } else if (dst_size >= user_name_len) { in move_smb2_ea_to_cifs()
905 dst_size -= user_name_len; in move_smb2_ea_to_cifs()
912 rc += user_name_len; in move_smb2_ea_to_cifs()