Home
last modified time | relevance | path

Searched refs:UFS2 (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/sbin/resize_ffs/
DTODO4 * Support shrinking UFS2 file systems
/netbsd/src/sys/ufs/ufs/
DREADME.acls25 For UFS2, this is supported natively, so no further configuration is
50 UFS1 is discouraged; UFS2 extended attributes provide a more reliable
Dufsmount.h172 #define UFS2 2 macro
Dinode.h246 ((ip)->i_ump->um_fstype == UFS2 && (ip)->i_ffs2_extsize > 0)
Dufs_inode.c330 if (ip->i_ump->um_fstype == UFS2) in ufs_truncate_all()
Dufs_bmap.c194 KASSERT(ump->um_fstype == UFS2 && (ump->um_flags & UFS_EA) != 0); in ufs_bmaparray()
Dufs_vnops.c646 ip->i_ump->um_fstype == UFS2) { in ufs_setattr()
/netbsd/src/sys/arch/luna68k/stand/boot/
Dversion10 1.3: Add UFS2 support.
/netbsd/src/sys/ufs/ffs/
Dffs_extattr.c117 #define I_IS_UFS2(ip) ((ip)->i_ump->um_fstype == UFS2)
154 if (uio->uio_rw != UIO_READ || ip->i_ump->um_fstype != UFS2) in ffs_extread()
272 if (uio->uio_rw != UIO_WRITE || ip->i_ump->um_fstype != UFS2) in ffs_extwrite()
Dffs_vfsops.c406 if (ump->um_fstype == UFS2 && (ump->um_flags & UFS_EA) == 0 && in ffs_acls()
1265 fstype = UFS2; in ffs_mountfs()
1270 fstype = UFS2; in ffs_mountfs()
/netbsd/src/
DUPDATING186 The addition to NetBSD's version of UFS2 of support for extended
188 of NetBSD, so UFS2 has been restored to being compatible with
193 Support for UFS2 with extended attributes is now available in a new
195 in an original UFS2 file system then "fsck -p" will now fail due to
199 a UFS2 file system to UFS2ea and leave extended attributes in place,
/netbsd/src/sys/arch/sparc/stand/bootblk/
Dgenfth.cf91 # XXX: Will not work for UFS2!
Dbootblk.fth344 \ Assume UFS2 dinodes are always bigger than UFS1
/netbsd/src/usr.bin/fstat/
Dfstat.c781 case UFS2: in ufs_filestat()
/netbsd/src/doc/
DCHANGES.prev7377 kernel and userland: UFS2 support from Kirk McKusick via FreeBSD.
9132 cobalt: Add support for booting from UFS2 partition to bootloader.
9138 arc: Add support for booting from UFS2 partition to bootloader.
9169 sgimips: Add support for booting from UFS2 to bootloader.
9409 sparc: Add support booting from UFS2 partition. [tsutsui 20080405]
10121 amd64, i386: Default to UFS2 on sysinst(8). [ad 20090404]
10124 sysinst(8): Make installer reject UFS2 for root partition on ports
10125 whose bootloaders don't support UFS2 boot. [tsutsui 20090407]
10156 landisk: Add UFS2 boot support. [tsutsui 20090421]
10157 pmax: Add UFS2 boot support. [tsutsui 20090421]
[all …]