Home
last modified time | relevance | path

Searched refs:UFS1 (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/sys/ufs/ufs/
HDREADME.acls25 necessary. For UFS1, you must also enable the optional extended attributes
49 UFS1 is discouraged; UFS2 extended attributes provide a more reliable
52 Currently, support for ACLs on UFS1 requires the use of UFS1 EAs, which may
67 for directories. If you're using UFS1 Extended Attributes, the following
HDREADME.extattr29 is recommended that you use UFS2 in preference to UFS1.
31 Support for UFS extended attributes may be enabled for UFS1 by adding:
HDufsmount.h176 #define UFS1 1 macro
HDufs_extattr.c474 if (ump->um_fstype != UFS1) in ufs_extattr_autostart_locked()
736 if (ump->um_fstype != UFS1) { in ufs_extattrctl()
/freebsd-13-stable/sys/ufs/ffs/
HDffs_vfsops.c1026 ump->um_fstype = UFS1; in ffs_mountfs()
2170 if (ump->um_fstype == UFS1 && ip->i_din1 != NULL) in ffs_ifree()
HDffs_softdep.c6906 if (ump->um_fstype == UFS1) { in softdep_journal_freeblocks()
7158 if (ump->um_fstype == UFS1) { in softdep_setup_freeblocks()
8395 if (ump->um_fstype == UFS1) { in indir_trunc()
11684 fstype = UFS1; in handle_written_inodeblock()
11719 if (fstype == UFS1) in handle_written_inodeblock()
11747 if (fstype == UFS1) { in handle_written_inodeblock()
11825 if (fstype == UFS1) { in handle_written_inodeblock()
HDffs_alloc.c557 error = ump->um_fstype == UFS1 ? ffs_reallocblks_ufs1(ap) : in ffs_reallocblks()