Lines Matching defs:vfs
271 already_mounted(struct vfstab *vfs, int is_local_host, char *client_path,
303 if (strcmp(fs_tab[i]->remote_name, vfs->vfs_special) == 0) {
894 struct vfstab *vfs = &vfsbuf;
921 * Open the vfs table for the target host.
924 progerr(ERR_NOTABLE, "vfs", VFS_TABLE,
930 while (!getvfsent(pp, vfs)) {
941 is_remote_src(vfs->vfs_special)) &&
942 strcmp(vfs->vfs_fstype, MNTTYPE_LOFS) !=
950 if (strcmp(vfs->vfs_mountp, "/") == 0) {
956 install_root, vfs->vfs_mountp);
964 strcmp(path_part(vfs->vfs_special),
969 link_name = strdup(path_part(vfs->vfs_special));
970 mnt_stat = already_mounted(vfs,
975 mod_existing(vfs, match_mount,
978 if (construct_vfs(vfs, client_mountp,