/linux-6.12.1/block/ |
D | holder.c | 16 struct bd_holder_disk *holder; in bd_find_holder_disk() local 18 list_for_each_entry(holder, &disk->slave_bdevs, list) in bd_find_holder_disk() 19 if (holder->holder_dir == bdev->bd_holder_dir) in bd_find_holder_disk() 20 return holder; in bd_find_holder_disk() 64 struct bd_holder_disk *holder; in bd_link_disk_holder() local 88 holder = bd_find_holder_disk(bdev, disk); in bd_link_disk_holder() 89 if (holder) { in bd_link_disk_holder() 91 holder->refcnt++; in bd_link_disk_holder() 95 holder = kzalloc(sizeof(*holder), GFP_KERNEL); in bd_link_disk_holder() 96 if (!holder) { in bd_link_disk_holder() [all …]
|
D | bdev.c | 499 static bool bd_may_claim(struct block_device *bdev, void *holder, in bd_may_claim() argument 510 if (bdev->bd_holder == holder) { in bd_may_claim() 541 int bd_prepare_to_claim(struct block_device *bdev, void *holder, in bd_prepare_to_claim() argument 546 if (WARN_ON_ONCE(!holder)) in bd_prepare_to_claim() 551 if (!bd_may_claim(bdev, holder, hops)) { in bd_prepare_to_claim() 569 whole->bd_claiming = holder; in bd_prepare_to_claim() 575 static void bd_clear_claiming(struct block_device *whole, void *holder) in bd_clear_claiming() argument 579 BUG_ON(whole->bd_claiming != holder); in bd_clear_claiming() 593 static void bd_finish_claiming(struct block_device *bdev, void *holder, in bd_finish_claiming() argument 599 BUG_ON(!bd_may_claim(bdev, holder, hops)); in bd_finish_claiming() [all …]
|
D | Makefile | 40 obj-$(CONFIG_BLOCK_HOLDER_DEPRECATED) += holder.o
|
/linux-6.12.1/tools/bpf/bpftool/ |
D | prog.c | 92 struct bpf_prog_info holder = {}; in prep_prog_info() local 97 holder.jited_prog_len = info->jited_prog_len; in prep_prog_info() 100 holder.xlated_prog_len = info->xlated_prog_len; in prep_prog_info() 104 holder.nr_jited_ksyms = info->nr_jited_ksyms; in prep_prog_info() 107 holder.nr_jited_func_lens = info->nr_jited_func_lens; in prep_prog_info() 110 holder.nr_func_info = info->nr_func_info; in prep_prog_info() 111 holder.func_info_rec_size = info->func_info_rec_size; in prep_prog_info() 114 holder.nr_line_info = info->nr_line_info; in prep_prog_info() 115 holder.line_info_rec_size = info->line_info_rec_size; in prep_prog_info() 118 holder.nr_jited_line_info = info->nr_jited_line_info; in prep_prog_info() [all …]
|
/linux-6.12.1/drivers/dax/ |
D | super.c | 83 void *holder, const struct dax_holder_operations *ops) in fs_dax_get_by_bdev() argument 103 else if (holder) { in fs_dax_get_by_bdev() 104 if (!cmpxchg(&dax_dev->holder_data, NULL, holder)) in fs_dax_get_by_bdev() 115 void fs_put_dax(struct dax_device *dax_dev, void *holder) in fs_put_dax() argument 117 if (dax_dev && holder && in fs_put_dax() 118 cmpxchg(&dax_dev->holder_data, holder, NULL) == holder) in fs_put_dax()
|
/linux-6.12.1/Documentation/process/ |
D | kernel-enforcement-statement.rst | 27 from a particular copyright holder is reinstated (a) provisionally, 28 unless and until the copyright holder explicitly and finally 29 terminates your license, and (b) permanently, if the copyright holder 33 Moreover, your license from a particular copyright holder is 34 reinstated permanently if the copyright holder notifies you of the 37 copyright holder, and you cure the violation prior to 30 days after
|
/linux-6.12.1/drivers/md/ |
D | dm-bio-prison-v1.c | 88 struct bio *holder, in __setup_new_cell() argument 92 cell->holder = holder; in __setup_new_cell() 220 if (cell->holder) in __cell_release() 221 bio_list_add(inmates, cell->holder); in __cell_release() 299 cell->holder = bio_list_pop(&cell->bios); in __promote_or_release()
|
D | dm-bio-prison-v1.h | 56 struct bio *holder; member
|
D | dm-thin.c | 1026 inc_all_io_entry(tc->pool, m->cell->holder); in process_prepared_mapping() 1027 remap_and_issue(tc, m->cell->holder, m->data_block); in process_prepared_mapping() 1660 m->bio = virt_cell->holder; in process_discard_cell_no_passdown() 1747 struct bio *bio = virt_cell->holder; in process_discard_cell_passdown() 1957 struct bio *bio = cell->holder; in process_cell() 2084 __process_bio_read_only(tc, cell->holder, cell); in process_cell_read_only() 2245 BUG_ON(!lhs_cell->holder); in cmp_cells() 2246 BUG_ON(!rhs_cell->holder); in cmp_cells() 2248 if (lhs_cell->holder->bi_iter.bi_sector < rhs_cell->holder->bi_iter.bi_sector) in cmp_cells() 2251 if (lhs_cell->holder->bi_iter.bi_sector > rhs_cell->holder->bi_iter.bi_sector) in cmp_cells() [all …]
|
/linux-6.12.1/include/linux/ |
D | dax.h | 136 void *holder, const struct dax_holder_operations *ops); 137 void fs_put_dax(struct dax_device *dax_dev, void *holder); 147 u64 *start_off, void *holder, in fs_dax_get_by_bdev() argument 152 static inline void fs_put_dax(struct dax_device *dax_dev, void *holder) in fs_put_dax() argument
|
D | blkdev.h | 1592 struct file *bdev_file_open_by_dev(dev_t dev, blk_mode_t mode, void *holder, 1595 void *holder, const struct blk_holder_ops *hops); 1596 int bd_prepare_to_claim(struct block_device *bdev, void *holder, 1598 void bd_abort_claiming(struct block_device *bdev, void *holder);
|
/linux-6.12.1/fs/bcachefs/ |
D | super_types.h | 11 void *holder; member
|
D | super-io.c | 147 kfree(sb->holder); in bch2_free_super() 711 sb->holder = kmalloc(1, GFP_KERNEL); in __bch2_read_super() 712 if (!sb->holder) in __bch2_read_super() 733 sb->s_bdev_file = bdev_file_open_by_path(path, sb->mode, sb->holder, &bch2_sb_handle_bdev_ops); in __bch2_read_super() 739 sb->s_bdev_file = bdev_file_open_by_path(path, sb->mode, sb->holder, &bch2_sb_handle_bdev_ops); in __bch2_read_super()
|
/linux-6.12.1/drivers/md/dm-vdo/ |
D | physical-zone.c | 615 struct pbn_lock *holder; in vdo_release_physical_zone_pbn_lock() local 629 holder = vdo_int_map_remove(zone->pbn_operations, locked_pbn); in vdo_release_physical_zone_pbn_lock() 630 VDO_ASSERT_LOG_ONLY((lock == holder), "physical block lock mismatch for block %llu", in vdo_release_physical_zone_pbn_lock()
|
/linux-6.12.1/drivers/ipack/carriers/ |
D | tpci200.h | 118 struct ipack_device *holder; member
|
/linux-6.12.1/Documentation/block/ |
D | pr.rst | 47 holder if you want to use this type. 54 holder if you want to use this type.
|
/linux-6.12.1/drivers/md/bcache/ |
D | super.c | 2444 void *holder; member 2455 args->holder) < 0) in register_bdev_worker() 2476 args->holder)) in register_cache_worker() 2514 void *holder = NULL; in register_bcache() local 2554 holder = alloc_holder_object(sb); in register_bcache() 2555 if (!holder) { in register_bcache() 2563 BLK_OPEN_READ | BLK_OPEN_WRITE, holder, NULL); in register_bcache() 2604 args->holder = holder; in register_bcache() 2612 ret = register_bdev(sb, sb_disk, bdev_file, holder); in register_bcache() 2619 ret = register_cache(sb, sb_disk, bdev_file, holder); in register_bcache() [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/nvidia/ |
D | tegra194-p3509-0000.dtsi | 35 /* Place holder for external Codec */ 61 /* Place holder for external Codec */ 580 /* Place holder for external Codec */ 605 /* Place holder for external Codec */ 630 /* Place holder for external Codec */ 655 /* Place holder for external Codec */ 680 /* Place holder for external Codec */
|
D | tegra186-p2771-0000.dts | 688 /* Place holder for external Codec */ 713 /* Place holder for external Codec */ 738 /* Place holder for external Codec */ 763 /* Place holder for external Codec */ 788 /* Place holder for external Codec */
|
/linux-6.12.1/Documentation/filesystems/ |
D | coda.rst | 511 char *name; /* Place holder for data. */ 673 char *name; /* Place holder for data. */ 734 char *name; /* Place holder for data. */ 780 char *tname; /* Place holder for data. */ 847 char *name; /* Place holder for data. */ 879 char *name; /* Place holder for data. */ 916 caddr_t data; /* Place holder for data. */ 1026 char *data; /* Place holder for data. */ 1036 caddr_t data; /* Place holder for data. */ 1105 caddr_t data; /* Place holder for data. */ [all …]
|
/linux-6.12.1/arch/powerpc/boot/dts/fsl/ |
D | t1042si-post.dtsi | 37 /* Place holder for ethernet related device tree nodes */
|
/linux-6.12.1/LICENSES/preferred/ |
D | BSD-3-Clause | 22 3. Neither the name of the copyright holder nor the names of its
|
/linux-6.12.1/Documentation/locking/ |
D | lockdep-design.rst | 425 recursive readers get blocked only by a write lock *holder*, while non-recursive 624 And then because we have L1 -> L2, so the holder of L1 is going to acquire L2 628 the L2 in L2 -> L3, is writer (blocking anyone), therefore the holder of L1 629 cannot get L2, it has to wait L2's holder to release. 631 Moreover, we can have a similar conclusion for L2's holder: it has to wait L3's 632 holder to release, and so on. We now can prove that Lx's holder has to wait for 633 Lx+1's holder to release, and note that Ln+1 is L1, so we have a circular
|
D | spinlocks.rst | 133 for the lock, and the lock-holder is interrupted by the interrupt and will 139 CPU that holds the lock, so the lock-holder can continue and eventually
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | vidioc-remove-bufs.rst | 67 - A place holder for future extensions. Drivers and applications
|