Home
last modified time | relevance | path

Searched defs:part (Results 1 – 15 of 15) sorted by relevance

/block/partitions/
Dcore.c268 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 …]
Defi.c142 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
Dmac.c41 struct mac_partition *part; in mac_partition() local
Datari.h31 struct partition_info part[4]; member
Damiga.c46 int part, res = 0; in amiga_partition() local
Dacorn.c65 struct riscix_part part[8]; member
86 int part; in riscix_partition() local
Dldm.c576 struct vblk_part *part; in ldm_create_data_partitions() local
931 struct vblk_part *part; in ldm_parse_prt3() local
Dldm.h176 struct vblk_part part; member
/block/
Dblk-core.c681 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()
Dgenhd.c95 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 …]
Dblk.h374 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()
Dblk-flush.c142 struct hd_struct *part = &rq->rq_disk->part0; in blk_account_io_flush() local
Dblk-cgroup.c575 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
Dblk-mq.c100 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()
Dbio.c614 struct hd_struct *part; in guard_bio_eod() local