Symbol: chunk_t
drivers/md/dm-exception-store.h
143
static inline chunk_t dm_chunk_number(chunk_t chunk)
drivers/md/dm-exception-store.h
145
return chunk & (chunk_t)((1ULL << DM_CHUNK_NUMBER_BITS) - 1ULL);
drivers/md/dm-exception-store.h
175
static inline chunk_t sector_to_chunk(struct dm_exception_store *store,
drivers/md/dm-exception-store.h
34
chunk_t old_chunk;
drivers/md/dm-exception-store.h
35
chunk_t new_chunk;
drivers/md/dm-exception-store.h
61
chunk_t old, chunk_t new),
drivers/md/dm-exception-store.h
87
chunk_t *last_old_chunk, chunk_t *last_new_chunk);
drivers/md/dm-snap-persistent.c
134
chunk_t current_area;
drivers/md/dm-snap-persistent.c
154
chunk_t next_free;
drivers/md/dm-snap-persistent.c
232
static int chunk_io(struct pstore *ps, void *area, chunk_t chunk, blk_opf_t opf,
drivers/md/dm-snap-persistent.c
270
static chunk_t area_location(struct pstore *ps, chunk_t area)
drivers/md/dm-snap-persistent.c
278
chunk_t next_free = ps->next_free;
drivers/md/dm-snap-persistent.c
290
chunk_t chunk = area_location(ps, ps->current_area);
drivers/md/dm-snap-persistent.c
300
static int zero_disk_area(struct pstore *ps, chunk_t area)
drivers/md/dm-snap-persistent.c
445
chunk_t old, chunk_t new),
drivers/md/dm-snap-persistent.c
489
int (*callback)(void *callback_context, chunk_t old,
drivers/md/dm-snap-persistent.c
490
chunk_t new),
drivers/md/dm-snap-persistent.c
495
chunk_t prefetch_area = 0;
drivers/md/dm-snap-persistent.c
516
chunk_t chunk;
drivers/md/dm-snap-persistent.c
523
chunk_t pf_chunk = area_location(ps, prefetch_area);
drivers/md/dm-snap-persistent.c
611
chunk_t old, chunk_t new),
drivers/md/dm-snap-persistent.c
763
chunk_t *last_old_chunk,
drivers/md/dm-snap-persistent.c
764
chunk_t *last_new_chunk)
drivers/md/dm-snap-transient.c
36
chunk_t old, chunk_t new),
drivers/md/dm-snap.c
1036
chunk_t old_chunk, new_chunk;
drivers/md/dm-snap.c
124
chunk_t first_merging_chunk;
drivers/md/dm-snap.c
1834
__lookup_pending_exception(struct dm_snapshot *s, chunk_t chunk)
drivers/md/dm-snap.c
1852
struct dm_snap_pending_exception *pe, chunk_t chunk)
drivers/md/dm-snap.c
1885
struct dm_snap_pending_exception *pe, chunk_t chunk)
drivers/md/dm-snap.c
1899
struct bio *bio, chunk_t chunk)
drivers/md/dm-snap.c
190
chunk_t chunk)
drivers/md/dm-snap.c
1919
struct bio *bio, chunk_t chunk)
drivers/md/dm-snap.c
1944
chunk_t chunk;
drivers/md/dm-snap.c
2112
chunk_t chunk;
drivers/md/dm-snap.c
2435
chunk_t chunk;
drivers/md/dm-snap.c
247
chunk_t chunk;
drivers/md/dm-snap.c
264
static void track_chunk(struct dm_snapshot *s, struct bio *bio, chunk_t chunk)
drivers/md/dm-snap.c
286
static int __chunk_is_tracked(struct dm_snapshot *s, chunk_t chunk)
drivers/md/dm-snap.c
310
static void __check_for_conflicting_io(struct dm_snapshot *s, chunk_t chunk)
drivers/md/dm-snap.c
629
static uint32_t exception_hash(struct dm_exception_table *et, chunk_t chunk);
drivers/md/dm-snap.c
637
static void dm_exception_table_lock_init(struct dm_snapshot *s, chunk_t chunk,
drivers/md/dm-snap.c
700
static uint32_t exception_hash(struct dm_exception_table *et, chunk_t chunk)
drivers/md/dm-snap.c
715
chunk_t chunk)
drivers/md/dm-snap.c
823
static int dm_add_exception(void *context, chunk_t old, chunk_t new)
drivers/md/dm-snap.c
931
chunk_t old_chunk)
drivers/md/dm-snap.c
983
chunk_t old_chunk = s->first_merging_chunk + s->num_merging_chunks - 1;