Lines Matching defs:client
1687 * Shadow inode support. To register a shadow with a client is to note
1688 * that an inode (the client) refers to the shadow.
1698 errexit("newshadowclient: cannot malloc shadow client");
1702 rc->client = (fsck_ino_t *)malloc(sizeof (fsck_ino_t) *
1704 if (rc->client == NULL)
1705 errexit("newshadowclient: cannot malloc client array");
1710 registershadowclient(fsck_ino_t shadow, fsck_ino_t client,
1743 scc->client[scc->nclients++] = client;
1790 if (discard->client != NULL) {
1793 (*cb)(discard->client[idx]);
1795 free((void *)discard->client);