Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2ops.c1001 size_t name_len, value_len, user_name_len; in move_smb2_ea_to_cifs() local
1034 user_name_len = 5 + 1 + name_len; in move_smb2_ea_to_cifs()
1038 rc += user_name_len; in move_smb2_ea_to_cifs()
1039 } else if (dst_size >= user_name_len) { in move_smb2_ea_to_cifs()
1040 dst_size -= user_name_len; in move_smb2_ea_to_cifs()
1047 rc += user_name_len; in move_smb2_ea_to_cifs()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2ops.c979 size_t name_len, value_len, user_name_len; in move_smb2_ea_to_cifs() local
1012 user_name_len = 5 + 1 + name_len; in move_smb2_ea_to_cifs()
1016 rc += user_name_len; in move_smb2_ea_to_cifs()
1017 } else if (dst_size >= user_name_len) { in move_smb2_ea_to_cifs()
1018 dst_size -= user_name_len; in move_smb2_ea_to_cifs()
1025 rc += user_name_len; in move_smb2_ea_to_cifs()

Completed in 14 milliseconds