Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dsmb2inode.c546 ((struct smb2_hdr *)err_iov[0].iov_base)->Status == STATUS_STOPPED_ON_SYMLINK) { in smb2_query_path_info()
597 ((struct smb2_hdr *)err_iov[0].iov_base)->Status == STATUS_STOPPED_ON_SYMLINK) { in smb311_posix_query_path_info()
Dsmb2file.c126 else if (hdr->Status == STATUS_STOPPED_ON_SYMLINK) { in smb2_open_file()
Dsmb2misc.c242 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-v6.1/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()