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

  /src/sys/ufs/ufs/
ufs_bswap.h 39 #define UFS_MPNEEDSWAP(ump) ((ump)->um_flags & UFS_NEEDSWAP)
41 #define UFS_IPNEEDSWAP(ip) UFS_MPNEEDSWAP((ip)->i_ump)
43 #define UFS_MPNEEDSWAP(ump) ((void)(ump), 0)
ufs_bmap.c 152 UFS_MPNEEDSWAP(ump));
155 UFS_MPNEEDSWAP(ump));
181 UFS_MPNEEDSWAP(ump)),
183 UFS_MPNEEDSWAP(ump)));
189 UFS_MPNEEDSWAP(ump)),
191 UFS_MPNEEDSWAP(ump)));
198 daddr = ufs_rw64(ip->i_ffs2_extb[-1 - bn], UFS_MPNEEDSWAP(ump));
216 UFS_MPNEEDSWAP(ump));
219 UFS_MPNEEDSWAP(ump));
276 UFS_MPNEEDSWAP(ump))
    [all...]
ufs_quota2.c 143 const int needswap = UFS_MPNEEDSWAP(ump);
198 const int needswap = UFS_MPNEEDSWAP(ump);
299 const int needswap = UFS_MPNEEDSWAP(ump);
449 const int needswap = UFS_MPNEEDSWAP(ump);
585 const int needswap = UFS_MPNEEDSWAP(ump);
668 const int needswap = UFS_MPNEEDSWAP(ump);
808 const int needswap = UFS_MPNEEDSWAP(ump);
843 const int needswap = UFS_MPNEEDSWAP(ump);
881 const int needswap = UFS_MPNEEDSWAP(ump);
1107 const int needswap = UFS_MPNEEDSWAP(ump)
    [all...]
ufs_dirhash.c 134 const int needswap = UFS_MPNEEDSWAP(ip->i_ump);
344 const int needswap = UFS_MPNEEDSWAP(ip->i_ump);
517 const int needswap = UFS_MPNEEDSWAP(ip->i_ump);
637 const int needswap = UFS_MPNEEDSWAP(ip->i_ump);
684 const int needswap = UFS_MPNEEDSWAP(ip->i_ump);
840 const int needswap = UFS_MPNEEDSWAP(ip->i_ump);
ufs_rename.c 630 needswap = UFS_MPNEEDSWAP(ump);
750 swap = (UFS_MPNEEDSWAP(VTOI(vp)->i_ump) == 0);
752 swap = (UFS_MPNEEDSWAP(VTOI(vp)->i_ump) != 0);
883 UFS_MPNEEDSWAP(VTOI(vp)->i_ump));
904 swap = (UFS_MPNEEDSWAP(VTOI(vp)->i_ump) == 0);
906 swap = (UFS_MPNEEDSWAP(VTOI(vp)->i_ump) != 0);
ufs_lookup.c 353 const int needswap = UFS_MPNEEDSWAP(ump);
771 const int needswap = UFS_MPNEEDSWAP(ump);
867 const int needswap = UFS_MPNEEDSWAP(ump);
925 const int needswap = UFS_MPNEEDSWAP(ump);
1159 const int needswap = UFS_MPNEEDSWAP(dp->i_ump);
1270 ep->d_ino = ufs_rw32(newinum, UFS_MPNEEDSWAP(dp->i_ump));
ufs_vnops.c 428 UFS_MPNEEDSWAP(ip->i_ump));
448 UFS_MPNEEDSWAP(ip->i_ump));
1315 dirtemplate.dot_ino = ufs_rw32(ip->i_number, UFS_MPNEEDSWAP(ump));
1316 dirtemplate.dotdot_ino = ufs_rw32(dp->i_number, UFS_MPNEEDSWAP(ump));
1318 UFS_MPNEEDSWAP(ump));
1320 UFS_MPNEEDSWAP(ump));
1323 if (UFS_MPNEEDSWAP(ump) == 0)
1325 if (UFS_MPNEEDSWAP(ump) != 0)
1574 int nswap = UFS_MPNEEDSWAP(ump);
2192 UFS_MPNEEDSWAP(ump))
    [all...]
  /src/sys/ufs/ffs/
ffs_vfsops.c 2300 UFS_MPNEEDSWAP(ump));
2303 UFS_MPNEEDSWAP(ump));

Completed in 24 milliseconds