Home
last modified time | relevance | path

Searched refs:xerror (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/amd/amd/
H A Damfs_host.c540 int xerror = 0; in amfs_host_umount() local
570 for (ml = mlist; ml && !xerror; ml = ml->mnext) { in amfs_host_umount()
591 if (!xerror && error != ENOENT) in amfs_host_umount()
592 xerror = error; in amfs_host_umount()
611 if (xerror && amd_state != Finishing) { in amfs_host_umount()
612 xerror = amfs_host_mount(am, mf); in amfs_host_umount()
613 if (!xerror) { in amfs_host_umount()
618 xerror = EBUSY; in amfs_host_umount()
621 return xerror; in amfs_host_umount()