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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c54 struct shadowclients *, int);
64 struct shadowclients *scc;
179 clear_shadow_client(struct shadowclientinfo *sci, struct shadowclients *scc,
309 struct shadowclients *scc;
H A Dfsck.h273 * shadowclients and shadowclientinfo are structures for keeping track of
278 struct shadowclients { struct
281 struct shadowclients *next; /* link to more client inode numbers */
286 struct shadowclients *clients; /* a linked list of wads of clients */
H A Dutilities.c1691 static struct shadowclients *
1692 newshadowclient(struct shadowclients *prev)
1694 struct shadowclients *rc;
1696 rc = (struct shadowclients *)malloc(sizeof (*rc));
1714 struct shadowclients *scc;
1783 struct shadowclients *clients, *discard;

Completed in 51 milliseconds