Lines Matching refs:info_buf
1569 FILE_BASIC_INFO info_buf;
1578 info_buf.Pad = 0;
1582 info_buf.LastAccessTime =
1585 info_buf.LastAccessTime = 0;
1589 info_buf.LastWriteTime =
1592 info_buf.LastWriteTime = 0;
1602 info_buf.ChangeTime =
1605 info_buf.ChangeTime = 0;
1607 info_buf.CreationTime = 0; /* don't change */
1608 info_buf.Attributes = cpu_to_le32(dosattr);
1610 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1633 FILE_BASIC_INFO *info_buf = NULL;
1674 info_buf = kzalloc(sizeof(*info_buf), GFP_KERNEL);
1675 if (info_buf == NULL) {
1679 info_buf->Attributes = cpu_to_le32(dosattr);
1680 rc = CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1723 kfree(info_buf);
1737 info_buf->Attributes = cpu_to_le32(origattr);
1738 if (!CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,