Home
last modified time | relevance | path

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

12

/Linux-v5.10/fs/
Dblock_dev.c1032 void *holder) in bd_may_claim() argument
1034 if (bdev->bd_holder == holder) in bd_may_claim()
1063 void *holder) in bd_prepare_to_claim() argument
1068 if (!bd_may_claim(bdev, whole, holder)) { in bd_prepare_to_claim()
1086 whole->bd_claiming = holder; in bd_prepare_to_claim()
1113 static void bd_clear_claiming(struct block_device *whole, void *holder) in bd_clear_claiming() argument
1117 BUG_ON(whole->bd_claiming != holder); in bd_clear_claiming()
1132 struct block_device *whole, void *holder) in bd_finish_claiming() argument
1135 BUG_ON(!bd_may_claim(bdev, whole, holder)); in bd_finish_claiming()
1143 bdev->bd_holder = holder; in bd_finish_claiming()
[all …]
/Linux-v5.10/fs/pstore/
Dblk.c219 static struct block_device *psblk_get_bdev(void *holder, in psblk_get_bdev() argument
234 if (holder) in psblk_get_bdev()
236 bdev = blkdev_get_by_path(blkdev, mode, holder); in psblk_get_bdev()
243 bdev = blkdev_get_by_dev(devt, mode, holder); in psblk_get_bdev()
264 static void psblk_put_bdev(struct block_device *bdev, void *holder) in psblk_put_bdev() argument
273 if (holder) in psblk_put_bdev()
367 void *holder = blkdev; in __register_pstore_blk() local
374 bdev = psblk_get_bdev(holder, &binfo); in __register_pstore_blk()
418 psblk_put_bdev(bdev, holder); in __register_pstore_blk()
446 void *holder = blkdev; in __unregister_pstore_blk() local
[all …]
/Linux-v5.10/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.10/drivers/md/
Ddm-bio-prison-v1.c77 struct bio *holder, in __setup_new_cell() argument
81 cell->holder = holder; in __setup_new_cell()
190 if (cell->holder) in __cell_release()
191 bio_list_add(inmates, cell->holder); in __cell_release()
265 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()
1667 m->bio = virt_cell->holder; in process_discard_cell_no_passdown()
1738 struct bio *bio = virt_cell->holder; in process_discard_cell_passdown()
1942 struct bio *bio = cell->holder; in process_cell()
2069 __process_bio_read_only(tc, cell->holder, cell); in process_cell_read_only()
2229 BUG_ON(!lhs_cell->holder); in cmp_cells()
2230 BUG_ON(!rhs_cell->holder); in cmp_cells()
2232 if (lhs_cell->holder->bi_iter.bi_sector < rhs_cell->holder->bi_iter.bi_sector) in cmp_cells()
2235 if (lhs_cell->holder->bi_iter.bi_sector > rhs_cell->holder->bi_iter.bi_sector) in cmp_cells()
[all …]
/Linux-v5.10/fs/notify/
Dfsnotify.h66 extern void fsnotify_destroy_event_holder(struct fsnotify_event_holder *holder);
/Linux-v5.10/drivers/ipack/carriers/
Dtpci200.h120 struct ipack_device *holder; member
/Linux-v5.10/Documentation/block/
Dpr.rst47 holder if you want to use this type.
54 holder if you want to use this type.
/Linux-v5.10/fs/btrfs/
Dvolumes.h434 fmode_t flags, void *holder);
436 fmode_t flags, void *holder);
Dvolumes.c507 btrfs_get_bdev_and_sb(const char *device_path, fmode_t flags, void *holder, in btrfs_get_bdev_and_sb() argument
513 *bdev = blkdev_get_by_path(device_path, flags, holder); in btrfs_get_bdev_and_sb()
618 void *holder) in btrfs_open_one_device() argument
631 ret = btrfs_get_bdev_and_sb(device->name->str, flags, holder, 1, in btrfs_open_one_device()
1191 fmode_t flags, void *holder) in open_fs_devices() argument
1203 ret = btrfs_open_one_device(fs_devices, device, flags, holder); in open_fs_devices()
1239 fmode_t flags, void *holder) in btrfs_open_devices() argument
1257 ret = open_fs_devices(fs_devices, flags, holder); in btrfs_open_devices()
1331 void *holder) in btrfs_scan_one_device() argument
1350 bdev = blkdev_get_by_path(path, flags, holder); in btrfs_scan_one_device()
/Linux-v5.10/arch/powerpc/boot/dts/fsl/
Dt1042si-post.dtsi37 /* Place holder for ethernet related device tree nodes */
/Linux-v5.10/LICENSES/preferred/
DBSD-3-Clause22 3. Neither the name of the copyright holder nor the names of its
/Linux-v5.10/Documentation/filesystems/
Dcoda.rst511 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-v5.10/Documentation/locking/
Dlockdep-design.rst425 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
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.10/drivers/net/ethernet/
Djme.h384 #define JME_NAPI_HOLDER(holder) struct napi_struct *holder argument
/Linux-v5.10/include/linux/
Dblkdev.h1993 void *holder);
1994 struct block_device *blkdev_get_by_dev(dev_t dev, fmode_t mode, void *holder);
1996 void *holder);
1998 void *holder);
/Linux-v5.10/tools/lib/perf/Documentation/
Dlibperf-counting.txt110 Now we create libperf's event list, which will serve as holder for the events we want:
Dlibperf-sampling.txt107 Now we create libperf's event list, which will serve as holder for the cycles event:
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dvidioc-create-bufs.rst117 - A place holder for future extensions. Drivers and applications
Dvidioc-g-fmt.rst135 - Place holder for future extensions.
Dvidioc-reqbufs.rst109 - A place holder for future extensions. Drivers and applications
Dvidioc-g-parm.rst86 - A place holder for future extensions.

12