Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/ufs/
H A Dufsmount.h185 #define UFS_MPISAPPLEUFS(ump) ((ump)->um_flags & UFS_ISAPPLEUFS) macro
187 #define UFS_MPISAPPLEUFS(ump) (0) macro
/netbsd-src/sys/ufs/ffs/
H A Dffs_vfsops.c924 if (UFS_MPISAPPLEUFS(ump)) { in ffs_reload()
1529 if (UFS_MPISAPPLEUFS(ump)) { in ffs_mountfs()
H A Dffs_snapshot.c1743 if (UFS_MPISAPPLEUFS(VFSTOUFS(mp))) in ffs_snapshot_mount()