Home
last modified time | relevance | path

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

/netbsd-src/sbin/resize_ffs/
H A DTODO4 * Support shrinking UFS2 file systems
/netbsd-src/sys/ufs/ufs/
H A DREADME.acls25 For UFS2, this is supported natively, so no further configuration is
50 UFS1 is discouraged; UFS2 extended attributes provide a more reliable
H A Dufsmount.h172 #define UFS2 2 macro
H A Dufs_inode.c330 if (ip->i_ump->um_fstype == UFS2) in ufs_truncate_all()
H A Dinode.h246 ((ip)->i_ump->um_fstype == UFS2 && (ip)->i_ffs2_extsize > 0)
H A Dufs_bmap.c194 KASSERT(ump->um_fstype == UFS2 && (ump->um_flags & UFS_EA) != 0); in ufs_bmaparray()
H A Dufs_vnops.c646 ip->i_ump->um_fstype == UFS2) { in ufs_setattr()
/netbsd-src/sys/arch/luna68k/stand/boot/
H A Dversion10 1.3: Add UFS2 support.
/netbsd-src/sys/ufs/ffs/
H A 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()
H A Dffs_vfsops.c406 if (ump->um_fstype == UFS2 && (ump->um_flags & UFS_EA) == 0 && in ffs_acls()
865 /* Allow converting from UFS2 to UFS2EA but not vice versa. */ in ffs_reload()
1265 fstype = UFS2; in ffs_mountfs()
1270 fstype = UFS2; in ffs_mountfs()
2495 * UFS2 has native extended attributes.
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dstat-time.m462 # Check for st_birthtime, a feature from UFS2 (FreeBSD, NetBSD, OpenBSD, etc.)
/netbsd-src/sys/arch/sparc/stand/bootblk/
H A Dgenfth.cf91 # XXX: Will not work for UFS2!
H A Dbootblk.fth344 \ Assume UFS2 dinodes are always bigger than UFS1
/netbsd-src/usr.bin/fstat/
H A Dfstat.c781 case UFS2: in ufs_filestat()