Home
last modified time | relevance | path

Searched refs:lv_block_exception_t (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/drivers/md/
Dlvm-snap.c112 static inline lv_block_exception_t *lvm_find_exception_table(kdev_t in lvm_find_exception_table()
121 lv_block_exception_t *ret; in lvm_find_exception_table()
129 lv_block_exception_t *exception; in lvm_find_exception_table()
131 exception = list_entry(next, lv_block_exception_t, hash); in lvm_find_exception_table()
141 inline void lvm_hash_link(lv_block_exception_t * exception, in lvm_hash_link()
171 lv_block_exception_t *exception; in lvm_snapshot_remap_block()
292 lv_block_exception_t *be = in lvm_snapshot_fill_COW_page()
632 lv_block_exception_t *be; in _write_COW_table_block()
Dlvm-internal.h96 void lvm_hash_link(lv_block_exception_t *, kdev_t, ulong, lv_t *);
Dlvm.c2027 lv_block_exception_t *lvbe = lv->lv_block_exception; in lvm_do_lv_create()
2125 sizeof(lv_block_exception_t); in lvm_do_lv_create()
2413 lv_block_exception_t *lvbe; in __extend_reduce_snapshot()
2418 size = new_lv->lv_remap_end * sizeof(lv_block_exception_t); in __extend_reduce_snapshot()
2573 size *= sizeof(lv_block_exception_t); in lvm_do_lv_extend_reduce()
Dlvm-fs.c430 lv_block_exception_t_bytes *= sizeof(lv_block_exception_t); in _proc_read_global()
/linux-2.4.37.9/include/linux/
Dlvm.h422 } lv_block_exception_t; typedef
557 lv_block_exception_t *lv_block_exception;
/linux-2.4.37.9/arch/mips64/kernel/
Dioctl32.c1418 lv_block_exception_t *lbe; in get_lv_t()
1446 size = l->lv_remap_end * sizeof(lv_block_exception_t); in get_lv_t()
/linux-2.4.37.9/arch/x86_64/ia32/
Dia32_ioctl.c2405 lv_block_exception_t *lbe; in get_lv_t()
2440 if (l->lv_remap_end > 256*PAGE_SIZE/sizeof(lv_block_exception_t)) { in get_lv_t()
2445 size = l->lv_remap_end * sizeof(lv_block_exception_t); in get_lv_t()
/linux-2.4.37.9/arch/ppc64/kernel/
Dioctl32.c2394 lv_block_exception_t *lbe; in get_lv_t()
2429 if (l->lv_remap_end > 256*PAGE_SIZE/sizeof(lv_block_exception_t)) { in get_lv_t()
2434 size = l->lv_remap_end * sizeof(lv_block_exception_t); in get_lv_t()
/linux-2.4.37.9/arch/parisc/kernel/
Dioctl32.c1923 lv_block_exception_t *lbe; in get_lv_t()
1951 size = l->lv_remap_end * sizeof(lv_block_exception_t); in get_lv_t()
/linux-2.4.37.9/arch/sparc64/kernel/
Dioctl32.c2790 lv_block_exception_t *lbe; in get_lv_t()
2818 size = l->lv_remap_end * sizeof(lv_block_exception_t); in get_lv_t()