Searched refs:i_ump (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/fs/ext2fs/
H A Dinode.h76 struct ext2mount *i_ump; member in struct:inode
171 #define i_devvp i_ump->um_devvp
H A Dext2_alloc.c113 ump = ip->i_ump;
164 EXT2_LOCK(ip->i_ump);
168 EXT2_UNLOCK(ip->i_ump);
224 ump = ip->i_ump;
397 ump = pip->i_ump;
439 ip->i_ump = ump;
608 mtx_assert(EXT2_MTX(pip->i_ump), MA_OWNED);
715 mtx_assert(EXT2_MTX(ip->i_ump), MA_OWNED);
758 mtx_assert(EXT2_MTX(ip->i_ump), MA_OWNED);
1012 ump = ip->i_ump;
[all...]
H A Dext2_balloc.c117 ump = ip->i_ump;
H A Dext2_vfsops.c1230 ip->i_ump = ump;
H A Dext2_extents.c1175 EXT2_LOCK(ip->i_ump);
/freebsd-13-stable/lib/libprocstat/
H A Dcommon_kvm.c101 if (!kvm_read_all(kd, (unsigned long)inode.i_ump, &um, sizeof(um))) {
102 warnx("can't read ufsmount at %p", (void *)inode.i_ump);
/freebsd-13-stable/sys/ufs/ufs/
H A Dinode.h84 struct ufsmount *i_ump;/* Ufsmount point associated with this inode. */ member in struct:inode
212 #define ITOUMP(ip) ((ip)->i_ump)
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_vfsops.c2008 ip->i_ump = ump;

Completed in 85 milliseconds