| | | | |
| D |
| |
| | dcAlloc -- Allocate a data cache for a segment; Free a previously allocated data cache ( ) |
| |
| | dcCluster -- Set the input and output cluster sizes of a data cache ( ) |
| |
| | dcFillZero -- Fill a data segment with zero ( ) |
| |
| | dcFlush -- Sync a data cache object; Flush a data cache object ( ) |
| |
| | dcFree -- Allocate a data cache for a segment; Free a previously allocated data cache ( ) |
| |
| | dcGetPages -- Get a list of pages for read-ahead purpose ( ) |
| |
| | dcIsDirty -- Test and reset data cache dirty bit ( ) |
| |
| | dcPgNumber -- Get the number of pages for a data cache object ( ) |
| |
| | dcPxmDeclare -- Initialize an external proxy-mapper descriptor ( ) |
| |
| | dcRead -- Read data from a data cache; Write data to a data cache ( ) |
| |
| | dcSync -- Sync a data cache object; Flush a data cache object ( ) |
| |
| | dcTrunc -- Truncate a data segment ( ) |
| |
| | dcWrite -- Read data from a data cache; Write data to a data cache ( ) |