Searched refs:dm_table_create (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | device-mapper.h | 489 int dm_table_create(struct dm_table **result, fmode_t mode,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | device-mapper.h | 546 int dm_table_create(struct dm_table **result, blk_mode_t mode,
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-ioctl.c | 1342 r = dm_table_create(&t, get_mode(param), param->target_count, md); in table_load() 2101 r = dm_table_create(&t, get_mode(dmi), dmi->target_count, md); in dm_early_create()
|
H A D | dm-table.c | 144 int dm_table_create(struct dm_table **result, fmode_t mode, in dm_table_create() function
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-ioctl.c | 1508 r = dm_table_create(&t, get_mode(param), param->target_count, md); in table_load() 2278 r = dm_table_create(&t, get_mode(dmi), dmi->target_count, md); in dm_early_create()
|
H A D | dm-table.c | 129 int dm_table_create(struct dm_table **result, blk_mode_t mode, in dm_table_create() function
|
Completed in 13 milliseconds