Searched refs:part_tbl (Results 1 – 7 of 7) sorted by relevance
/linux/block/partitions/ |
A D | core.c | 292 xa_erase(&part->bd_disk->part_tbl, part->bd_partno); in delete_partition() 350 if (xa_load(&disk->part_tbl, partno)) in add_partition() 413 err = xa_insert(&disk->part_tbl, partno, bdev, GFP_KERNEL); in add_partition() 442 xa_for_each_start(&disk->part_tbl, idx, part, 1) { in partition_overlaps() 486 part = xa_load(&disk->part_tbl, partno); in bdev_del_partition() 508 part = xa_load(&disk->part_tbl, partno); in bdev_resize_partition() 551 xa_for_each_start(&disk->part_tbl, idx, part, 1) in blk_drop_partitions()
|
/linux/block/ |
A D | genhd.c | 360 xa_for_each(&disk->part_tbl, idx, part) { in disk_uevent() 732 xa_for_each(&disk->part_tbl, idx, part) { in printk_all_partitions() 825 xa_for_each(&sgp->part_tbl, idx, part) { in show_partition() 1118 xa_destroy(&disk->part_tbl); in disk_release() 1178 xa_for_each(&gp->part_tbl, idx, hd) { in diskstats_show() 1249 part = xa_load(&disk->part_tbl, partno); in part_devt() 1311 xa_init(&disk->part_tbl); in __alloc_disk_node() 1312 if (xa_insert(&disk->part_tbl, 0, disk->part0, GFP_KERNEL)) in __alloc_disk_node() 1328 xa_destroy(&disk->part_tbl); in __alloc_disk_node()
|
A D | blk-settings.c | 852 xa_for_each(&disk->part_tbl, idx, part) { in disk_has_partitions()
|
/linux/fs/hfs/ |
A D | Makefile | 10 part_tbl.o string.o super.o sysdep.o trans.o
|
/linux/fs/hfsplus/ |
A D | Makefile | 9 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
|
/linux/include/linux/ |
A D | genhd.h | 131 struct xarray part_tbl; member
|
/linux/fs/ |
A D | direct-io.c | 1358 prefetch(&bdev->bd_disk->part_tbl); in __blockdev_direct_IO()
|
Completed in 17 milliseconds