dm_exception       67 drivers/md/dm-exception-store.h 				  struct dm_exception *e);
dm_exception       73 drivers/md/dm-exception-store.h 				  struct dm_exception *e, int valid,
dm_exception      147 drivers/md/dm-exception-store.h static inline unsigned dm_consecutive_chunk_count(struct dm_exception *e)
dm_exception      152 drivers/md/dm-exception-store.h static inline void dm_consecutive_chunk_count_inc(struct dm_exception *e)
dm_exception      159 drivers/md/dm-exception-store.h static inline void dm_consecutive_chunk_count_dec(struct dm_exception *e)
dm_exception      677 drivers/md/dm-snap-persistent.c 					struct dm_exception *e)
dm_exception      700 drivers/md/dm-snap-persistent.c 					struct dm_exception *e, int valid,
dm_exception       40 drivers/md/dm-snap-transient.c 				       struct dm_exception *e)
dm_exception       55 drivers/md/dm-snap-transient.c 				       struct dm_exception *e, int valid,
dm_exception      199 drivers/md/dm-snap.c 	struct dm_exception e;
dm_exception      675 drivers/md/dm-snap.c 	struct dm_exception *ex;
dm_exception      695 drivers/md/dm-snap.c static void dm_remove_exception(struct dm_exception *e)
dm_exception      704 drivers/md/dm-snap.c static struct dm_exception *dm_lookup_exception(struct dm_exception_table *et,
dm_exception      709 drivers/md/dm-snap.c 	struct dm_exception *e;
dm_exception      720 drivers/md/dm-snap.c static struct dm_exception *alloc_completed_exception(gfp_t gfp)
dm_exception      722 drivers/md/dm-snap.c 	struct dm_exception *e;
dm_exception      731 drivers/md/dm-snap.c static void free_completed_exception(struct dm_exception *e)
dm_exception      757 drivers/md/dm-snap.c 				struct dm_exception *new_e)
dm_exception      761 drivers/md/dm-snap.c 	struct dm_exception *e = NULL;
dm_exception      819 drivers/md/dm-snap.c 	struct dm_exception *e;
dm_exception      935 drivers/md/dm-snap.c 	struct dm_exception *e;
dm_exception     1639 drivers/md/dm-snap.c 	struct dm_exception *e;
dm_exception     1838 drivers/md/dm-snap.c 	struct dm_exception *e = dm_lookup_exception(&s->pending, chunk);
dm_exception     1900 drivers/md/dm-snap.c static void remap_exception(struct dm_snapshot *s, struct dm_exception *e,
dm_exception     1920 drivers/md/dm-snap.c static void zero_exception(struct dm_snapshot *s, struct dm_exception *e,
dm_exception     1943 drivers/md/dm-snap.c 	struct dm_exception *e;
dm_exception     2111 drivers/md/dm-snap.c 	struct dm_exception *e;
dm_exception     2424 drivers/md/dm-snap.c 	struct dm_exception *e;
dm_exception     2782 drivers/md/dm-snap.c 	exception_cache = KMEM_CACHE(dm_exception, 0);