Searched refs:um_fstype (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/sys/ufs/ufs/
H A Dinode.h145 (((ip)->i_ump->um_fstype == UFS1) ? \
148 if ((ip)->i_ump->um_fstype == UFS1) \
155 (((ip)->i_ump->um_fstype == UFS1) ? \
H A Dufs_inode.c128 if (ip->i_ump->um_fstype == UFS2)
H A Dufsmount.h73 u_long um_fstype; /* type of filesystem */ member in struct:ufsmount
H A Dufs_bmap.c236 if (ip->i_ump->um_fstype == UFS1) {
H A Dufs_extattr.c466 if (ump->um_fstype != UFS1)
730 if (ump->um_fstype != UFS1) {
H A Dufs_vnops.c458 if (ip->i_ump->um_fstype == UFS1) {
475 if (ip->i_ump->um_fstype == UFS1) {
646 ip->i_ump->um_fstype == UFS2)
658 ip->i_ump->um_fstype == UFS2) {
/freebsd-10.1-release/sys/ufs/ffs/
H A Dffs_inode.c146 if (ip->i_ump->um_fstype == UFS1)
592 # define BAP(ip, i) (((ip)->i_ump->um_fstype == UFS1) ? bap1[i] : bap2[i])
633 if (ip->i_ump->um_fstype == UFS1)
641 if (ip->i_ump->um_fstype == UFS1)
652 if (ip->i_ump->um_fstype == UFS1)
H A Dffs_snapshot.c589 if (xp->i_ump->um_fstype == UFS1)
622 if (xp->i_ump->um_fstype == UFS1)
708 if (xp->i_ump->um_fstype == UFS1)
737 if (ip->i_ump->um_fstype == UFS1)
954 if (ip->i_ump->um_fstype == UFS1) {
1666 if (ip->i_ump->um_fstype == UFS1) {
1783 if (ip->i_ump->um_fstype == UFS1)
1808 } else if (ip->i_ump->um_fstype == UFS1) {
1856 } else if (ip->i_ump->um_fstype == UFS1) {
2339 if (ip->i_ump->um_fstype
[all...]
H A Dffs_subr.c109 if (ip->i_ump->um_fstype == UFS1) {
H A Dffs_vfsops.c882 ump->um_fstype = UFS1;
885 ump->um_fstype = UFS2;
1726 if (ip->i_ump->um_fstype == UFS1)
1741 if (ip->i_ump->um_fstype == UFS1)
1947 if (ump->um_fstype == UFS1 && ip->i_din1 != NULL)
H A Dffs_alloc.c490 if (VTOI(ap->a_vp)->i_ump->um_fstype == UFS1)
3004 if (ip->i_ump->um_fstype == UFS1)
H A Dffs_softdep.c5948 if (ip->i_ump->um_fstype == UFS1)
6285 if (ip->i_ump->um_fstype == UFS1) {
6640 if (ump->um_fstype == UFS1)
6885 if (ump->um_fstype == UFS1) {
8136 if (ump->um_fstype == UFS1) {

Completed in 266 milliseconds