Searched refs:err_buf (Results 1 - 4 of 4) sorted by relevance

/fs/hpfs/
H A Dsuper.c55 static char err_buf[1024]; variable
62 vsnprintf(err_buf, sizeof(err_buf), fmt, args);
65 pr_err("filesystem error: %s", err_buf);
/fs/cifs/
H A Dsmb2proto.h114 struct smb2_err_rsp **err_buf);
H A Dsmb2ops.c980 struct smb2_err_rsp *err_buf = NULL; local
997 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, &err_buf);
999 if (!rc || !err_buf) {
1005 symlink = (struct smb2_symlink_err_rsp *)err_buf->ErrorData;
H A Dsmb2pdu.c1071 struct smb2_err_rsp **err_buf)
1181 if (err_buf)
1182 *err_buf = kmemdup(rsp, get_rfc1002_length(rsp) + 4,
1069 SMB2_open(const unsigned int xid, struct cifs_open_parms *oparms, __le16 *path, __u8 *oplock, struct smb2_file_all_info *buf, struct smb2_err_rsp **err_buf) argument

Completed in 93 milliseconds