Lines Matching refs:info_buf
1412 FILE_BASIC_INFO info_buf; local
1421 info_buf.Pad = 0;
1425 info_buf.LastAccessTime =
1428 info_buf.LastAccessTime = 0;
1432 info_buf.LastWriteTime =
1435 info_buf.LastWriteTime = 0;
1445 info_buf.ChangeTime =
1448 info_buf.ChangeTime = 0;
1450 info_buf.CreationTime = 0; /* don't change */
1451 info_buf.Attributes = cpu_to_le32(dosattr);
1453 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1475 FILE_BASIC_INFO *info_buf = NULL; local
1515 info_buf = kzalloc(sizeof(*info_buf), GFP_KERNEL);
1516 if (info_buf == NULL) {
1520 info_buf->Attributes = cpu_to_le32(dosattr);
1521 rc = CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1564 kfree(info_buf);
1578 info_buf->Attributes = cpu_to_le32(origattr);
1579 if (!CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,