Home
last modified time | relevance | path

Searched refs:STATUS_STOPPED_ON_SYMLINK (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/fs/cifs/
Dsmb2misc.c234 shdr->Status == STATUS_STOPPED_ON_SYMLINK) in smb2_check_message()
Dsmb2maperror.c247 {STATUS_STOPPED_ON_SYMLINK, -EOPNOTSUPP, "STATUS_STOPPED_ON_SYMLINK"},
Dsmb2status.h208 #define STATUS_STOPPED_ON_SYMLINK cpu_to_le32(0x8000002D) macro
/linux-5.19.10/fs/ksmbd/
Dsmbstatus.h209 #define STATUS_STOPPED_ON_SYMLINK cpu_to_le32(0x8000002D) macro
Dsmb2pdu.c136 if (err_rsp->hdr.Status != STATUS_STOPPED_ON_SYMLINK) { in smb2_set_err_rsp()