Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/client/
Dsmb2file.c33 struct smb2_error_context_rsp *p, *end; in symlink_data()
35 len = (u32)err->ErrorContextCount * (offsetof(struct smb2_error_context_rsp, in symlink_data()
41 p = (struct smb2_error_context_rsp *)err->ErrorData; in symlink_data()
42 end = (struct smb2_error_context_rsp *)((u8 *)err + iov->iov_len); in symlink_data()
52 p = (struct smb2_error_context_rsp *)((u8 *)&p->ErrorContextData + len); in symlink_data()
Dsmb2pdu.h79 struct smb2_error_context_rsp { struct