Home
last modified time | relevance | path

Searched refs:holder (Results 1 – 25 of 48) sorted by relevance

12

/Linux-v5.4/fs/
Dblock_dev.c1038 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/
Ddm-bio-prison-v1.c77 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()
Ddm-bio-prison-v1.h45 struct bio *holder; member
Ddm-thin.c1027 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/
Dkernel-enforcement-statement.rst27 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/
Dmodule.lds7 * Create place-holder sections to hold the PLTs, GOT, and
/Linux-v5.4/fs/notify/
Dfsnotify.h66 extern void fsnotify_destroy_event_holder(struct fsnotify_event_holder *holder);
/Linux-v5.4/drivers/ipack/carriers/
Dtpci200.h120 struct ipack_device *holder; member
Dtpci200.c234 slot_irq->holder = dev; in tpci200_request_irq()
/Linux-v5.4/Documentation/block/
Dpr.rst47 holder if you want to use this type.
54 holder if you want to use this type.
/Linux-v5.4/fs/btrfs/
Dvolumes.h441 fmode_t flags, void *holder);
443 fmode_t flags, void *holder);
Dvolumes.c468 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/
Dt1042si-post.dtsi37 /* Place holder for ethernet related device tree nodes */
/Linux-v5.4/LICENSES/preferred/
DBSD-3-Clause22 3. Neither the name of the copyright holder nor the names of its
/Linux-v5.4/Documentation/locking/
Dspinlocks.rst133 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
Dlockstat.rst147 contended points (the lock holder). It is possible that the max
/Linux-v5.4/Documentation/filesystems/
Dcoda.txt593 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/
Djme.h384 #define JME_NAPI_HOLDER(holder) struct napi_struct *holder argument
/Linux-v5.4/include/linux/
Dfs.h2623 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/
Dvidioc-create-bufs.rst125 - A place holder for future extensions. Drivers and applications
Dvidioc-reqbufs.rst117 - A place holder for future extensions. Drivers and applications
Dvidioc-g-fmt.rst150 - Place holder for future extensions.
Dvidioc-g-parm.rst98 - A place holder for future extensions.
/Linux-v5.4/Documentation/networking/device_drivers/qlogic/
DLICENSE.qlcnic73 a notice placed by the copyright holder saying it may be distributed
241 original copyright holder who places the Program under this License
DLICENSE.qlge73 a notice placed by the copyright holder saying it may be distributed
241 original copyright holder who places the Program under this License

12