Home
last modified time | relevance | path

Searched refs:fsmod (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/ufs/lockfs/
H A Dlockfs.c254 int fsmod = 0; in printstatus() local
295 fsmod = LOCKFS_IS_MOD(&lf); in printstatus()
316 fsmod = LOCKFS_IS_MOD(&lf); in printstatus()
324 fsmod = LOCKFS_IS_MOD(&lf); in printstatus()
336 if (fsmod) in printstatus()
/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c4630 char *fstyp, *fsmod; in rootconf() local
4633 getrootfs(&fstyp, &fsmod); in rootconf()
4651 if (modload("fs", fsmod) == -1) in rootconf()
4652 panic("Cannot _init %s module", fsmod); in rootconf()