Lines Matching +full:last +full:- +full:used
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
7 * eternity. Hopefully, this version gets used by new architectures
11 * stat is the same structure layout on 64-bit, without the 'long long'
36 long st_blocks; /* Number 512-byte blocks allocated. */
37 long st_atime; /* Time of last access. */
39 long st_mtime; /* Time of last modification. */
41 long st_ctime; /* Time of last status change. */
47 /* This matches struct stat64 in glibc2.1. Only used for 32 bit. */
61 long long st_blocks; /* Number 512-byte blocks allocated. */
62 int st_atime; /* Time of last access. */
64 int st_mtime; /* Time of last modification. */
66 int st_ctime; /* Time of last status change. */