Lines Matching +full:non +full:- +full:interleave
1 /* SPDX-License-Identifier: GPL-2.0 */
17 On Coherent FS, they are always stored in PDP-11 manner: the least
21 /* 0 is non-existent */
26 /* Xenix super-block data on disk */
41 char s_fmod; /* super-block modified flag */
42 char s_ronly; /* flag whether fs is mounted read-only */
66 /* SystemV4 super-block data on disk */
82 char s_fmod; /* super-block modified flag */
83 char s_ronly; /* flag whether fs is mounted read-only */
92 __fs32 s_state; /* file system state: 0x7c269d38-s_time means clean */
98 /* SystemV2 super-block data on disk */
111 char s_fmod; /* super-block modified flag */
112 char s_ronly; /* flag whether fs is mounted read-only */
126 /* V7 super-block data on disk */
141 char s_fmod; /* super-block modified flag */
142 char s_ronly; /* flag whether fs is mounted read-only */
147 __fs16 s_m; /* interleave factor */
148 __fs16 s_n; /* interleave factor */
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 */
179 char s_fmod; /* super-block modified flag */
180 char s_ronly; /* flag whether fs is mounted read-only */
184 __fs16 s_interleave_m; /* interleave factor */