Home
last modified time | relevance | path

Searched defs:partition (Results 1 – 25 of 60) sorted by relevance

123

/linux-6.15/drivers/mtd/
Drfd_ftl.c71 struct partition { struct
93 static int build_block_map(struct partition *part, int block_no) in build_block_map() argument
/linux-6.15/drivers/hv/
Dmshv_root_main.c155 static int mshv_ioctl_passthru_hvcall(struct mshv_partition *partition, in mshv_ioctl_passthru_hvcall()
913 mshv_partition_ioctl_create_vp(struct mshv_partition *partition, in mshv_partition_ioctl_create_vp()
1037 static int mshv_init_async_handler(struct mshv_partition *partition) in mshv_init_async_handler()
1051 struct mshv_partition *partition = data; in mshv_async_hvcall_handler() local
1187 mshv_partition_region_by_gfn(struct mshv_partition *partition, u64 gfn) in mshv_partition_region_by_gfn()
1201 mshv_partition_region_by_uaddr(struct mshv_partition *partition, u64 uaddr) in mshv_partition_region_by_uaddr()
1219 static int mshv_partition_create_region(struct mshv_partition *partition, in mshv_partition_create_region()
1265 struct mshv_partition *partition = region->partition; in mshv_partition_mem_region_map() local
1331 mshv_map_user_memory(struct mshv_partition *partition, in mshv_map_user_memory()
1379 mshv_unmap_user_memory(struct mshv_partition *partition, in mshv_unmap_user_memory()
[all …]
Dmshv_irq.c18 int mshv_update_routing_table(struct mshv_partition *partition, in mshv_update_routing_table()
83 void mshv_free_routing_table(struct mshv_partition *partition) in mshv_free_routing_table()
92 mshv_ret_girq_entry(struct mshv_partition *partition, u32 irqnum) in mshv_ret_girq_entry()
Dmshv_eventfd.c30 void mshv_register_irq_ack_notifier(struct mshv_partition *partition, in mshv_register_irq_ack_notifier()
38 void mshv_unregister_irq_ack_notifier(struct mshv_partition *partition, in mshv_unregister_irq_ack_notifier()
47 bool mshv_notify_acked_gsi(struct mshv_partition *partition, int gsi) in mshv_notify_acked_gsi()
80 struct mshv_partition *partition; in mshv_irqfd_resampler_ack() local
155 struct mshv_partition *partition = irqfd->irqfd_partn; in mshv_try_assert_irq_fast() local
194 struct mshv_partition *partition = irqfd->irqfd_partn; in mshv_assert_irq_slow() local
627 struct mshv_partition *partition = (struct mshv_partition *)data; in ioeventfd_mmio_write() local
Dmshv_synic.c134 struct mshv_partition *partition; in mshv_async_call_completion_isr() local
182 struct mshv_partition *partition; in handle_bitset_message() local
262 struct mshv_partition *partition = NULL; in handle_pair_message() local
319 struct mshv_partition *partition; in mshv_intercept_isr() local
/linux-6.15/fs/udf/
Dpartition.c26 uint16_t partition, uint32_t offset) in udf_get_pblock()
43 uint16_t partition, uint32_t offset) in udf_get_pblock_virt15()
102 uint16_t partition, uint32_t offset) in udf_get_pblock_virt20()
108 uint16_t partition, uint32_t offset) in udf_get_pblock_spar15()
276 uint16_t partition, uint32_t offset) in udf_try_read_meta()
304 uint16_t partition, uint32_t offset) in udf_get_pblock_meta25()
Dballoc.c106 static void udf_add_free_space(struct super_block *sb, u16 partition, u32 cnt) in udf_add_free_space()
176 uint16_t partition, uint32_t first_block, in udf_bitmap_prealloc_blocks()
223 struct udf_bitmap *bitmap, uint16_t partition, in udf_bitmap_new_block()
493 struct inode *table, uint16_t partition, in udf_table_prealloc_blocks()
558 struct inode *table, uint16_t partition, in udf_table_new_block()
659 uint16_t partition = bloc->partitionReferenceNum; in udf_free_blocks() local
689 uint16_t partition, uint32_t first_block, in udf_prealloc_blocks()
715 uint16_t partition, uint32_t goal, int *err) in udf_new_block()
/linux-6.15/drivers/mtd/maps/
Dvmu-flash.c25 int partition; member
44 int partition; member
57 struct mtd_info *mtd, int partition) in ofs_to_block()
115 int partition, error = 0, x, wait; in maple_vmu_read_block() local
232 int partition, error, locking, x, phaselen, wait; in maple_vmu_write_block() local
310 int partition, error; in vmu_flash_read_char() local
358 int index = 0, retval, partition, leftover, numblocks; in vmu_flash_read() local
422 int index = 0, partition, error = 0, numblocks; in vmu_flash_write() local
/linux-6.15/include/uapi/linux/
Dfsl_hypervisor.h56 __u32 partition; member
76 __u32 partition; member
91 __u32 partition; member
106 __u32 partition; member
/linux-6.15/arch/powerpc/include/asm/
Dfsl_hcalls.h224 static inline unsigned int fh_partition_restart(unsigned int partition) in fh_partition_restart()
255 static inline unsigned int fh_partition_get_status(unsigned int partition, in fh_partition_get_status()
285 static inline unsigned int fh_partition_start(unsigned int partition, in fh_partition_start()
312 static inline unsigned int fh_partition_stop(unsigned int partition) in fh_partition_stop()
/linux-6.15/drivers/md/dm-vdo/
Dencodings.c647 int vdo_configure_slab_depot(const struct partition *partition, in vdo_configure_slab_depot()
784 struct partition *partition; in allocate_partition() local
933 struct partition *partition; in vdo_get_partition() local
955 struct partition *partition; in vdo_get_known_partition() local
965 const struct partition *partition; in encode_layout() local
1000 struct partition *partition; in decode_layout() local
Dencodings.h580 struct partition { struct
581 enum partition_id id; /* The id of this partition */ argument
582 physical_block_number_t offset; /* The offset into the layout of this partition */ argument
583 block_count_t count; /* The number of blocks in the partition */ argument
584 struct partition *next; /* A pointer to the next partition in the layout */ argument
/linux-6.15/drivers/media/platform/renesas/vsp1/
Dvsp1_pipe.c482 struct vsp1_partition *partition, in vsp1_pipeline_propagate_partition()
505 struct vsp1_partition *partition, in vsp1_pipeline_calculate_partition()
Dvsp1_rpf.c282 const struct vsp1_partition *partition, in rpf_configure_partition()
351 struct vsp1_partition *partition, in rpf_partition()
Dvsp1_uds.c303 const struct vsp1_partition *partition, in uds_configure_partition()
360 struct vsp1_partition *partition, in uds_partition()
Dvsp1_wpf.c365 const struct vsp1_partition *partition, in wpf_configure_partition()
509 struct vsp1_partition *partition, in wpf_partition()
Dvsp1_drm.h35 struct vsp1_partition partition; member
Dvsp1_entity.h98 void (*partition)(struct vsp1_entity *entity, member
Dvsp1_video.c247 unsigned int partition) in vsp1_video_pipeline_run_partition()
263 unsigned int partition; in vsp1_video_pipeline_run() local
/linux-6.15/include/media/
Dv4l2-vp9.h81 u8 partition[16][3]; member
120 u32 (*partition)[16][4]; member
/linux-6.15/include/linux/
Dintel_tpmi.h45 u8 partition; member
/linux-6.15/drivers/net/wireless/ti/wl1251/
Dio.c124 struct wl1251_partition_set *partition; in wl1251_set_partition() local
/linux-6.15/drivers/misc/
Dsram.h31 struct sram_partition *partition; member
/linux-6.15/scripts/
Dcheckkconfigsymbols.py260 def partition(lst, size): function
/linux-6.15/drivers/net/wireless/ti/wlcore/
Dboot.c163 struct wlcore_partition_set partition; in wl1271_boot_upload_firmware_chunk() local

123