/* * Copyright (C) 2012 Red Hat, Inc. * * This file is released under the GPL. */ #ifndef DM_CACHE_BLOCK_TYPES_H #define DM_CACHE_BLOCK_TYPES_H #include "persistent-data/dm-block-manager.h" /*----------------------------------------------------------------*/ /* * It's helpful to get sparse to differentiate between indexes into the * origin device, indexes into the cache device, and indexes into the * discard bitset. */ typedef dm_block_t __bitwise__ dm_oblock_t; typedef uint32_t __bitwise__ dm_cblock_t; typedef dm_block_t __bitwise__ dm_dblock_t;
static inline dm_oblock_t to_oblock(dm_block_t b) { return (__force dm_oblock_t) b; }Contributors
Person | Tokens | Prop | Commits | CommitProp | |
joe thornber | joe thornber | 17 | 100.00% | 1 | 100.00% |
Total | 17 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
joe thornber | joe thornber | 17 | 100.00% | 1 | 100.00% |
Total | 17 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
joe thornber | joe thornber | 17 | 100.00% | 1 | 100.00% |
Total | 17 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
joe thornber | joe thornber | 17 | 100.00% | 1 | 100.00% |
Total | 17 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
joe thornber | joe thornber | 17 | 100.00% | 1 | 100.00% |
Total | 17 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
joe thornber | joe thornber | 17 | 100.00% | 1 | 100.00% |
Total | 17 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
joe thornber | joe thornber | 132 | 100.00% | 2 | 100.00% |
Total | 132 | 100.00% | 2 | 100.00% |