Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2file.c189 if (hdr->Status == STATUS_STOPPED_ON_SYMLINK) { in smb2_open_file()
H A Dsmb2misc.c242 shdr->Status == STATUS_STOPPED_ON_SYMLINK) in smb2_check_message()
H A Dsmb2inode.c887 case STATUS_STOPPED_ON_SYMLINK: in parse_create_response()
H A Dsmb2maperror.c247 {STATUS_STOPPED_ON_SYMLINK, -EOPNOTSUPP, "STATUS_STOPPED_ON_SYMLINK"},
/linux/fs/smb/common/
H A Dsmb2status.h208 #define STATUS_STOPPED_ON_SYMLINK cpu_to_le32(0x8000002D) macro