Home
last modified time | relevance | path

Searched refs:FS_NEED_ROLL (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c507 (fsp->fs_rolled == FS_NEED_ROLL)) { in ufs_mountroot()
721 fspt->fs_rolled = FS_NEED_ROLL; in remountfs()
1234 fsp->fs_rolled = FS_NEED_ROLL; in mountfs()
1636 (fs->fs_rolled == FS_NEED_ROLL)) { in ufs_unmount()
H A Dlufs.c1247 fs->fs_rolled = FS_NEED_ROLL; /* Mark the fs as unrolled */ in lufs_enable()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_fs.h374 #define FS_NEED_ROLL 2 macro