Searched refs:fill_link_key (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | dbtab.c | 85 static int fill_link_key(char *linkkey, fhandle_t *dfh, char *name); 198 fill_link_key(char *linkkey, fhandle_t *dfh, char *name) in fill_link_key() function 850 linksize = fill_link_key(linkkey, &fhrecp->dfh, fhrecp->name); in add_mc_path() 871 linksize = fill_link_key(LN_PREV(linkp), &lastlinkp->dfh, in add_mc_path() 876 linksize = fill_link_key(linkkey, dfh, name); in add_mc_path() 887 len = fill_link_key(LN_NEXT(lastlinkp), dfh, name); in add_mc_path() 892 linksize = fill_link_key(linkkey, &lastlinkp->dfh, LN_NAME(lastlinkp)); in add_mc_path() 930 len = fill_link_key(LN_FHKEY(linkp), &fhrecp->fh, name); in create_link_struct() 958 len = fill_link_key(LN_NEXT(linkp), &fhrecp->dfh, in create_link_struct() 970 linksize = fill_link_key(linkkey, dfh, name); in create_link_struct() [all …]
|