Home
last modified time | relevance | path

Searched refs:shadowclients (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c52 struct shadowclients *, int);
62 struct shadowclients *scc; in pass3b()
177 clear_shadow_client(struct shadowclientinfo *sci, struct shadowclients *scc, in clear_shadow_client()
307 struct shadowclients *scc; in bufchk()
H A Dfsck.h274 struct shadowclients { struct
277 struct shadowclients *next; /* link to more client inode numbers */ argument
282 struct shadowclients *clients; /* a linked list of wads of clients */
H A Dutilities.c1698 static struct shadowclients *
1699 newshadowclient(struct shadowclients *prev) in newshadowclient()
1701 struct shadowclients *rc; in newshadowclient()
1703 rc = (struct shadowclients *)malloc(sizeof (*rc)); in newshadowclient()
1721 struct shadowclients *scc; in registershadowclient()
1790 struct shadowclients *clients, *discard; in deshadow()