Lines Matching refs:info_buf
1443 FILE_BASIC_INFO info_buf; local
1452 info_buf.Pad = 0;
1456 info_buf.LastAccessTime =
1459 info_buf.LastAccessTime = 0;
1463 info_buf.LastWriteTime =
1466 info_buf.LastWriteTime = 0;
1476 info_buf.ChangeTime =
1479 info_buf.ChangeTime = 0;
1481 info_buf.CreationTime = 0; /* don't change */
1482 info_buf.Attributes = cpu_to_le32(dosattr);
1484 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1507 FILE_BASIC_INFO *info_buf = NULL; local
1548 info_buf = kzalloc(sizeof(*info_buf), GFP_KERNEL);
1549 if (info_buf == NULL) {
1553 info_buf->Attributes = cpu_to_le32(dosattr);
1554 rc = CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1597 kfree(info_buf);
1611 info_buf->Attributes = cpu_to_le32(origattr);
1612 if (!CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,