Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dsmb2file.c55 iov->iov_len >= SMB2_SYMLINK_STRUCT_SIZE) { in symlink_data()
85 if (iov->iov_len < SMB2_SYMLINK_STRUCT_SIZE + sub_offs + sub_len || in smb2_parse_symlink_response()
86 iov->iov_len < SMB2_SYMLINK_STRUCT_SIZE + print_offs + print_len) in smb2_parse_symlink_response()
Dsmb2pdu.h59 #define SMB2_SYMLINK_STRUCT_SIZE \ macro