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

  /src/sys/ufs/ufs/
ufsmount.h 166 #define UFS_EA 0x10 /* UFS2 with extattrs */
172 #define UFS2 2
inode.h 246 ((ip)->i_ump->um_fstype == UFS2 && (ip)->i_ffs2_extsize > 0)
ufs_inode.c 330 if (ip->i_ump->um_fstype == UFS2)
ufs_bmap.c 194 KASSERT(ump->um_fstype == UFS2 && (ump->um_flags & UFS_EA) != 0);
ufs_vnops.c 646 ip->i_ump->um_fstype == UFS2) {
  /src/sys/ufs/ffs/
ffs_extattr.c 117 #define I_IS_UFS2(ip) ((ip)->i_ump->um_fstype == UFS2)
154 if (uio->uio_rw != UIO_READ || ip->i_ump->um_fstype != UFS2)
272 if (uio->uio_rw != UIO_WRITE || ip->i_ump->um_fstype != UFS2)
ffs_vfsops.c 406 if (ump->um_fstype == UFS2 && (ump->um_flags & UFS_EA) == 0 &&
865 /* Allow converting from UFS2 to UFS2EA but not vice versa. */
1265 fstype = UFS2;
1270 fstype = UFS2;
2495 * UFS2 has native extended attributes.
  /src/usr.bin/fstat/
fstat.c 781 case UFS2:

Completed in 19 milliseconds