Lines Matching refs:info_buf
1442 FILE_BASIC_INFO info_buf; local
1451 info_buf.Pad = 0;
1455 info_buf.LastAccessTime =
1458 info_buf.LastAccessTime = 0;
1462 info_buf.LastWriteTime =
1465 info_buf.LastWriteTime = 0;
1475 info_buf.ChangeTime =
1478 info_buf.ChangeTime = 0;
1480 info_buf.CreationTime = 0; /* don't change */
1481 info_buf.Attributes = cpu_to_le32(dosattr);
1483 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1506 FILE_BASIC_INFO *info_buf = NULL; local
1547 info_buf = kzalloc(sizeof(*info_buf), GFP_KERNEL);
1548 if (info_buf == NULL) {
1552 info_buf->Attributes = cpu_to_le32(dosattr);
1553 rc = CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1596 kfree(info_buf);
1610 info_buf->Attributes = cpu_to_le32(origattr);
1611 if (!CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,