| /Linux-v5.4/fs/ |
| D | block_dev.c | 1038 void *holder) in bd_may_claim() argument 1040 if (bdev->bd_holder == holder) in bd_may_claim() 1074 struct block_device *whole, void *holder) in bd_prepare_to_claim() argument 1078 if (!bd_may_claim(bdev, whole, holder)) in bd_prepare_to_claim() 1142 struct block_device *bd_start_claiming(struct block_device *bdev, void *holder) in bd_start_claiming() argument 1178 err = bd_prepare_to_claim(bdev, whole, holder); in bd_start_claiming() 1180 whole->bd_claiming = holder; in bd_start_claiming() 1191 static void bd_clear_claiming(struct block_device *whole, void *holder) in bd_clear_claiming() argument 1195 BUG_ON(whole->bd_claiming != holder); in bd_clear_claiming() 1210 void *holder) in bd_finish_claiming() argument [all …]
|
| /Linux-v5.4/drivers/md/ |
| D | dm-bio-prison-v1.c | 77 struct bio *holder, in __setup_new_cell() argument 81 cell->holder = holder; in __setup_new_cell() 191 if (cell->holder) in __cell_release() 192 bio_list_add(inmates, cell->holder); in __cell_release() 270 cell->holder = bio_list_pop(&cell->bios); in __promote_or_release()
|
| D | dm-bio-prison-v1.h | 45 struct bio *holder; member
|
| D | dm-thin.c | 1027 inc_all_io_entry(tc->pool, m->cell->holder); in process_prepared_mapping() 1028 remap_and_issue(tc, m->cell->holder, m->data_block); in process_prepared_mapping() 1671 m->bio = virt_cell->holder; in process_discard_cell_no_passdown() 1742 struct bio *bio = virt_cell->holder; in process_discard_cell_passdown() 1946 struct bio *bio = cell->holder; in process_cell() 2073 __process_bio_read_only(tc, cell->holder, cell); in process_cell_read_only() 2234 BUG_ON(!lhs_cell->holder); in cmp_cells() 2235 BUG_ON(!rhs_cell->holder); in cmp_cells() 2237 if (lhs_cell->holder->bi_iter.bi_sector < rhs_cell->holder->bi_iter.bi_sector) in cmp_cells() 2240 if (lhs_cell->holder->bi_iter.bi_sector > rhs_cell->holder->bi_iter.bi_sector) in cmp_cells() [all …]
|
| /Linux-v5.4/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-v5.4/arch/ia64/ |
| D | module.lds | 7 * Create place-holder sections to hold the PLTs, GOT, and
|
| /Linux-v5.4/fs/notify/ |
| D | fsnotify.h | 66 extern void fsnotify_destroy_event_holder(struct fsnotify_event_holder *holder);
|
| /Linux-v5.4/drivers/ipack/carriers/ |
| D | tpci200.h | 120 struct ipack_device *holder; member
|
| D | tpci200.c | 234 slot_irq->holder = dev; in tpci200_request_irq()
|
| /Linux-v5.4/Documentation/block/ |
| D | pr.rst | 47 holder if you want to use this type. 54 holder if you want to use this type.
|
| /Linux-v5.4/fs/btrfs/ |
| D | volumes.h | 441 fmode_t flags, void *holder); 443 fmode_t flags, void *holder);
|
| D | volumes.c | 468 btrfs_get_bdev_and_sb(const char *device_path, fmode_t flags, void *holder, in btrfs_get_bdev_and_sb() argument 474 *bdev = blkdev_get_by_path(device_path, flags, holder); in btrfs_get_bdev_and_sb() 783 void *holder) in btrfs_open_one_device() argument 797 ret = btrfs_get_bdev_and_sb(device->name->str, flags, holder, 1, in btrfs_open_one_device() 1326 fmode_t flags, void *holder) in open_fs_devices() argument 1336 if (btrfs_open_one_device(fs_devices, device, flags, holder)) in open_fs_devices() 1369 fmode_t flags, void *holder) in btrfs_open_devices() argument 1381 ret = open_fs_devices(fs_devices, flags, holder); in btrfs_open_devices() 1456 void *holder) in btrfs_scan_one_device() argument 1476 bdev = blkdev_get_by_path(path, flags, holder); in btrfs_scan_one_device()
|
| /Linux-v5.4/arch/powerpc/boot/dts/fsl/ |
| D | t1042si-post.dtsi | 37 /* Place holder for ethernet related device tree nodes */
|
| /Linux-v5.4/LICENSES/preferred/ |
| D | BSD-3-Clause | 22 3. Neither the name of the copyright holder nor the names of its
|
| /Linux-v5.4/Documentation/locking/ |
| 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
|
| D | lockstat.rst | 147 contended points (the lock holder). It is possible that the max
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | coda.txt | 593 char *name; /* Place holder for data. */ 747 char *name; /* Place holder for data. */ 804 char *name; /* Place holder for data. */ 846 char *tname; /* Place holder for data. */ 906 char *name; /* Place holder for data. */ 935 char *name; /* Place holder for data. */ 972 caddr_t data; /* Place holder for data. */ 1075 char *data; /* Place holder for data. */ 1085 caddr_t data; /* Place holder for data. */ 1153 caddr_t data; /* Place holder for data. */ [all …]
|
| /Linux-v5.4/drivers/net/ethernet/ |
| D | jme.h | 384 #define JME_NAPI_HOLDER(holder) struct napi_struct *holder argument
|
| /Linux-v5.4/include/linux/ |
| D | fs.h | 2623 extern int blkdev_get(struct block_device *bdev, fmode_t mode, void *holder); 2625 void *holder); 2627 void *holder); 2629 void *holder); 2631 struct block_device *whole, void *holder); 2633 struct block_device *whole, void *holder);
|
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | vidioc-create-bufs.rst | 125 - A place holder for future extensions. Drivers and applications
|
| D | vidioc-reqbufs.rst | 117 - A place holder for future extensions. Drivers and applications
|
| D | vidioc-g-fmt.rst | 150 - Place holder for future extensions.
|
| D | vidioc-g-parm.rst | 98 - A place holder for future extensions.
|
| /Linux-v5.4/Documentation/networking/device_drivers/qlogic/ |
| D | LICENSE.qlcnic | 73 a notice placed by the copyright holder saying it may be distributed 241 original copyright holder who places the Program under this License
|
| D | LICENSE.qlge | 73 a notice placed by the copyright holder saying it may be distributed 241 original copyright holder who places the Program under this License
|