Searched refs:remote_fstypes (Results 1 – 3 of 3) sorted by relevance
250 static char *remote_fstypes[N_FSTYPES+1]; variable1015 if (strcmp(remote_fstypes[nremfs], in execute()1974 remote_fstypes[fstype_index++] = "nfs"; in init_remote_fs()1983 remote_fstypes[fstype_index++] = new_string(buf); in init_remote_fs()
199 static char *remote_fstypes[N_FSTYPES+1]; /* allocate an extra one */ variable437 remote_fstypes[fstype_index++] = new_string(buf); in init_remote_fs()461 for (p = remote_fstypes; *p; p++) in is_remote_fs()
585 is_remote_fstype(const char *fstype, char *const *remote_fstypes) in is_remote_fstype() argument589 if (remote_fstypes == NULL) in is_remote_fstype()591 for (i = 0; remote_fstypes[i] != NULL; i++) { in is_remote_fstype()592 if (strcmp(remote_fstypes[i], fstype) == 0) in is_remote_fstype()650 char **remote_fstypes = NULL; in unmount_filesystems() local687 remote_fstypes = get_remote_fstypes(zlogp); in unmount_filesystems()719 if (is_remote_fstype(mnp->mnt_fstype, remote_fstypes)) { in unmount_filesystems()775 free_remote_fstypes(remote_fstypes); in unmount_filesystems()