Searched refs:new_fstab_recs (Results 1 – 1 of 1) sorted by relevance
418 struct fstab_rec *new_fstab_recs; in fs_mgr_add_entry() local421 new_fstab_recs = (struct fstab_rec *) in fs_mgr_add_entry()424 if (!new_fstab_recs) { in fs_mgr_add_entry()429 memset(&new_fstab_recs[n], 0, sizeof(struct fstab_rec)); in fs_mgr_add_entry()430 new_fstab_recs[n].mount_point = strdup(mount_point); in fs_mgr_add_entry()431 new_fstab_recs[n].fs_type = strdup(fs_type); in fs_mgr_add_entry()432 new_fstab_recs[n].blk_device = strdup(blk_device); in fs_mgr_add_entry()433 new_fstab_recs[n].length = 0; in fs_mgr_add_entry()436 fstab->recs = new_fstab_recs; in fs_mgr_add_entry()