Lines Matching defs:ump

586 	struct ulfsmount *ump;
604 ump = VFSTOULFS(mp);
605 fs = ump->um_lfs;
624 struct ulfsmount *ump = NULL;
635 ump = VFSTOULFS(mp);
636 if (ump == NULL)
674 ump = VFSTOULFS(mp);
675 fs = ump->um_lfs;
692 ump = VFSTOULFS(mp);
693 fs = ump->um_lfs;
742 ump = VFSTOULFS(mp);
743 fs = ump->um_lfs;
756 ump = VFSTOULFS(mp);
757 fs = ump->um_lfs;
863 struct ulfsmount *ump;
893 ump = NULL;
1059 ump = kmem_zalloc(sizeof(*ump), KM_SLEEP);
1060 ump->um_lfs = fs;
1061 ump->um_fstype = fs->lfs_is64 ? ULFS2 : ULFS1;
1062 /* ump->um_cleaner_thread = NULL; */
1124 mp->mnt_data = ump;
1139 ump->um_mountp = mp;
1141 ump->um_quotas[i] = NULLVP;
1313 if (ump) {
1314 kmem_free(ump->um_lfs, sizeof(struct lfs));
1315 kmem_free(ump, sizeof(*ump));
1328 struct ulfsmount *ump;
1332 ump = VFSTOULFS(mp);
1333 fs = ump->um_lfs;
1370 kmem_free(ump, sizeof(*ump));
1381 struct ulfsmount *ump;
1386 ump = VFSTOULFS(mp);
1387 fs = ump->um_lfs;
1404 if (ump->um_fstype == ULFS1) {
1405 if (ump->um_extattr.uepm_flags & ULFS_EXTATTR_UEPM_STARTED) {
1408 if (ump->um_extattr.uepm_flags & ULFS_EXTATTR_UEPM_INITIALIZED) {
1409 ulfs_extattr_uepm_destroy(&ump->um_extattr);
1457 struct ulfsmount *ump;
1459 ump = VFSTOULFS(mp);
1460 fs = ump->um_lfs;
1567 lfs_init_vnode(struct ulfsmount *ump, ino_t ino, struct vnode *vp)
1569 struct lfs *fs = ump->um_lfs;
1583 ip->i_ump = ump;
1603 lfs_deinit_vnode(struct ulfsmount *ump, struct vnode *vp)
1626 struct ulfsmount *ump;
1637 ump = VFSTOULFS(mp);
1638 fs = ump->um_lfs;
1668 lfs_init_vnode(ump, ino, vp);
1683 lfs_deinit_vnode(ump, vp);
1697 lfs_deinit_vnode(ump, vp);
1775 struct ulfsmount *ump;
1784 ump = VFSTOULFS(mp);
1785 fs = ump->um_lfs;
1803 lfs_init_vnode(ump, ino, vp);
1835 lfs_deinit_vnode(ump, vp);
1852 if (ump->um_fstype == ULFS1)
2291 struct ulfsmount *ump = VFSTOULFS(mp);
2292 struct lfs *fs = ump->um_lfs;
2567 struct ulfsmount *ump;
2569 ump = VFSTOULFS(mp);
2570 if (ump->um_fstype == ULFS1) {