Lines Matching refs:info
1159 * @dir: path info
1191 * ksmbd_vfs_kern_path_locked() - lookup a file and get path info
1194 * @parent_path: if lookup succeed, return parent_path info
1195 * @path: if lookup succeed, return path info
1642 struct file_directory_info *info = (struct file_directory_info *)(*p);
1646 info->FileIndex = 0;
1647 info->CreationTime = cpu_to_le64(ksmbd_kstat->create_time);
1649 info->LastAccessTime = cpu_to_le64(time);
1651 info->LastWriteTime = cpu_to_le64(time);
1653 info->ChangeTime = cpu_to_le64(time);
1656 info->EndOfFile = 0;
1657 info->AllocationSize = 0;
1659 info->EndOfFile = cpu_to_le64(kstat->size);
1660 info->AllocationSize = cpu_to_le64(kstat->blocks << 9);
1662 info->ExtFileAttributes = ksmbd_kstat->file_attributes;
1664 return info;