Searched defs:shadowclientinfo (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c88 struct shadowclientinfo *shadowclientinfo = NULL; variable in typeref:struct:shadowclientinfo
89 struct shadowclientinfo *attrclientinfo = NULL;
H A Dfsck.h273 * shadowclients and shadowclientinfo are structures for keeping track of
283 struct shadowclientinfo { struct
287 struct shadowclientinfo *next; /* link to the next shadow inode */
290 struct shadowclientinfo *shadowclientinfo; variable in typeref:struct:shadowclientinfo
291 struct shadowclientinfo *attrclientinfo;
544 void clearshadow(fsck_ino_t, struct shadowclientinfo **);
546 void deshadow(struct shadowclientinfo *, void (*)(fsck_ino_t));
608 struct shadowclientinfo **);
617 void unregistershadow(fsck_ino_t, struct shadowclientinfo **);
[all...]

Completed in 47 milliseconds