Searched defs:fhrec (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c426 (void) fprintf(fp, "fhrec:\nfh: ");
613 * db_update_fhrec - puts fhrec in db with updated atime if more than
726 "db_add_primary put fhrec");
899 * (dfh,name) is the secondary key, fhrec is the primary record for the file
1012 /* Update fhrec atime if needed */
1308 fhlist_ent fhrec, *fhrecp; local
1326 &fhrec, &error);
1344 flags, &fhrec, &error);
1351 if (fhrecp != &fhrec) {
1386 /* Update fhrec atim
1463 fhlist_ent *fhrecp, fhrec; local
1639 fhlist_ent fhrec, *fhrecp; local
[all...]
H A Dfhtab.c880 fhlist_ent fhrec, *fhrecp; local
904 while ((fhrecp = fh_lookup(fhpath, fh, &fhrec, &error)) != NULL &&
916 "fh_print_absolute: fhrec loop:\n");
1020 fhlist_ent fhrec; local
1051 if (fh_lookup_link(fhpath, dfh, fh, name, &fhrec, &error) != NULL) {
2129 fhlist_ent fhrec; local
2156 args->sh_path, &fhrec, &error) == NULL) {
2219 fhlist_ent fhrec; local
2238 args->gfh_path, &fhrec, &error) == NULL) {

Completed in 51 milliseconds