Searched refs:fh_lookup_link (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | fhtab.c | 97 static fhlist_ent *fh_lookup_link(char *fhpath, fhandle_t *dfh, fhandle_t *fh, 650 * fh_lookup_link - search the fhtable for the link defined by (dfh,name,fh). 663 fh_lookup_link(char *fhpath, fhandle_t *dfh, fhandle_t *fh, char *name, function 671 PRINT_FULL_DATA(stdout, "fh_lookup_link", dfh, fh, name, 678 PRINT_FULL_DATA(stdout, "fh_lookup_link", dfh, fh, name, "") 685 (void) printf("fh_lookup_link: fh not found\n"); 696 PRINT_FULL_DATA(stdout, "fh_lookup_link", dfh, fh, 712 (void) printf("fh_lookup_link: invalid params\n"); 719 (void) printf("fh_lookup_link: link not found: %s\n", 726 PRINT_FULL_DATA(stderr, "fh_lookup_link", df [all...] |
Completed in 85 milliseconds