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 108 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 2528 ump = ip->i_ump;
2554 ump = ip->i_ump;
2584 ump = ip->i_ump;
2618 ump = ip->i_ump;
2652 ump = ip->i_ump;
2684 ump = ip->i_ump;
lfs_rename.c 323 KASSERT(VTOI(vp)->i_ump != NULL);
368 KASSERT(ump == VTOI(dvp)->i_ump);
ulfs_quota1.c 146 time_second + ip->i_ump->umq1_btime[type];
253 time_second + ip->i_ump->umq1_itime[type];
  /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 73 #define OFSFMT(ip) ((ip)->i_ump->um_maxsymlinklen <= 0)
132 const int needswap = UFS_MPNEEDSWAP(ip->i_ump);
133 int dirblksiz = ip->i_ump->um_dirblksiz;
342 const int needswap = UFS_MPNEEDSWAP(ip->i_ump);
343 int dirblksiz = ip->i_ump->um_dirblksiz;
515 const int needswap = UFS_MPNEEDSWAP(ip->i_ump);
516 int dirblksiz = ip->i_ump->um_dirblksiz;
601 int dirblksiz = ip->i_ump->um_dirblksiz;
635 const int needswap = UFS_MPNEEDSWAP(ip->i_ump);
636 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 625 KASSERT(ump == VTOI(dvp)->i_ump);
744 KASSERT(VTOI(vp)->i_ump != NULL);
747 swap = (UFS_MPNEEDSWAP(VTOI(vp)->i_ump) == 0);
749 swap = (UFS_MPNEEDSWAP(VTOI(vp)->i_ump) != 0);
880 UFS_MPNEEDSWAP(VTOI(vp)->i_ump));
898 KASSERT(VTOI(vp)->i_ump != NULL);
901 swap = (UFS_MPNEEDSWAP(VTOI(vp)->i_ump) == 0);
903 swap = (UFS_MPNEEDSWAP(VTOI(vp)->i_ump) != 0);
ufs_readwrite.c 79 ump = ip->i_ump;
141 ump = ip->i_ump;
260 ump = ip->i_ump;
483 ump = ip->i_ump;
ufs_quota.c 140 if (ip->i_ump->um_flags & UFS_QUOTA)
144 if (ip->i_ump->um_flags & UFS_QUOTA2)
160 if (ip->i_ump->um_flags & UFS_QUOTA)
164 if (ip->i_ump->um_flags & UFS_QUOTA2)
748 struct ufsmount *ump = ip->i_ump;
ufs_inode.c 330 if (ip->i_ump->um_fstype == UFS2)
ufs_bmap.c 129 ump = ip->i_ump;
ufs_lookup.c 349 struct ufsmount *ump = dp->i_ump;
1156 const int needswap = UFS_MPNEEDSWAP(dp->i_ump);
1203 int dirblksiz = ip->i_ump->um_dirblksiz;
1267 ep->d_ino = ufs_rw32(newinum, UFS_MPNEEDSWAP(dp->i_ump));
ufs_vnops.c 420 if (ip->i_ump->um_fstype == UFS1) {
425 UFS_MPNEEDSWAP(ip->i_ump));
445 UFS_MPNEEDSWAP(ip->i_ump));
646 ip->i_ump->um_fstype == UFS2) {
1234 struct ufsmount *ump = dp->i_ump;
1528 if (len < ip->i_ump->um_maxsymlinklen) {
2186 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;

Completed in 57 milliseconds

1 2