Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Damfs_generic.c717 int this_error = -1; /* Per-mount error */ in amfs_bgmount() local
738 hard_error = this_error; in amfs_bgmount()
739 this_error = 0; in amfs_bgmount()
742 this_error = mf->mf_error; in amfs_bgmount()
760 this_error = EIO; in amfs_bgmount()
803 this_error = p->fs_init(mf); in amfs_bgmount()
805 if (this_error > 0) in amfs_bgmount()
807 if (this_error < 0) in amfs_bgmount()
829 this_error = mkdirs(mf->mf_mount, 0555); in amfs_bgmount()
830 if (this_error) { in amfs_bgmount()
[all …]