Lines Matching defs:symlink
2809 cifs_dbg(VFS, "%lld not a supported symlink type\n",
2840 cifs_dbg(VFS, "srv returned malformed symlink buffer\n");
2885 cifs_dbg(VFS, "srv returned unknown symlink buffer tag:0x%08x\n",
2906 struct smb2_symlink_err_rsp *symlink;
3035 symlink = (struct smb2_symlink_err_rsp *)err_buf->ErrorData;
3036 if (le32_to_cpu(symlink->SymLinkErrorTag) != SYMLINK_ERROR_TAG ||
3037 le32_to_cpu(symlink->ReparseTag) != IO_REPARSE_TAG_SYMLINK) {
3042 /* open must fail on symlink - reset rc */
3044 sub_len = le16_to_cpu(symlink->SubstituteNameLength);
3045 sub_offset = le16_to_cpu(symlink->SubstituteNameOffset);
3046 print_len = le16_to_cpu(symlink->PrintNameLength);
3047 print_offset = le16_to_cpu(symlink->PrintNameOffset);
3061 (char *)symlink->PathBuffer + sub_offset,
3071 cifs_dbg(FYI, "query symlink rc %d\n", rc);
3274 * When querying an ACL, even if the file is a symlink we want to open