Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2ops.c1000 size_t name_len, value_len, user_name_len; in move_smb2_ea_to_cifs() local
1033 user_name_len = 5 + 1 + name_len; in move_smb2_ea_to_cifs()
1037 rc += user_name_len; in move_smb2_ea_to_cifs()
1038 } else if (dst_size >= user_name_len) { in move_smb2_ea_to_cifs()
1039 dst_size -= user_name_len; in move_smb2_ea_to_cifs()
1046 rc += user_name_len; in move_smb2_ea_to_cifs()