HomeSort by: relevance | last modified time | path
    Searched refs:i_ump (Results 1 - 25 of 40) sorted by relevancy

1 2

  /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) ? \
lfs_inode.h 109 struct ulfsmount *i_ump; /* Mount point associated with this inode. */ member in struct:inode
ulfs_bmap.c 150 ump = ip->i_ump;
lfs_vnops.c 2474 ump = ip->i_ump;
2500 ump = ip->i_ump;
2530 ump = ip->i_ump;
2564 ump = ip->i_ump;
2598 ump = ip->i_ump;
2630 ump = ip->i_ump;
lfs_rename.c 323 KASSERT(VTOI(vp)->i_ump != NULL);
368 KASSERT(ump == VTOI(dvp)->i_ump);
  /src/sys/ufs/ufs/
inode.h 100 struct ufsmount *i_ump; /* Mount point associated with this inode. */ member in struct:inode
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_dirhash.c 75 #define OFSFMT(ip) ((ip)->i_ump->um_maxsymlinklen <= 0)
134 const int needswap = UFS_MPNEEDSWAP(ip->i_ump);
135 int dirblksiz = ip->i_ump->um_dirblksiz;
344 const int needswap = UFS_MPNEEDSWAP(ip->i_ump);
345 int dirblksiz = ip->i_ump->um_dirblksiz;
517 const int needswap = UFS_MPNEEDSWAP(ip->i_ump);
518 int dirblksiz = ip->i_ump->um_dirblksiz;
603 int dirblksiz = ip->i_ump->um_dirblksiz;
637 const int needswap = UFS_MPNEEDSWAP(ip->i_ump);
638 int dirblksiz = ip->i_ump->um_dirblksiz
    [all...]
ufs_bswap.h 41 #define UFS_IPNEEDSWAP(ip) UFS_MPNEEDSWAP((ip)->i_ump)
dinode.h 144 ((ip)->i_ump->um_fstype == UFS1) ? \
ufs_rename.c 628 KASSERT(ump == VTOI(dvp)->i_ump);
747 KASSERT(VTOI(vp)->i_ump != NULL);
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));
901 KASSERT(VTOI(vp)->i_ump != NULL);
904 swap = (UFS_MPNEEDSWAP(VTOI(vp)->i_ump) == 0);
906 swap = (UFS_MPNEEDSWAP(VTOI(vp)->i_ump) != 0);
ufs_readwrite.c 80 ump = ip->i_ump;
142 ump = ip->i_ump;
261 ump = ip->i_ump;
484 ump = ip->i_ump;
ufs_quota.c 144 if (ip->i_ump->um_flags & UFS_QUOTA)
148 if (ip->i_ump->um_flags & UFS_QUOTA2)
164 if (ip->i_ump->um_flags & UFS_QUOTA)
168 if (ip->i_ump->um_flags & UFS_QUOTA2)
752 struct ufsmount *ump = ip->i_ump;
ufs_inode.c 332 if (ip->i_ump->um_fstype == UFS2)
ufs_bmap.c 132 ump = ip->i_ump;
ufs_lookup.c 352 struct ufsmount *ump = dp->i_ump;
1159 const int needswap = UFS_MPNEEDSWAP(dp->i_ump);
1206 int dirblksiz = ip->i_ump->um_dirblksiz;
1270 ep->d_ino = ufs_rw32(newinum, UFS_MPNEEDSWAP(dp->i_ump));
ufs_vnops.c 423 if (ip->i_ump->um_fstype == UFS1) {
428 UFS_MPNEEDSWAP(ip->i_ump));
448 UFS_MPNEEDSWAP(ip->i_ump));
649 ip->i_ump->um_fstype == UFS2) {
1237 struct ufsmount *ump = dp->i_ump;
1531 if (len < ip->i_ump->um_maxsymlinklen) {
2189 ump = ip->i_ump;
  /src/sys/ufs/ffs/
ffs_inode.c 163 UFS_WAPBL_UNREGISTER_INODE(ip->i_ump->um_mountp,
166 UFS_WAPBL_REGISTER_INODE(ip->i_ump->um_mountp,
222 struct ufsmount *ump = oip->i_ump;
476 oip->i_ump->um_mountp->mnt_wapbl) {
478 oip->i_ump->um_mountp,
493 oip->i_ump->um_mountp, dcookie);
519 if ((oip->i_ump->um_mountp->mnt_wapbl) &&
522 oip->i_ump->um_mountp,
559 if ((oip->i_ump->um_mountp->mnt_wapbl) &&
562 oip->i_ump->um_mountp, FFS_FSBTODB(fs, bn)
    [all...]
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)
467 if ((ip->i_ump->um_flags & UFS_EA) == 0) {
503 KASSERT((ip->i_ump->um_flags & UFS_EA) != 0);
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)
    [all...]
ffs_alloc.c 188 ump = ip->i_ump;
319 ump = ip->i_ump;
498 if ((ip->i_ump->um_mountp->mnt_wapbl) &&
502 ip->i_ump->um_mountp, FFS_FSBTODB(fs, bprev),
582 ump = pip->i_ump;
649 KASSERT(mutex_owned(&pip->i_ump->um_lock));
778 KASSERT(mutex_owned(&ip->i_ump->um_lock));
842 KASSERT(mutex_owned(&ip->i_ump->um_lock));
983 ump = ip->i_ump;
1064 ump = ip->i_ump;
    [all...]
ffs_subr.c 81 if (ip->i_ump->um_fstype == UFS1) {
ffs_vnops.c 514 struct ufsmount *ump = ip->i_ump;
ffs_balloc.c 117 struct ufsmount *ump = ip->i_ump;
535 struct ufsmount *ump = ip->i_ump;
  /src/sys/ufs/ext2fs/
ext2fs_readwrite.c 112 ump = ip->i_ump;
169 ump = ip->i_ump;
283 ump = ip->i_ump;
379 ump = ip->i_ump;
ext2fs_bmap.c 217 ump = ip->i_ump;
ext2fs_vnops.c 843 if (len < ip->i_ump->um_maxsymlinklen) {
875 struct ufsmount *ump = ip->i_ump;

Completed in 44 milliseconds

1 2