Home
last modified time | relevance | path

Searched defs:vdev (Results 1 – 25 of 28) sorted by relevance

12

/titanic_51/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h126 struct vdev { struct
130 uint64_t vdev_id; /* child number in vdev parent */ argument
131 uint64_t vdev_guid; /* unique ID for this vdev */ argument
139 uint64_t vdev_prevstate; /* used when reopening a vdev */ argument
140 vdev_ops_t *vdev_ops; /* vdev operations */ argument
141 spa_t *vdev_spa; /* spa for this vdev */ argument
145 vdev_t *vdev_top; /* top-level vdev */ argument
146 vdev_t *vdev_parent; /* parent vdev */ argument
132 vdev_guid_sumvdev global() argument
133 vdev_orig_guidvdev global() argument
134 vdev_asizevdev global() argument
135 vdev_min_asizevdev global() argument
136 vdev_max_asizevdev global() argument
137 vdev_ashiftvdev global() argument
138 vdev_statevdev global() argument
142 vdev_tsdvdev global() argument
143 vdev_name_vpvdev global() argument
144 vdev_devid_vpvdev global() argument
147 vdev_childvdev global() argument
148 vdev_childrenvdev global() argument
149 vdev_statvdev global() argument
150 vdev_expandingvdev global() argument
151 vdev_reopeningvdev global() argument
152 vdev_open_errorvdev global() argument
153 vdev_open_threadvdev global() argument
154 vdev_crtxgvdev global() argument
155 vdev_avoid_readvdev global() argument
160 vdev_ms_arrayvdev global() argument
161 vdev_ms_shiftvdev global() argument
162 vdev_ms_countvdev global() argument
163 vdev_mgvdev global() argument
164 vdev_msvdev global() argument
165 vdev_ms_listvdev global() argument
166 vdev_dtl_listvdev global() argument
167 vdev_txg_nodevdev global() argument
168 vdev_remove_wantedvdev global() argument
169 vdev_probe_wantedvdev global() argument
170 vdev_config_dirty_nodevdev global() argument
171 vdev_state_dirty_nodevdev global() argument
172 vdev_deflate_ratiovdev global() argument
173 vdev_islogvdev global() argument
174 vdev_removingvdev global() argument
175 vdev_isholevdev global() argument
180 vdev_dtlvdev global() argument
181 vdev_dtl_smvdev global() argument
182 vdev_dtl_nodevdev global() argument
183 vdev_dtl_objectvdev global() argument
184 vdev_psizevdev global() argument
185 vdev_wholediskvdev global() argument
186 vdev_offlinevdev global() argument
187 vdev_faultedvdev global() argument
188 vdev_degradedvdev global() argument
189 vdev_removedvdev global() argument
190 vdev_resilver_txgvdev global() argument
191 vdev_nparityvdev global() argument
192 vdev_pathvdev global() argument
193 vdev_devidvdev global() argument
194 vdev_physpathvdev global() argument
195 vdev_fruvdev global() argument
196 vdev_not_presentvdev global() argument
197 vdev_unsparevdev global() argument
198 vdev_nowritecachevdev global() argument
199 vdev_checkremovevdev global() argument
200 vdev_forcefaultvdev global() argument
201 vdev_splittingvdev global() argument
202 vdev_delayed_closevdev global() argument
203 vdev_tmpofflinevdev global() argument
204 vdev_detachedvdev global() argument
205 vdev_cant_readvdev global() argument
206 vdev_cant_writevdev global() argument
207 vdev_issparevdev global() argument
208 vdev_isl2cachevdev global() argument
209 vdev_queuevdev global() argument
210 vdev_cachevdev global() argument
211 vdev_auxvdev global() argument
212 vdev_probe_ziovdev global() argument
213 vdev_label_auxvdev global() argument
222 vdev_dtl_lockvdev global() argument
223 vdev_stat_lockvdev global() argument
224 vdev_probe_lockvdev global() argument
[all...]
/titanic_51/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c420 nvlist_t *vdev, uint64_t *p_vdev_id, VirtualDeviceBean_t *bean) in populate_VirtualDeviceBean() argument
462 nvlist_t *vdev, uint64_t *p_vdev_id, LeafVirtualDeviceBean_t *bean) in populate_LeafVirtualDeviceBean() argument
470 nvlist_t *vdev, uint64_t *p_vdev_id, DiskVirtualDeviceBean_t *bean) in populate_DiskVirtualDeviceBean() argument
541 nvlist_t *vdev, uint64_ in populate_SliceVirtualDeviceBean() argument
571 populate_FileVirtualDeviceBean(JNIEnv * env,zpool_handle_t * zhp,nvlist_t * vdev,uint64_t * p_vdev_id,FileVirtualDeviceBean_t * bean) populate_FileVirtualDeviceBean() argument
600 populate_RAIDVirtualDeviceBean(JNIEnv * env,zpool_handle_t * zhp,nvlist_t * vdev,uint64_t * p_vdev_id,RAIDVirtualDeviceBean_t * bean) populate_RAIDVirtualDeviceBean() argument
608 populate_MirrorVirtualDeviceBean(JNIEnv * env,zpool_handle_t * zhp,nvlist_t * vdev,uint64_t * p_vdev_id,MirrorVirtualDeviceBean_t * bean) populate_MirrorVirtualDeviceBean() argument
635 create_DiskVirtualDeviceBean(JNIEnv * env,zpool_handle_t * zhp,nvlist_t * vdev,uint64_t * p_vdev_id) create_DiskVirtualDeviceBean() argument
656 create_SliceVirtualDeviceBean(JNIEnv * env,zpool_handle_t * zhp,nvlist_t * vdev,uint64_t * p_vdev_id) create_SliceVirtualDeviceBean() argument
677 create_FileVirtualDeviceBean(JNIEnv * env,zpool_handle_t * zhp,nvlist_t * vdev,uint64_t * p_vdev_id) create_FileVirtualDeviceBean() argument
698 create_RAIDVirtualDeviceBean(JNIEnv * env,zpool_handle_t * zhp,nvlist_t * vdev,uint64_t * p_vdev_id) create_RAIDVirtualDeviceBean() argument
735 create_MirrorVirtualDeviceBean(JNIEnv * env,zpool_handle_t * zhp,nvlist_t * vdev,uint64_t * p_vdev_id) create_MirrorVirtualDeviceBean() argument
939 zjni_get_VirtualDevice_from_vdev(JNIEnv * env,zpool_handle_t * zhp,nvlist_t * vdev,uint64_t * p_vdev_id) zjni_get_VirtualDevice_from_vdev() argument
1067 populate_DeviceStatsBean(JNIEnv * env,nvlist_t * vdev,DeviceStatsBean_t * bean,zjni_Object_t * object) populate_DeviceStatsBean() argument
[all...]
H A Dlibzfs_jni_main.c331 jobject vdev = NULL; in Java_com_sun_zfs_common_model_SystemDataModel_getVirtualDevice() local
/titanic_51/usr/src/boot/sys/boot/efi/loader/
H A Ddevicename.c51 efi_getdev(void **vdev, const char *devspec, const char **path) in efi_getdev() argument
177 efi_fmtdev(void *vdev) in efi_fmtdev() argument
/titanic_51/usr/src/boot/sys/boot/i386/libi386/
H A Ddevicename.c45 i386_getdev(void **vdev, const char *devspec, const char **path) in i386_getdev() argument
176 i386_fmtdev(void *vdev) in i386_fmtdev() argument
/titanic_51/usr/src/boot/sys/boot/uboot/lib/
H A Ddevicename.c46 uboot_getdev(void **vdev, const char *devspec, const char **path) in uboot_getdev() argument
165 uboot_fmtdev(void *vdev) in uboot_fmtdev() argument
/titanic_51/usr/src/boot/sys/boot/userboot/userboot/
H A Ddevicename.c49 userboot_getdev(void **vdev, const char *devspec, const char **path) in userboot_getdev() argument
177 userboot_fmtdev(void *vdev) in userboot_fmtdev() argument
/titanic_51/usr/src/boot/sys/boot/zfs/
H A Ddevicename_stubs.c42 zfs_fmtdev(void *vdev) in zfs_fmtdev() argument
H A Dzfsimpl.c404 vdev_read_phys(vdev_t *vdev, const blkptr_t *bp, void *buf, in vdev_read_phys() argument
430 vdev_disk_read(vdev_t *vdev, const blkptr_t *bp, void *buf, in vdev_disk_read() argument
440 vdev_mirror_read(vdev_t *vdev, const blkptr_t *bp, void *buf, in vdev_mirror_read() argument
459 vdev_replacing_read(vdev_t *vdev, cons argument
482 vdev_t *vdev; vdev_find() local
494 vdev_t *vdev; vdev_create() local
517 vdev_t *vdev, *kid; vdev_init_from_nvlist() local
663 vdev_set_state(vdev_t * vdev) vdev_set_state() argument
736 vdev_t *vdev; spa_get_primary_vdev() local
815 vdev_status(vdev_t * vdev,int indent) vdev_status() argument
836 vdev_t *vdev; spa_status() local
930 vdev_t *vdev, *top_vdev, *pool_vdev; vdev_probe() local
1244 vdev_t *vdev; zio_read() local
[all...]
H A Dzfs.c370 vdev_read(vdev_t *vdev, void *priv, off_t offset, void *buf, size_t bytes) in vdev_read() argument
715 vdev_t *vdev; in zfs_bootfs() local
790 zfs_fmtdev(void * vdev) zfs_fmtdev() argument
[all...]
/titanic_51/usr/src/boot/sys/boot/ofw/libofw/
H A Ddevicename.c44 ofw_getdev(void **vdev, const char *devspec, const char **path) in ofw_getdev() argument
/titanic_51/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c149 zfs_process_add(zpool_handle_t *zhp, nvlist_t *vdev, boolean_t isdisk) in zfs_process_add() argument
601 zfs_update_vdev_fru(zpool_handle_t * zhp,nvlist_t * vdev,boolean_t isdisk) zfs_update_vdev_fru() argument
651 nvlist_t *config, *vdev; zfs_deliver_update() local
[all...]
/titanic_51/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1523 typedef struct vdev { global() struct
1526 v_childrenvdev global() argument
1527 v_namevdev global() argument
1528 v_phys_pathvdev global() argument
1529 v_devidvdev global() argument
1530 v_guidvdev global() argument
1534 v_topvdev global() argument
1536 v_statevdev global() argument
1537 v_phys_readvdev global() argument
1538 v_readvdev global() argument
1540 v_read_privvdev global() argument
[all...]
/titanic_51/usr/src/boot/sys/boot/efi/boot1/
H A Dzfs_module.c51 vdev_read(vdev_t *vdev, void *priv, off_t off, void *buf, size_t bytes) in vdev_read() argument
/titanic_51/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c219 replace_with_spare(fmd_hdl_t *hdl, zpool_handle_t *zhp, nvlist_t *vdev) in replace_with_spare() argument
365 nvlist_t *vdev; zfs_retire_recv() local
[all...]
/titanic_51/usr/src/uts/common/xen/io/
H A Dxpvd.c731 int *domain, *vdev; in xpvd_name_child() local
920 int vdev; in xpvd_bus_config() local
[all...]
H A Dxdf.c1236 blkif_vdev_t vdev = xvdi_get_vdevnum(dip); in xdf_process_rreq() local
/titanic_51/usr/src/lib/libzfs/common/
H A Dlibzfs_status.c121 find_vdev_problem(nvlist_t *vdev, int (*func)(uint64_t, uint64_t, uint64_t)) in find_vdev_problem() argument
/titanic_51/usr/src/uts/common/xen/os/
H A Dxvdi.c732 domid_t dom, int vdev) in xvdi_create_dev() argument
943 domid_t dom, int vdev) in xvdi_find_dev() argument
1864 int vdev; i_xvdi_enum_worker() local
2335 int i, vdev, circ; i_xvdi_probe_path_handler() local
[all...]
/titanic_51/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c2368 uint64_t vdev = DVA_GET_VDEV(dva); metaslab_free_dva() local
2425 uint64_t vdev = DVA_GET_VDEV(dva); metaslab_claim_dva() local
2573 uint64_t vdev = DVA_GET_VDEV(&bp->blk_dva[i]); metaslab_check_free() local
[all...]
H A Dvdev.c153 vdev_lookup_top(spa_t *spa, uint64_t vdev) in vdev_lookup_top() argument
[all...]
/titanic_51/usr/src/cmd/zpool/
H A Dzpool_vdev.c396 nvlist_t *vdev = NULL; in make_leaf_vdev() local
[all...]
/titanic_51/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1531 vdev_phys_t *vdev; in check_pool_label() local
/titanic_51/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1288 mdb_vdev_t vdev; in metaslab_stats() local
1388 vdev_t vdev; do_print_vdev() local
[all...]
/titanic_51/usr/src/cmd/zdb/
H A Dzdb.c3232 zdb_vdev_lookup(vdev_t *vdev, cha argument
3311 char *s, *p, *dup, *vdev, *flagstr; zdb_read_block() local
[all...]

12