txc_alias_cache_s Struct Reference
List of all members.
Detailed Description
Alias cache: A hash table that keeps pointers to the KOAs of all live files. The hash table is indexed by inode number and returns the KOA of a file if a file has already been opened/created (i.e. being live). Accesses to the alias cache are serialized using the cache's mutex lock to ensure that no two transactions could race during the execution of directory operations (e.g. creation of a file).
Definition at line 133 of file koa.c.
The documentation for this struct was generated from the following file:
Generated on Wed Dec 9 20:32:41 2009 for xCalls by
1.4.7