Home
last modified time | relevance | path

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

/linux/fs/ksmbd/
A Dsmb2pdu.h897 struct smb2_ea_info { struct
909 struct smb2_ea_info ea; argument
A Dsmb2pdu.c2166 static int smb2_set_ea(struct smb2_ea_info *eabuf, unsigned int buf_len, in smb2_set_ea()
2174 if (buf_len < sizeof(struct smb2_ea_info) + eabuf->EaNameLength + in smb2_set_ea()
2244 eabuf = (struct smb2_ea_info *)((char *)eabuf + next); in smb2_set_ea()
2844 sizeof(struct smb2_ea_info)) { in smb2_open()
4131 struct smb2_ea_info *eainfo, *prev_eainfo; in smb2_get_ea()
4178 eainfo = (struct smb2_ea_info *)ptr; in smb2_get_ea()
4214 buf_free_len -= (offsetof(struct smb2_ea_info, name) + in smb2_get_ea()
4246 next_offset = offsetof(struct smb2_ea_info, name) + in smb2_get_ea()
4259 eainfo = (struct smb2_ea_info *)ptr; in smb2_get_ea()
5935 if (buf_len < sizeof(struct smb2_ea_info)) in smb2_set_info_file()
[all …]

Completed in 21 milliseconds