Searched refs:remote_fstypes (Results 1 – 3 of 3) sorted by relevance
239 static char *remote_fstypes[N_FSTYPES+1]; variable890 if (strcmp(remote_fstypes[nremfs],1878 remote_fstypes[fstype_index++] = "nfs"; in init_remote_fs()1887 remote_fstypes[fstype_index++] = new_string(buf); in init_remote_fs()
198 static char *remote_fstypes[N_FSTYPES+1]; /* allocate an extra one */ variable436 remote_fstypes[fstype_index++] = new_string(buf); in init_remote_fs()460 for (p = remote_fstypes; *p; p++) in is_remote_fs()
569 is_remote_fstype(const char *fstype, char *const *remote_fstypes) in is_remote_fstype() argument573 if (remote_fstypes == NULL) in is_remote_fstype()575 for (i = 0; remote_fstypes[i] != NULL; i++) { in is_remote_fstype()576 if (strcmp(remote_fstypes[i], fstype) == 0) in is_remote_fstype()634 char **remote_fstypes = NULL; in unmount_filesystems() local671 remote_fstypes = get_remote_fstypes(zlogp); in unmount_filesystems()703 if (is_remote_fstype(mnp->mnt_fstype, remote_fstypes)) { in unmount_filesystems()759 free_remote_fstypes(remote_fstypes); in unmount_filesystems()