HomeSort by: relevance | last modified time | path
    Searched defs:fmi_mount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
vfs_trans.c 93 struct mount *fmi_mount; member in struct:fstrans_mount_info
241 if (fmi->fmi_mount == mp) {
290 KASSERT(fmi->fmi_mount->mnt_lower == NULL);
292 kmem_free(fmi->fmi_mount, sizeof(*fmi->fmi_mount));
313 newfmi->fmi_mount = mp;
424 fstrans_alloc_lwp_info(fmi->fmi_lower_info->fmi_mount);
826 if (fli->fli_mount != fmi->fmi_mount)
1094 if (fmi->fmi_mount == mp)
vfs_trans.c 93 struct mount *fmi_mount; member in struct:fstrans_mount_info
241 if (fmi->fmi_mount == mp) {
290 KASSERT(fmi->fmi_mount->mnt_lower == NULL);
292 kmem_free(fmi->fmi_mount, sizeof(*fmi->fmi_mount));
313 newfmi->fmi_mount = mp;
424 fstrans_alloc_lwp_info(fmi->fmi_lower_info->fmi_mount);
826 if (fli->fli_mount != fmi->fmi_mount)
1094 if (fmi->fmi_mount == mp)

Completed in 28 milliseconds