Lines Matching defs:shadow
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");
1710 registershadowclient(fsck_ino_t shadow, fsck_ino_t client,
1717 * Already have a record for this shadow?
1720 if (sci->shadow == shadow)
1724 * It's a new shadow, add it to the list
1731 sci->shadow = shadow;
1747 * Locate and discard a shadow.
1750 clearshadow(fsck_ino_t shadow, struct shadowclientinfo **info)
1755 * Do we have a record for this shadow?
1759 if (sci->shadow == shadow)
1778 * Discard all memory used to track clients of a shadow.