Searched refs:claimant (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddup_avl.c60 * use: one for each fragment's claimant table, plus one that orders
68 * for each claimant. They are keyed first by inode number and then
73 typedef struct claimant { struct
168 "check for claimant ino %d lfn %d returned %d\n",
395 * If the given claimant has not been seen before, add it to DUP's
404 claimant_t *claimant; local
410 claimant = avl_find(&dup->fr_claimants, &key, &where);
411 if (claimant == NULL) {
413 (void) printf("inserting claimant\n");
414 claimant
443 claimant_t *claimant; local
[all...]

Completed in 66 milliseconds