OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:table_head
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/dm/
dm_ioctl.c
48
*
table_head
locking:
65
* dm_table_size etc. There is another user for
table_head
which wants
242
dm_table_head_init(&dmv->
table_head
);
356
prop_dictionary_set_uint32(dm_dict, DM_IOCTL_OPEN, dmv->
table_head
.io_cnt);
439
prop_dictionary_set_uint32(dm_dict, DM_IOCTL_OPEN, dmv->
table_head
.io_cnt);
450
if ((j = dm_table_get_target_count(&dmv->
table_head
, DM_TABLE_ACTIVE)))
457
if (dm_table_get_target_count(&dmv->
table_head
, DM_TABLE_INACTIVE))
495
prop_dictionary_set_uint32(dm_dict, DM_IOCTL_OPEN, dmv->
table_head
.io_cnt);
540
dm_table_switch_tables(&dmv->
table_head
);
547
dmgetproperties(dmv->diskp, &dmv->
table_head
);
[
all
...]
device-mapper.c
284
dm_table_destroy(&dmv->
table_head
, DM_TABLE_ACTIVE);
287
dm_table_destroy(&dmv->
table_head
, DM_TABLE_INACTIVE);
289
dm_table_head_destroy(&dmv->
table_head
);
500
dm_table_disksize(&dmv->
table_head
, &dkw->dkw_size, NULL);
536
tbl = dm_table_get_entry(&dmv->
table_head
, DM_TABLE_ACTIVE);
545
dm_table_release(&dmv->
table_head
, DM_TABLE_ACTIVE);
558
dm_table_disksize(&dmv->
table_head
, NULL, &secsize);
575
dm_table_disksize(&dmv->
table_head
, &numsec, &secsize);
619
dm_table_size(&dmv->
table_head
)) <= 0) {
635
tbl = dm_table_get_entry(&dmv->
table_head
, DM_TABLE_ACTIVE)
[
all
...]
dm_dev.c
293
dm_table_destroy(&dmv->
table_head
, DM_TABLE_ACTIVE);
296
dm_table_destroy(&dmv->
table_head
, DM_TABLE_INACTIVE);
298
dm_table_head_destroy(&dmv->
table_head
);
dm.h
146
dm_table_head_t
table_head
;
member in struct:dm_dev
dm_table.c
50
* Writers can work with
table_head
only when there are no readers. I
114
* Decrement io reference counter and wake up all callers, with
table_head
cv.
302
* Initialize
table_head
structures, I'm trying to keep this structure as
321
* Destroy all variables in
table_head
346
head = &table_en->dm_dev->
table_head
;
Completed in 29 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025