Searched refs:nextlinkp (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | dbtab.c | 126 linkinfo_ent *dellinkp, linkinfo_ent *nextlinkp, fhlist_ent *fhrecp); 992 linkinfo_ent nextlink, *newlinkp, *nextlinkp; in db_add_secondary() local 1064 nextlinkp = fetch_record(dbp, nextaddr, nextsize, (void *)&nextlink, in db_add_secondary() 1066 if (nextlinkp == NULL) { in db_add_secondary() 1079 len = fill_link_key(LN_PREV(nextlinkp), dfh, name); in db_add_secondary() 1080 nextlinkp->reclen = nextlinkp->prev_offset + len; in db_add_secondary() 1081 error = store_record(dbp, nextaddr, nextsize, nextlinkp, in db_add_secondary() 1082 nextlinkp->reclen, "db_add_secondary"); in db_add_secondary() 1101 linkinfo_ent *nextlinkp, *linkp1; in update_next_link() local 1103 if ((nextlinkp = malloc(sizeof (linkinfo_ent))) == NULL) { in update_next_link() [all …]
|