/block/partitions/ |
D | core.c | 268 struct hd_struct *part = dev_to_part(dev); in part_uevent() local 285 struct hd_struct *part = in hd_struct_free_work() local 305 struct hd_struct *part = container_of(ref, struct hd_struct, ref); in hd_struct_free() local 316 int hd_ref_init(struct hd_struct *part) in hd_ref_init() 327 void delete_partition(struct hd_struct *part) in delete_partition() 508 struct hd_struct *part; in partition_overlaps() local 528 struct hd_struct *part; in bdev_add_partition() local 545 struct hd_struct *part = NULL; in bdev_del_partition() local 582 struct hd_struct *part; in bdev_resize_partition() local 637 struct hd_struct *part; in blk_drop_partitions() local [all …]
|
D | efi.c | 142 static inline int pmbr_part_valid(gpt_mbr_record *part) in pmbr_part_valid() 177 int i, part = 0, ret = 0; /* invalid by default */ in is_pmbr_valid() local
|
D | mac.c | 41 struct mac_partition *part; in mac_partition() local
|
D | atari.h | 31 struct partition_info part[4]; member
|
D | amiga.c | 46 int part, res = 0; in amiga_partition() local
|
D | acorn.c | 65 struct riscix_part part[8]; member 86 int part; in riscix_partition() local
|
D | ldm.c | 576 struct vblk_part *part; in ldm_create_data_partitions() local 931 struct vblk_part *part; in ldm_parse_prt3() local
|
D | ldm.h | 176 struct vblk_part part; member
|
/block/ |
D | blk-core.c | 681 static bool should_fail_request(struct hd_struct *part, unsigned int bytes) in should_fail_request() 698 static inline bool should_fail_request(struct hd_struct *part, in should_fail_request() 706 static inline bool bio_check_ro(struct bio *bio, struct hd_struct *part) in bio_check_ro() 1271 static void update_io_ticks(struct hd_struct *part, unsigned long now, bool end) in update_io_ticks() 1290 struct hd_struct *part; in blk_account_io_completion() local 1309 struct hd_struct *part; in blk_account_io_done() local 1335 static unsigned long __part_start_io_acct(struct hd_struct *part, in __part_start_io_acct() 1351 unsigned long part_start_io_acct(struct gendisk *disk, struct hd_struct **part, in part_start_io_acct() 1367 static void __part_end_io_acct(struct hd_struct *part, unsigned int op, in __part_end_io_acct() 1381 void part_end_io_acct(struct hd_struct *part, struct bio *bio, in part_end_io_acct()
|
D | genhd.c | 95 static void part_stat_read_all(struct hd_struct *part, struct disk_stats *stat) in part_stat_read_all() 115 static unsigned int part_in_flight(struct hd_struct *part) in part_in_flight() 130 static void part_in_flight_rw(struct hd_struct *part, unsigned int inflight[2]) in part_in_flight_rw() 171 struct hd_struct *part; in disk_get_part() local 254 struct hd_struct *part; in disk_part_iter_next() local 296 static inline int sector_in_part(struct hd_struct *part, sector_t sector) in sector_in_part() 322 struct hd_struct *part; in disk_map_sector_rcu() local 574 int blk_alloc_devt(struct hd_struct *part, dev_t *devt) in blk_alloc_devt() 700 struct hd_struct *part; in register_disk() local 895 struct hd_struct *part; in del_gendisk() local [all …]
|
D | blk.h | 374 static inline int hd_struct_try_get(struct hd_struct *part) in hd_struct_try_get() 381 static inline void hd_struct_put(struct hd_struct *part) in hd_struct_put() 387 static inline void hd_free_part(struct hd_struct *part) in hd_free_part() 403 static inline sector_t part_nr_sects_read(struct hd_struct *part) in part_nr_sects_read() 430 static inline void part_nr_sects_write(struct hd_struct *part, sector_t size) in part_nr_sects_write()
|
D | blk-flush.c | 142 struct hd_struct *part = &rq->rq_disk->part0; in blk_account_io_flush() local
|
D | blk-cgroup.c | 575 int key_len, part; in blkcg_conf_get_disk() local 825 struct hd_struct *part = disk_get_part(disk, 0); in blkcg_fill_root_iostats() local
|
D | blk-mq.c | 100 struct hd_struct *part; member 117 unsigned int blk_mq_in_flight(struct request_queue *q, struct hd_struct *part) in blk_mq_in_flight() 126 void blk_mq_in_flight_rw(struct request_queue *q, struct hd_struct *part, in blk_mq_in_flight_rw()
|
D | bio.c | 614 struct hd_struct *part; in guard_bio_eod() local
|