Home
last modified time | relevance | path

Searched refs:um_fstype (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/sys/ufs/ufs/
H A Dinode.h246 ((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) ? \
H A Dufs_bmap.c147 if (ump->um_fstype == UFS1) in ufs_bmaparray()
174 if (ump->um_fstype == UFS1) { in ufs_bmaparray()
194 KASSERT(ump->um_fstype == UFS2 && (ump->um_flags & UFS_EA) != 0); in ufs_bmaparray()
211 if (ump->um_fstype == UFS1) in ufs_bmaparray()
271 if (ump->um_fstype == UFS1) { in ufs_bmaparray()
H A Ddinode.h144 ((ip)->i_ump->um_fstype == UFS1) ? \
H A Dufsmount.h79 u_long um_fstype; member
H A Dufs_inode.c330 if (ip->i_ump->um_fstype == UFS2) in ufs_truncate_all()
H A Dufs_vnops.c420 if (ip->i_ump->um_fstype == UFS1) { in ufs_getattr()
646 ip->i_ump->um_fstype == UFS2) { in ufs_setattr()
2187 if (ump->um_fstype == UFS1) in ufs_vinit()
/netbsd-src/sys/ufs/lfs/
H A Dulfs_inode.h191 (((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) ? \
H A Dulfs_bmap.c169 if (ump->um_fstype == ULFS1) in ulfs_bmaparray()
196 if (ump->um_fstype == ULFS1) { in ulfs_bmaparray()
227 if (ump->um_fstype == ULFS1) in ulfs_bmaparray()
287 if (ump->um_fstype == ULFS1) { in ulfs_bmaparray()
H A Dulfsmount.h64 u_long um_fstype; member
H A Dlfs_vnops.c2235 if (ump->um_fstype == ULFS1) in lfs_openextattr()
2261 if (ump->um_fstype == ULFS1) in lfs_closeextattr()
2290 if (ump->um_fstype == ULFS1) { in lfs_getextattr()
2324 if (ump->um_fstype == ULFS1) { in lfs_setextattr()
2358 if (ump->um_fstype == ULFS1) { in lfs_listextattr()
2390 if (ump->um_fstype == ULFS1) { in lfs_deleteextattr()
H A Dlfs_vfsops.c1061 ump->um_fstype = fs->lfs_is64 ? ULFS2 : ULFS1; in lfs_mountfs()
1404 if (ump->um_fstype == ULFS1) { in lfs_flushfiles()
1852 if (ump->um_fstype == ULFS1) in lfs_newvnode()
2570 if (ump->um_fstype == ULFS1) { in lfs_extattrctl()
H A Dulfs_vnops.c1190 if (ump->um_fstype == ULFS1) in ulfs_vinit()
/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()
590 if (ip->i_ump->um_fstype == UFS1) in ffs_openextattr()
616 if (ip->i_ump->um_fstype == UFS1) in ffs_closeextattr()
650 if (ip->i_ump->um_fstype == UFS1) { in ffs_getextattr()
713 if (ip->i_ump->um_fstype == UFS1) { in ffs_setextattr()
839 if (ip->i_ump->um_fstype == UFS1) { in ffs_listextattr()
903 if (ip->i_ump->um_fstype == UFS1) { in ffs_deleteextattr()
H A Dffs_inode.c644 #define RBAP(ip, i) (((ip)->i_ump->um_fstype == UFS1) ? \ in ffs_indirtrunc()
648 if ((ip)->i_ump->um_fstype == UFS1) \ in ffs_indirtrunc()
708 if (ip->i_ump->um_fstype == UFS1) in ffs_indirtrunc()
721 if (ip->i_ump->um_fstype == UFS1) in ffs_indirtrunc()
H A Dffs_vfsops.c406 if (ump->um_fstype == UFS2 && (ump->um_flags & UFS_EA) == 0 && in ffs_acls()
1391 ump->um_fstype = fstype; in ffs_mountfs()
1857 if (ump->um_fstype == UFS1) { in ffs_flushfiles()
2107 if (ump->um_fstype == UFS1) in ffs_init_vnode()
2142 if (ump->um_fstype == UFS1)
2253 if ((ip)->i_ump->um_fstype == UFS1) in ffs_newvnode()
2298 if (ump->um_fstype == UFS1) in ffs_newvnode()
2497 if (VFSTOUFS(mp)->um_fstype == UFS1)
H A Dffs_subr.c81 if (ip->i_ump->um_fstype == UFS1) { in ffs_load_inode()
H A Dffs_snapshot.c2290 if (ip->i_ump->um_fstype == UFS1) in db_get()
2299 if (ip->i_ump->um_fstype == UFS1) in db_assign()
2308 if (ip->i_ump->um_fstype == UFS1) in ib_get()
2317 if (ip->i_ump->um_fstype == UFS1) in idb_get()
2326 if (ip->i_ump->um_fstype == UFS1) in idb_assign()
H A Dffs_vnops.c537 if (ump->um_fstype == UFS1) in ffs_reclaim()
/netbsd-src/usr.bin/fstat/
H A Dfstat.c771 switch (ufsmount.um_fstype) { in ufs_filestat()
792 ufsmount.um_fstype, Pid); in ufs_filestat()
/netbsd-src/sys/ufs/chfs/
H A Dchfs_vfsops.c249 ump->um_fstype = UFS1; in chfs_mountfs()
/netbsd-src/usr.sbin/pstat/
H A Dpstat.c493 if (ump.um_fstype == UFS1) { in ufs_print()
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_vfsops.c751 ump->um_fstype = UFS1; in ext2fs_mountfs()