Searched refs:shadowclientinfo (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | fsck.h | 279 struct shadowclientinfo { struct 283 struct shadowclientinfo *next; /* link to the next shadow inode */ argument 286 extern struct shadowclientinfo *shadowclientinfo; 287 extern struct shadowclientinfo *attrclientinfo; 538 void clearshadow(fsck_ino_t, struct shadowclientinfo **); 540 void deshadow(struct shadowclientinfo *, void (*)(fsck_ino_t)); 602 struct shadowclientinfo **); 611 void unregistershadow(fsck_ino_t, struct shadowclientinfo **);
|
H A D | pass3b.c | 51 static void clear_shadow_client(struct shadowclientinfo *, 61 struct shadowclientinfo *sci; in pass3b() 163 for (sci = shadowclientinfo; sci; sci = sci->next) { in pass3b() 177 clear_shadow_client(struct shadowclientinfo *sci, struct shadowclients *scc, in clear_shadow_client() 306 struct shadowclientinfo *sci; in bufchk() 542 for (sci = shadowclientinfo; sci != NULL; sci = sci->next) in bufchk()
|
H A D | pass3.c | 54 struct shadowclientinfo *sci, *sci_victim, *sci_prev, **sci_rootp; in pass3a() 267 sci_rootp = &shadowclientinfo; in pass3a()
|
H A D | utilities.c | 1718 struct shadowclientinfo **info) in registershadowclient() 1720 struct shadowclientinfo *sci; in registershadowclient() 1733 sci = (struct shadowclientinfo *)malloc(sizeof (*sci)); in registershadowclient() 1757 clearshadow(fsck_ino_t shadow, struct shadowclientinfo **info) in clearshadow() 1759 struct shadowclientinfo *sci, *prev; in clearshadow() 1788 deshadow(struct shadowclientinfo *sci, void (*cb)(fsck_ino_t)) in deshadow()
|
H A D | setup.c | 98 struct shadowclientinfo *shadowclientinfo = NULL; variable 99 struct shadowclientinfo *attrclientinfo = NULL;
|
H A D | pass1.c | 438 inumber, &shadowclientinfo); in verify_inode()
|
H A D | pass2.c | 61 struct shadowclientinfo *sci; in pass2()
|