Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c54 struct shadowclients *, int);
64 struct shadowclients *scc; in pass3b()
179 clear_shadow_client(struct shadowclientinfo *sci, struct shadowclients *scc, in clear_shadow_client()
309 struct shadowclients *scc; in bufchk()
H A Dfsck.h278 struct shadowclients { struct
281 struct shadowclients *next; /* link to more client inode numbers */ argument
286 struct shadowclients *clients; /* a linked list of wads of clients */
H A Dutilities.c1691 static struct shadowclients *
1692 newshadowclient(struct shadowclients *prev) in newshadowclient()
1694 struct shadowclients *rc; in newshadowclient()
1696 rc = (struct shadowclients *)malloc(sizeof (*rc)); in newshadowclient()
1714 struct shadowclients *scc; in registershadowclient()
1783 struct shadowclients *clients, *discard; in deshadow()