Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A 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))
H A 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()
H A Dsmb2proto.h246 struct smb2_file_full_ea_info *buf, int len);
H A Dsmb2ops.c973 struct smb2_file_full_ea_info *src, size_t src_size, in move_smb2_ea_to_cifs()
1065 struct smb2_file_full_ea_info *info = NULL; in smb2_query_eas()
1090 sizeof(struct smb2_file_full_ea_info)); in smb2_query_eas()
1094 info = (struct smb2_file_full_ea_info *)( in smb2_query_eas()
1125 struct smb2_file_full_ea_info *ea; in smb2_set_ea()
H A Dsmb2inode.c105 struct smb2_file_full_ea_info *ea; in check_wsl_eas()
H A Dsmb2pdu.c5637 struct smb2_file_full_ea_info *buf, int len) in SMB2_set_ea()