Lines Matching refs:info_buf
1116 FILE_BASIC_INFO info_buf; local
1125 info_buf.Pad = 0;
1129 info_buf.LastAccessTime =
1132 info_buf.LastAccessTime = 0;
1136 info_buf.LastWriteTime =
1139 info_buf.LastWriteTime = 0;
1149 info_buf.ChangeTime =
1152 info_buf.ChangeTime = 0;
1154 info_buf.CreationTime = 0; /* don't change */
1155 info_buf.Attributes = cpu_to_le32(dosattr);
1157 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1179 FILE_BASIC_INFO *info_buf = NULL; local
1219 info_buf = kzalloc(sizeof(*info_buf), GFP_KERNEL);
1220 if (info_buf == NULL) {
1224 info_buf->Attributes = cpu_to_le32(dosattr);
1225 rc = CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1268 kfree(info_buf);
1282 info_buf->Attributes = cpu_to_le32(origattr);
1283 if (!CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,