Home
last modified time | relevance | path

Searched refs:UM_UFS1 (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/ufs/ufs/
H A Dinode.h269 (((ip)->i_ump->um_fstype == UM_UFS1) ? \
279 if ((ip)->i_ump->um_fstype == UM_UFS1) \
298 (((ip)->i_ump->um_fstype == UM_UFS1) ? \
H A Dufsmount.h75 #define UM_UFS1 1 macro
H A Ddinode.h134 ((ip)->i_ump->um_fstype == UM_UFS1) ? \
/openbsd/sys/ufs/ffs/
H A Dffs_vfsops.c714 ump->um_fstype = UM_UFS1; in ffs_mountfs()