Lines Matching refs:info_buf
1409 FILE_BASIC_INFO info_buf;
1418 info_buf.Pad = 0;
1422 info_buf.LastAccessTime =
1425 info_buf.LastAccessTime = 0;
1429 info_buf.LastWriteTime =
1432 info_buf.LastWriteTime = 0;
1442 info_buf.ChangeTime =
1445 info_buf.ChangeTime = 0;
1447 info_buf.CreationTime = 0; /* don't change */
1448 info_buf.Attributes = cpu_to_le32(dosattr);
1450 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1472 FILE_BASIC_INFO *info_buf = NULL;
1512 info_buf = kzalloc(sizeof(*info_buf), GFP_KERNEL);
1513 if (info_buf == NULL) {
1517 info_buf->Attributes = cpu_to_le32(dosattr);
1518 rc = CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1561 kfree(info_buf);
1575 info_buf->Attributes = cpu_to_le32(origattr);
1576 if (!CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,