Searched defs:fs_clean (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfs.h210 char fs_clean; /* file system is clean flag */ member in struct:fs
230 long fs_state; /* validate fs_clean field */
H A Dufs.h141 char fs_clean; /* file system state flag */ member in struct:fs
H A Dufs2.h302 grub_int8_t fs_clean; /* filesystem is clean flag */ member in struct:fs
336 grub_int32_t fs_state; /* validate fs_clean field */
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h185 * In the 5.0 release, the file system state flag in the superblock (fs_clean)
186 * is now used. The value of fs_clean can be:
197 * fs_clean information could be trusted only if
200 * Note: mount(2) will now return ENOSPC if fs_clean is neither FSCLEAN nor
223 * fs_clean values
321 char fs_clean; /* file system state flag */ member in struct:fs
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h318 int8_t fs_clean; /* filesystem is clean flag */ member in struct:fs
360 int32_t fs_state; /* validate fs_clean field */
393 * mounted with fs_clean set to zero. The FS_DOSOFTDEP flag indicates

Completed in 71 milliseconds