Home
last modified time | relevance | path

Searched refs:info_buf (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/cifs/
Dinode.c1135 FILE_BASIC_INFO info_buf; local
1144 info_buf.Pad = 0;
1148 info_buf.LastAccessTime =
1151 info_buf.LastAccessTime = 0;
1155 info_buf.LastWriteTime =
1158 info_buf.LastWriteTime = 0;
1168 info_buf.ChangeTime =
1171 info_buf.ChangeTime = 0;
1173 info_buf.CreationTime = 0; /* don't change */
1174 info_buf.Attributes = cpu_to_le32(dosattr);
[all …]