Home
last modified time | relevance | path

Searched refs:um_fstype (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/ufs/ufs/
H A Dufsmount.h90 uint64_t um_fstype; /* (c) type of filesystem */ member
H A Dufs_extattr.c473 if (ump->um_fstype != UFS1) in ufs_extattr_autostart_locked()
735 if (ump->um_fstype != UFS1) { in ufs_extattrctl()
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c996 ump->um_fstype = UFS1; in ffs_mountfs()
999 ump->um_fstype = UFS2; in ffs_mountfs()
2128 if (ump->um_fstype == UFS1 && ip->i_din1 != NULL) in ffs_extattrctl()
H A Dffs_alloc.c555 error = ump->um_fstype == UFS1 ? ffs_reallocblks_ufs1(ap) : in ffs_reallocblks()
H A Dffs_softdep.c6911 if (ump->um_fstype == UFS1) { in softdep_journal_freeblocks()
7163 if (ump->um_fstype == UFS1) { in softdep_setup_freeblocks()
8400 if (ump->um_fstype == UFS1) { in indir_trunc()