Lines Matching refs:vfs
271 already_mounted(struct vfstab *vfs, int is_local_host, char *client_path, in already_mounted() argument
303 if (strcmp(fs_tab[i]->remote_name, vfs->vfs_special) == 0) { in already_mounted()
894 struct vfstab *vfs = &vfsbuf; in get_mntinfo() local
930 while (!getvfsent(pp, vfs)) { in get_mntinfo()
941 is_remote_src(vfs->vfs_special)) && in get_mntinfo()
942 strcmp(vfs->vfs_fstype, MNTTYPE_LOFS) != in get_mntinfo()
950 if (strcmp(vfs->vfs_mountp, "/") == 0) { in get_mntinfo()
956 install_root, vfs->vfs_mountp); in get_mntinfo()
964 strcmp(path_part(vfs->vfs_special), in get_mntinfo()
969 link_name = strdup(path_part(vfs->vfs_special)); in get_mntinfo()
970 mnt_stat = already_mounted(vfs, in get_mntinfo()
975 mod_existing(vfs, match_mount, in get_mntinfo()
978 if (construct_vfs(vfs, client_mountp, in get_mntinfo()