Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ufs/
H A DREADME.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
H A DREADME.extattr29 is recommended that you use UFS2 in preference to UFS1.
31 Support for UFS extended attributes may be enabled for UFS1 by adding:
H A Dufsmount.h171 #define UFS1 1 macro
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/
H A DRELNOTES45 Defer the January 19, 2038 date limit in UFS1 filesystems to
46 February 7, 2106. This affects only UFS1 format filesystems.
H A DUPDATING56 Defer the January 19, 2038 date limit in UFS1 filesystems to
57 February 7, 2106. This affects only UFS1 format filesystems.
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c996 ump->um_fstype = UFS1; in ffs_mountfs()
2128 if (ump->um_fstype == UFS1 && ip->i_din1 != NULL) in ffs_extattrctl()
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()
10390 * Version of initiate_write_inodeblock that handles UFS1 dinodes.
11687 fstype = UFS1; in handle_written_inodeblock()
11722 if (fstype == UFS1) in handle_written_inodeblock()
11750 if (fstype == UFS1) { in handle_written_inodeblock()
11828 if (fstype == UFS1) { in handle_written_inodeblock()
H A Dffs_alloc.c555 error = ump->um_fstype == UFS1 ? ffs_reallocblks_ufs1(ap) : in ffs_reallocblks()