Searched refs:LN_NEXT (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | fhtab.h | 130 #define LN_NEXT(link) (char *)((uintptr_t)(link) + (link)->next_offset) macro
|
H A D | dbtab.c | 417 debug_print_key(fp, "next", "", LN_NEXT(linkp), LN_NEXT_LEN(linkp)); in debug_print_linkinfo() 794 nextkey = LN_NEXT(new_linkp); in get_next_link() 887 len = fill_link_key(LN_NEXT(lastlinkp), dfh, name); in add_mc_path() 958 len = fill_link_key(LN_NEXT(linkp), &fhrecp->dfh, in create_link_struct() 1060 nextaddr = LN_NEXT(newlinkp); in db_add_secondary() 1167 (void) memcpy(LN_NEXT(prevlinkp), nextkey, nextsize); in update_prev_link() 1497 nextkey = ((nextsize > 0) ? LN_NEXT(dellinkp) : NULL); in delete_link_by_key()
|