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

  /src/sys/ufs/lfs/
ulfs_inode.h 191 (((ip)->i_ump->um_fstype == ULFS1) ? \
196 if ((ip)->i_ump->um_fstype == ULFS1) \
204 if ((ip)->i_ump->um_fstype == ULFS1) \
212 (((ip)->i_ump->um_fstype == ULFS1) ? \
ulfsmount.h 64 u_long um_fstype; member in struct:ulfsmount
ulfs_bmap.c 169 if (ump->um_fstype == ULFS1)
196 if (ump->um_fstype == ULFS1) {
227 if (ump->um_fstype == ULFS1)
287 if (ump->um_fstype == ULFS1) {
lfs_vnops.c 2241 if (ump->um_fstype == ULFS1)
2267 if (ump->um_fstype == ULFS1)
2296 if (ump->um_fstype == ULFS1) {
2330 if (ump->um_fstype == ULFS1) {
2364 if (ump->um_fstype == ULFS1) {
2396 if (ump->um_fstype == ULFS1) {
lfs_vfsops.c 1089 ump->um_fstype = fs->lfs_is64 ? ULFS2 : ULFS1;
1495 if (ump->um_fstype == ULFS1) {
1953 if (ump->um_fstype == ULFS1)
2671 if (ump->um_fstype == ULFS1) {
ulfs_vnops.c 1190 if (ump->um_fstype == ULFS1)
  /src/sys/ufs/ufs/
inode.h 246 ((ip)->i_ump->um_fstype == UFS2 && (ip)->i_ffs2_extsize > 0)
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) ? \
ufs_bmap.c 147 if (ump->um_fstype == UFS1)
174 if (ump->um_fstype == UFS1) {
194 KASSERT(ump->um_fstype == UFS2 && (ump->um_flags & UFS_EA) != 0);
211 if (ump->um_fstype == UFS1)
271 if (ump->um_fstype == UFS1) {
dinode.h 144 ((ip)->i_ump->um_fstype == UFS1) ? \
ufsmount.h 79 u_long um_fstype; member in struct:ufsmount
ufs_inode.c 330 if (ip->i_ump->um_fstype == UFS2)
ufs_vnops.c 420 if (ip->i_ump->um_fstype == UFS1) {
646 ip->i_ump->um_fstype == UFS2) {
2187 if (ump->um_fstype == UFS1)
  /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)
590 if (ip->i_ump->um_fstype == UFS1)
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 406 if (ump->um_fstype == UFS2 && (ump->um_flags & UFS_EA) == 0 &&
1391 ump->um_fstype = fstype;
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)
2497 if (VFSTOUFS(mp)->um_fstype == UFS1)
ffs_subr.c 81 if (ip->i_ump->um_fstype == UFS1) {
ffs_vnops.c 537 if (ump->um_fstype == UFS1)
ffs_snapshot.c 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.bin/fstat/
fstat.c 771 switch (ufsmount.um_fstype) {
792 ufsmount.um_fstype, Pid);
  /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/sys/ufs/ext2fs/
ext2fs_vfsops.c 747 ump->um_fstype = UFS1;

Completed in 31 milliseconds