HomeSort by: relevance | last modified time | path
    Searched refs:UFS1 (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/ufs/ufs/
inode.h 253 (((ip)->i_ump->um_fstype == UFS1) ? \
258 if ((ip)->i_ump->um_fstype == UFS1) \
266 if ((ip)->i_ump->um_fstype == UFS1) \
273 (((ip)->i_ump->um_fstype == UFS1) ? \
dinode.h 144 ((ip)->i_ump->um_fstype == UFS1) ? \
ufs_bmap.c 147 if (ump->um_fstype == UFS1)
174 if (ump->um_fstype == UFS1) {
211 if (ump->um_fstype == UFS1)
271 if (ump->um_fstype == UFS1) {
ufsmount.h 171 #define UFS1 1
ufs_vnops.c 420 if (ip->i_ump->um_fstype == UFS1) {
2187 if (ump->um_fstype == UFS1)
  /src/sys/ufs/ffs/
ffs_extattr.c 589 /* Not supported for UFS1 file systems. */
590 if (ip->i_ump->um_fstype == UFS1)
615 /* Not supported for UFS1 file systems. */
616 if (ip->i_ump->um_fstype == UFS1)
650 if (ip->i_ump->um_fstype == UFS1) {
713 if (ip->i_ump->um_fstype == UFS1) {
839 if (ip->i_ump->um_fstype == UFS1) {
903 if (ip->i_ump->um_fstype == UFS1) {
ffs_inode.c 644 #define RBAP(ip, i) (((ip)->i_ump->um_fstype == UFS1) ? \
648 if ((ip)->i_ump->um_fstype == UFS1) \
708 if (ip->i_ump->um_fstype == UFS1)
721 if (ip->i_ump->um_fstype == UFS1)
ffs_vfsops.c 1255 fstype = UFS1;
1260 fstype = UFS1;
1277 if (fstype == UFS1 && !(fs->fs_old_flags & FS_FLAGS_UPDATED)) {
1857 if (ump->um_fstype == UFS1) {
2107 if (ump->um_fstype == UFS1)
2142 if (ump->um_fstype == UFS1)
2253 if ((ip)->i_ump->um_fstype == UFS1)
2298 if (ump->um_fstype == UFS1)
2494 * File-backed extended attributes are only supported on UFS1.
2497 if (VFSTOUFS(mp)->um_fstype == UFS1)
    [all...]
ffs_subr.c 81 if (ip->i_ump->um_fstype == UFS1) {
ffs_vnops.c 537 if (ump->um_fstype == UFS1)
ffs_snapshot.c 2284 * care for fs type (UFS1/UFS2) and byte swapping. These functions should go
2290 if (ip->i_ump->um_fstype == UFS1)
2299 if (ip->i_ump->um_fstype == UFS1)
2308 if (ip->i_ump->um_fstype == UFS1)
2317 if (ip->i_ump->um_fstype == UFS1)
2326 if (ip->i_ump->um_fstype == UFS1)
  /src/usr.sbin/pstat/
pstat.c 493 if (ump.um_fstype == UFS1) {
  /src/sys/ufs/chfs/
chfs_vfsops.c 249 ump->um_fstype = UFS1;
  /src/usr.bin/fstat/
fstat.c 772 case UFS1:
  /src/sys/ufs/ext2fs/
ext2fs_vfsops.c 747 ump->um_fstype = UFS1;

Completed in 24 milliseconds