Home
last modified time | relevance | path

Searched refs:sp_ext_offset_t (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/lvm/softpart/
H A Dsp.c589 sp_ext_offset_t voff, in sp_mapbuf()
596 sp_ext_offset_t new_blkno; in sp_mapbuf()
597 sp_ext_offset_t new_offset; in sp_mapbuf()
598 sp_ext_offset_t ext_endblk; in sp_mapbuf()
943 sp_ext_offset_t current_blkno; in md_sp_strategy()
1009 current_blkno = (sp_ext_offset_t)parent_buf->b_blkno; in md_sp_strategy()
1061 current_blkno += (sp_ext_offset_t)(btodb(child_buf->b_bcount)); in md_sp_strategy()
1103 sp_ext_offset_t current_blkno; in sp_directed_read()
1160 current_blkno = (sp_ext_offset_t)parent_buf->b_lblkno; in sp_directed_read()
1204 current_blkno += (sp_ext_offset_t)(btodb(child_buf->b_bcount)); in sp_directed_read()
[all …]
H A Dsp_ioctl.c231 sp_ext_offset_t *offsets; in sp_update_watermarks()
259 osz = mup->count * sizeof (sp_ext_offset_t); in sp_update_watermarks()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c102 sp_ext_offset_t ext_offset; /* starting offset */
137 sp_ext_node_t **head, sp_ext_offset_t offset, sp_ext_length_t length,
144 sp_ext_offset_t offset);
164 sp_ext_offset_t alloc_offset, sp_ext_length_t alloc_length, uint_t seq);
167 sp_ext_offset_t last_off, sp_ext_length_t alignment);
189 mp_watermark_t *wm, sp_ext_offset_t offset, md_error_t *ep);
235 static const sp_ext_offset_t NO_OFFSET = 0ULL;
886 sp_ext_offset_t offset, in meta_sp_list_insert()
1040 sp_ext_offset_t offset in meta_sp_list_find()
1081 sp_ext_offset_t curoff = 0LL; in meta_sp_list_freefill()
[all …]
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmdiox.x2034 typedef u_longlong_t sp_ext_offset_t; typedef
2037 sp_ext_offset_t un_voff; /* virtual offset */
2038 sp_ext_offset_t un_poff; /* physical offset */
2050 sp_ext_offset_t un_start_blk; /* start block, incl reserved space */
2066 sp_ext_offset_t un_start_blk; /* start block, incl reserved space */
/titanic_41/usr/src/cmd/lvm/util/
H A Dmetattach.c68 sp_ext_offset_t alignment = 0; in sp_attach()