Searched refs:new_fhrecp (Results 1 – 1 of 1) sorted by relevance
660 fhlist_ent *new_fhrecp = fhrecp; in create_primary_struct() local665 if ((new_fhrecp = malloc(reclen)) == NULL) { in create_primary_struct()674 (void) memcpy(&new_fhrecp->fh, fh, sizeof (*fh)); in create_primary_struct()675 (void) memcpy(&new_fhrecp->dfh, dfh, sizeof (*dfh)); in create_primary_struct()676 new_fhrecp->flags = flags; in create_primary_struct()678 new_fhrecp->flags |= PUBLIC_PATH; in create_primary_struct()680 new_fhrecp->flags &= ~PUBLIC_PATH; in create_primary_struct()681 new_fhrecp->mtime = time(0); in create_primary_struct()682 new_fhrecp->atime = new_fhrecp->mtime; in create_primary_struct()683 (void) strcpy(new_fhrecp->name, name); in create_primary_struct()[all …]