Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dsmb2pdu.h308 struct smb2_file_full_ea_info { /* encoding of response for level 15 */ struct
Dsmb2proto.h221 struct smb2_file_full_ea_info *buf, int len);
Dsmb2ops.c956 struct smb2_file_full_ea_info *src, size_t src_size, in move_smb2_ea_to_cifs()
1048 struct smb2_file_full_ea_info *info = NULL; in smb2_query_eas()
1073 sizeof(struct smb2_file_full_ea_info)); in smb2_query_eas()
1077 info = (struct smb2_file_full_ea_info *)( in smb2_query_eas()
1108 struct smb2_file_full_ea_info *ea = NULL; in smb2_set_ea()
Dsmb2pdu.c5252 struct smb2_file_full_ea_info *buf, int len) in SMB2_set_ea()