Searched refs:region_t (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-log.h12 typedef sector_t region_t; typedef
48 int (*is_clean)(struct dirty_log *log, region_t region);
61 int (*in_sync)(struct dirty_log *log, region_t region, int can_block);
75 void (*mark_region)(struct dirty_log *log, region_t region);
76 void (*clear_region)(struct dirty_log *log, region_t region);
90 int (*get_resync_work)(struct dirty_log *log, region_t *region);
98 region_t region, int in_sync);
103 region_t (*get_sync_count)(struct dirty_log *log);
H A Ddm-log.c132 region_t sync_count;
531 static int core_is_clean(struct dirty_log *log, region_t region)
537 static int core_in_sync(struct dirty_log *log, region_t region, int block)
567 static void core_mark_region(struct dirty_log *log, region_t region)
573 static void core_clear_region(struct dirty_log *log, region_t region)
579 static int core_get_resync_work(struct dirty_log *log, region_t *region)
602 static void core_set_region_sync(struct dirty_log *log, region_t region,
617 static region_t core_get_sync_count(struct dirty_log *log)
H A Ddm-raid1.c99 region_t key;
133 region_t nr_regions;
148 static inline region_t bio_to_region(struct region_hash *rh, struct bio *bio)
153 static inline sector_t region_to_sector(struct region_hash *rh, region_t region)
169 region_t nr_regions)
240 static inline unsigned int rh_hash(struct region_hash *rh, region_t region)
245 static struct region *__rh_lookup(struct region_hash *rh, region_t region)
262 static struct region *__rh_alloc(struct region_hash *rh, region_t region)
301 static inline struct region *__rh_find(struct region_hash *rh, region_t region)
312 static int rh_state(struct region_hash *rh, region_t regio
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/pcmcia/
H A Dcs_types.h43 struct region_t;
44 typedef struct region_t *memory_handle_t;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dcs_internal.h30 typedef struct region_t { struct
37 } region_t; typedef in typeref:struct:region_t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dsticore.h69 } region_t; typedef in typeref:union:region
326 region_t regions[STI_REGION_MAX];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.h63 typedef struct region_struct *region_t; typedef in typeref:struct:region_struct
H A De2fsck.c2730 static region_t region_create(region_addr_t min, region_addr_t max)
2732 region_t region;
2743 static void region_free(region_t region)
2755 static int region_allocate(region_t region, region_addr_t start, int n)
3882 region_t region;

Completed in 93 milliseconds