/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * include/asm-xtensa/stat.h * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2001 - 2007 Tensilica Inc.
*/
struct stat64 { unsignedlonglong st_dev; /* Device */ unsignedlonglong st_ino; /* File serial number */ unsignedint st_mode; /* File mode. */ unsignedint st_nlink; /* Link count. */ unsignedint st_uid; /* User ID of the file's owner. */ unsignedint st_gid; /* Group ID of the file's group. */ unsignedlonglong st_rdev; /* Device number, if device. */ longlong st_size; /* Size of file, in bytes. */ unsignedlong st_blksize; /* Optimal block size for I/O. */ unsignedlong __unused2; unsignedlonglong st_blocks; /* Number 512-byte blocks allocated. */ unsignedlong st_atime; /* Time of last access. */ unsignedlong st_atime_nsec; unsignedlong st_mtime; /* Time of last modification. */ unsignedlong st_mtime_nsec; unsignedlong st_ctime; /* Time of last status change. */ unsignedlong st_ctime_nsec; unsignedlong __unused4; unsignedlong __unused5;
};
#endif/* _XTENSA_STAT_H */
Messung V0.5
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.