Lines Matching refs:info_buf
1039 FILE_BASIC_INFO info_buf; local
1050 info_buf.LastAccessTime =
1053 info_buf.LastAccessTime = 0;
1057 info_buf.LastWriteTime =
1060 info_buf.LastWriteTime = 0;
1070 info_buf.ChangeTime =
1073 info_buf.ChangeTime = 0;
1075 info_buf.CreationTime = 0; /* don't change */
1076 info_buf.Attributes = cpu_to_le32(dosattr);
1078 return server->ops->set_file_info(inode, full_path, &info_buf, xid);
1100 FILE_BASIC_INFO *info_buf = NULL; local
1140 info_buf = kzalloc(sizeof(*info_buf), GFP_KERNEL);
1141 if (info_buf == NULL) {
1145 info_buf->Attributes = cpu_to_le32(dosattr);
1146 rc = CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,
1189 kfree(info_buf);
1203 info_buf->Attributes = cpu_to_le32(origattr);
1204 if (!CIFSSMBSetFileInfo(xid, tcon, info_buf, fid.netfid,