Home
last modified time | relevance | path

Searched refs:new_fhrecp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c658 fhlist_ent *new_fhrecp = fhrecp; in create_primary_struct() local
663 if ((new_fhrecp = malloc(reclen)) == NULL) { in create_primary_struct()
672 (void) memcpy(&new_fhrecp->fh, fh, sizeof (*fh)); in create_primary_struct()
673 (void) memcpy(&new_fhrecp->dfh, dfh, sizeof (*dfh)); in create_primary_struct()
674 new_fhrecp->flags = flags; in create_primary_struct()
676 new_fhrecp->flags |= PUBLIC_PATH; in create_primary_struct()
678 new_fhrecp->flags &= ~PUBLIC_PATH; in create_primary_struct()
679 new_fhrecp->mtime = time(0); in create_primary_struct()
680 new_fhrecp->atime = new_fhrecp->mtime; in create_primary_struct()
681 (void) strcpy(new_fhrecp->name, name); in create_primary_struct()
[all …]