Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dsmb2pdu.h309 struct smb2_file_full_ea_info { /* encoding of response for level 15 */ struct
420 struct smb2_file_full_ea_info ea;
438 sizeof(struct smb2_file_full_ea_info)), 4) + \
439 SMB2_WSL_XATTR_NAME_LEN + 1 + sizeof(struct smb2_file_full_ea_info))
Dreparse.c358 struct smb2_file_full_ea_info *ea; in wsl_set_xattrs()
612 struct smb2_file_full_ea_info *ea; in wsl_to_fattr()
636 ea = (struct smb2_file_full_ea_info *)data->wsl.eas; in wsl_to_fattr()
Dsmb2proto.h245 struct smb2_file_full_ea_info *buf, int len);
Dsmb2ops.c1009 struct smb2_file_full_ea_info *src, size_t src_size, in move_smb2_ea_to_cifs()
1101 struct smb2_file_full_ea_info *info = NULL; in smb2_query_eas()
1126 sizeof(struct smb2_file_full_ea_info)); in smb2_query_eas()
1130 info = (struct smb2_file_full_ea_info *)( in smb2_query_eas()
1161 struct smb2_file_full_ea_info *ea; in smb2_set_ea()
Dsmb2inode.c105 struct smb2_file_full_ea_info *ea; in check_wsl_eas()
Dsmb2pdu.c5731 struct smb2_file_full_ea_info *buf, int len) in SMB2_set_ea()