Lines Matching +full:last +full:- +full:used
1 /* SPDX-License-Identifier: GPL-2.0 */
17 On Coherent FS, they are always stored in PDP-11 manner: the least
18 significant 16 bits come last. */
21 /* 0 is non-existent */
26 /* Xenix super-block data on disk */
38 /* locks, not used by Linux: */
41 char s_fmod; /* super-block modified flag */
42 char s_ronly; /* flag whether fs is mounted read-only */
43 __fs32 s_time __packed2__; /* time of last super block update */
66 /* SystemV4 super-block data on disk */
79 /* locks, not used by Linux: */
82 char s_fmod; /* super-block modified flag */
83 char s_ronly; /* flag whether fs is mounted read-only */
84 __fs32 s_time; /* time of last super block update */
92 __fs32 s_state; /* file system state: 0x7c269d38-s_time means clean */
98 /* SystemV2 super-block data on disk */
108 /* locks, not used by Linux: */
111 char s_fmod; /* super-block modified flag */
112 char s_ronly; /* flag whether fs is mounted read-only */
113 __fs32 s_time __packed2__; /* time of last super block update */
126 /* V7 super-block data on disk */
138 /* locks, not used by Linux or V7: */
141 char s_fmod; /* super-block modified flag */
142 char s_ronly; /* flag whether fs is mounted read-only */
143 __fs32 s_time __packed2__; /* time of last super block update */
154 * the limit used by Seventh Edition's ls, though is high enough to assume
159 /* The disk addresses are three-byte (despite direct block addresses being
160 * aligned word-wise in inode). If the most significant byte is non-zero,
164 /* Coherent super-block data on disk */
176 /* locks, not used by Linux: */
179 char s_fmod; /* super-block modified flag */
180 char s_ronly; /* flag whether fs is mounted read-only */
181 __fs32 s_time __packed2__; /* time of last super block update */
188 __fs32 s_unique; /* zero, not used */
200 __fs32 i_atime; /* time of last access */
201 __fs32 i_mtime; /* time of last modification */