Searched refs:vg_t (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/drivers/md/ |
D | lvm-internal.h | 49 extern vg_t *vg[]; 91 int lvm_snapshot_fill_COW_page(vg_t *, lv_t *); 92 int lvm_snapshot_COW(kdev_t, ulong, ulong, ulong, vg_t * vg, lv_t *); 95 int lvm_write_COW_table_block(vg_t *, lv_t *); 98 void lvm_drop_snapshot(vg_t * vg, lv_t *, const char *); 105 void lvm_fs_create_vg(vg_t * vg_ptr); 106 void lvm_fs_remove_vg(vg_t * vg_ptr); 107 devfs_handle_t lvm_fs_create_lv(vg_t * vg_ptr, lv_t * lv); 108 void lvm_fs_remove_lv(vg_t * vg_ptr, lv_t * lv); 109 void lvm_fs_create_pv(vg_t * vg_ptr, pv_t * pv); [all …]
|
D | lvm.c | 322 static int lvm_do_le_remap(vg_t *, void *); 324 static int lvm_do_pv_create(pv_t *, vg_t *, ulong); 325 static int lvm_do_pv_remove(vg_t *, ulong); 329 static int lvm_do_lv_rename(vg_t *, lv_req_t *, lv_t *); 330 static int lvm_do_lv_status_byname(vg_t * r, void *); 331 static int lvm_do_lv_status_byindex(vg_t *, void *); 332 static int lvm_do_lv_status_bydev(vg_t *, void *); 334 static int lvm_do_pe_lock_unlock(vg_t * r, void *); 336 static int lvm_do_pv_change(vg_t *, void *); 337 static int lvm_do_pv_status(vg_t *, void *); [all …]
|
D | lvm-fs.c | 62 static int _vg_info(vg_t * vg_ptr, char *buf); 63 static int _lv_info(vg_t * vg_ptr, lv_t * lv_ptr, char *buf); 112 void lvm_fs_create_vg(vg_t * vg_ptr) in lvm_fs_create_vg() 145 void lvm_fs_remove_vg(vg_t * vg_ptr) in lvm_fs_remove_vg() 191 devfs_handle_t lvm_fs_create_lv(vg_t * vg_ptr, lv_t * lv) in lvm_fs_create_lv() 217 void lvm_fs_remove_lv(vg_t * vg_ptr, lv_t * lv) in lvm_fs_remove_lv() 248 void lvm_fs_create_pv(vg_t * vg_ptr, pv_t * pv) in lvm_fs_create_pv() 267 void lvm_fs_remove_pv(vg_t * vg_ptr, pv_t * pv) in lvm_fs_remove_pv() 286 vg_t *vg_ptr = data; in _proc_read_vg() 376 vg_t *vg_ptr; in _proc_read_global() [all …]
|
D | lvm-snap.c | 72 static int _write_COW_table_block(vg_t * vg, lv_t * lv, int idx, 74 static void _disable_snapshot(vg_t * vg, lv_t * lv); 85 static int _pv_get_number(vg_t * vg, kdev_t rdev, uint * pvn) in _pv_get_number() 190 void lvm_drop_snapshot(vg_t * vg, lv_t * lv_snap, const char *reason) in lvm_drop_snapshot() 274 int lvm_snapshot_fill_COW_page(vg_t * vg, lv_t * lv_snap) in lvm_snapshot_fill_COW_page() 325 int lvm_write_COW_table_block(vg_t * vg, lv_t * lv_snap) in lvm_write_COW_table_block() 351 vg_t * vg, lv_t * lv_snap) in lvm_snapshot_COW() 621 static int _write_COW_table_block(vg_t * vg, lv_t * lv_snap, in _write_COW_table_block() 743 static void _disable_snapshot(vg_t * vg, lv_t * lv) in _disable_snapshot()
|
/linux-2.4.37.9/include/linux/ |
D | lvm.h | 637 } vg_t; typedef 734 static int inline LVM_GET_COW_TABLE_CHUNKS_PER_PE(vg_t * vg, lv_t * lv) in LVM_GET_COW_TABLE_CHUNKS_PER_PE() 739 static int inline LVM_GET_COW_TABLE_ENTRIES_PER_PE(vg_t * vg, lv_t * lv) in LVM_GET_COW_TABLE_ENTRIES_PER_PE()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | ioctl32.c | 1493 vg_t *v = NULL; in do_lvm_ioctl() 1510 v = kmalloc(sizeof(vg_t), GFP_KERNEL); in do_lvm_ioctl() 1518 v = kmalloc(sizeof(vg_t), GFP_KERNEL); in do_lvm_ioctl()
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | ioctl32.c | 1998 vg_t *v = NULL; in do_lvm_ioctl() 2015 v = kmalloc(sizeof(vg_t), GFP_KERNEL); in do_lvm_ioctl() 2023 v = kmalloc(sizeof(vg_t), GFP_KERNEL); in do_lvm_ioctl()
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | ia32_ioctl.c | 2492 vg_t *v = NULL; in do_lvm_ioctl() 2512 v = kmalloc(sizeof(vg_t), GFP_KERNEL); in do_lvm_ioctl() 2520 v = kmalloc(sizeof(vg_t), GFP_KERNEL); in do_lvm_ioctl()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | ioctl32.c | 2481 vg_t *v = NULL; in do_lvm_ioctl() 2498 v = kmalloc(sizeof(vg_t), GFP_KERNEL); in do_lvm_ioctl() 2506 v = kmalloc(sizeof(vg_t), GFP_KERNEL); in do_lvm_ioctl()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | ioctl32.c | 2865 vg_t *v = NULL; in do_lvm_ioctl() 2882 v = kmalloc(sizeof(vg_t), GFP_KERNEL); in do_lvm_ioctl() 2890 v = kmalloc(sizeof(vg_t), GFP_KERNEL); in do_lvm_ioctl()
|