Searched refs:new_fstab_recs (Results 1 – 1 of 1) sorted by relevance
728 struct fstab_rec *new_fstab_recs; in fs_mgr_add_entry() local731 new_fstab_recs = (struct fstab_rec *) in fs_mgr_add_entry()734 if (!new_fstab_recs) { in fs_mgr_add_entry()739 memset(&new_fstab_recs[n], 0, sizeof(struct fstab_rec)); in fs_mgr_add_entry()740 new_fstab_recs[n].mount_point = strdup(mount_point); in fs_mgr_add_entry()741 new_fstab_recs[n].fs_type = strdup(fs_type); in fs_mgr_add_entry()742 new_fstab_recs[n].blk_device = strdup(blk_device); in fs_mgr_add_entry()743 new_fstab_recs[n].length = 0; in fs_mgr_add_entry()746 fstab->recs = new_fstab_recs; in fs_mgr_add_entry()