Searched refs:vfs_ents (Results 1 – 1 of 1) sorted by relevance
3187 FILE *vfs_ents = NULL; in _update_vfstab() local3204 (vfs_ents = fopen(vfstab, "r")) == NULL) { in _update_vfstab()3267 if (getvfsent(vfs_ents, &vp) != 0) { in _update_vfstab()3320 (void) fclose(vfs_ents); in _update_vfstab()3321 vfs_ents = NULL; in _update_vfstab()3354 if (vfs_ents != NULL) in _update_vfstab()3355 (void) fclose(vfs_ents); in _update_vfstab()