/* * 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 | 17 | 100.00% | 1 | 100.00% |
Total | 17 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Joe Thornber | 17 | 100.00% | 1 | 100.00% |
Total | 17 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Joe Thornber | 17 | 100.00% | 1 | 100.00% |
Total | 17 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Joe Thornber | 17 | 100.00% | 1 | 100.00% |
Total | 17 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Joe Thornber | 17 | 100.00% | 1 | 100.00% |
Total | 17 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Joe Thornber | 17 | 100.00% | 1 | 100.00% |
Total | 17 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Joe Thornber | 129 | 97.73% | 2 | 66.67% |
Michael S. Tsirkin | 3 | 2.27% | 1 | 33.33% |
Total | 132 | 100.00% | 3 | 100.00% |