Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dblock_dev.c726 void *holder) in bd_may_claim() argument
728 if (bdev->bd_holder == holder) in bd_may_claim()
762 struct block_device *whole, void *holder) in bd_prepare_to_claim() argument
766 if (!bd_may_claim(bdev, whole, holder)) in bd_prepare_to_claim()
810 void *holder) in bd_start_claiming() argument
847 err = bd_prepare_to_claim(bdev, whole, holder); in bd_start_claiming()
849 whole->bd_claiming = holder; in bd_start_claiming()
869 struct bd_holder_disk *holder; in bd_find_holder_disk() local
871 list_for_each_entry(holder, &bdev->bd_holder_disks, list) in bd_find_holder_disk()
872 if (holder->disk == disk) in bd_find_holder_disk()
[all …]
/linux-4.1.27/drivers/md/
Ddm-bio-prison.c75 struct bio *holder, in __setup_new_cell() argument
79 cell->holder = holder; in __setup_new_cell()
189 if (cell->holder) in __cell_release()
190 bio_list_add(inmates, cell->holder); in __cell_release()
Ddm-bio-prison.h45 struct bio *holder; member
Ddm-thin.c846 inc_all_io_entry(tc->pool, m->cell->holder); in process_prepared_mapping()
847 remap_and_issue(tc, m->cell->holder, m->data_block); in process_prepared_mapping()
1301 struct bio *bio = cell->holder; in process_discard_cell()
1549 struct bio *bio = cell->holder; in process_cell()
1676 __process_bio_read_only(tc, cell->holder, cell); in process_cell_read_only()
1836 BUG_ON(!lhs_cell->holder); in cmp_cells()
1837 BUG_ON(!rhs_cell->holder); in cmp_cells()
1839 if (lhs_cell->holder->bi_iter.bi_sector < rhs_cell->holder->bi_iter.bi_sector) in cmp_cells()
1842 if (lhs_cell->holder->bi_iter.bi_sector > rhs_cell->holder->bi_iter.bi_sector) in cmp_cells()
1888 BUG_ON(!cell->holder); in process_thin_deferred_cells()
[all …]
Ddm-cache-target.c895 bool holder) in __cell_defer() argument
897 (holder ? dm_cell_release : dm_cell_release_no_holder) in __cell_defer()
903 bool holder) in cell_defer() argument
908 __cell_defer(cache, cell, holder); in cell_defer()
1015 bio_endio(mg->new_ocell->holder, 0); in migration_success_post_commit()
1134 struct bio *bio = mg->new_ocell->holder; in issue_discard()
1161 struct bio *bio = mg->new_ocell->holder; in issue_copy_or_discard()
/linux-4.1.27/arch/ia64/
Dmodule.lds6 * Create place-holder sections to hold the PLTs, GOT, and
/linux-4.1.27/fs/notify/
Dfsnotify.h58 extern void fsnotify_destroy_event_holder(struct fsnotify_event_holder *holder);
/linux-4.1.27/drivers/ipack/carriers/
Dtpci200.h123 struct ipack_device *holder; member
Dtpci200.c237 slot_irq->holder = dev; in tpci200_request_irq()
/linux-4.1.27/arch/powerpc/boot/dts/fsl/
Dt1042si-post.dtsi37 /* Place holder for ethernet related device tree nodes */
/linux-4.1.27/fs/btrfs/
Dvolumes.h428 fmode_t flags, void *holder);
429 int btrfs_scan_one_device(const char *path, fmode_t flags, void *holder,
Dvolumes.c188 btrfs_get_bdev_and_sb(const char *device_path, fmode_t flags, void *holder, in btrfs_get_bdev_and_sb() argument
194 *bdev = blkdev_get_by_path(device_path, flags, holder); in btrfs_get_bdev_and_sb()
774 fmode_t flags, void *holder) in __btrfs_open_devices() argument
796 if (btrfs_get_bdev_and_sb(device->name->str, flags, holder, 1, in __btrfs_open_devices()
860 fmode_t flags, void *holder) in btrfs_open_devices() argument
869 ret = __btrfs_open_devices(fs_devices, flags, holder); in btrfs_open_devices()
880 int btrfs_scan_one_device(const char *path, fmode_t flags, void *holder, in btrfs_scan_one_device() argument
904 bdev = blkdev_get_by_path(path, flags, holder); in btrfs_scan_one_device()
Dsuper.c768 void *holder, char **subvol_name, u64 *subvol_objectid, in btrfs_parse_early_options() argument
829 flags, holder, fs_devices); in btrfs_parse_early_options()
/linux-4.1.27/Documentation/locking/
Dlglock.txt65 by boosting the lock-holder.
139 boosting the lock-holder in this case which arch_spin_locks do
Dspinlocks.txt124 for the lock, and the lock-holder is interrupted by the interrupt and will
130 CPU that holds the lock, so the lock-holder can continue and eventually
Dlockstat.txt126 contended points (the lock holder). It is possible that the max
Dww-mutex-design.txt253 /* need to do that before unlocking, since only the current lock holder is
/linux-4.1.27/Documentation/filesystems/
Dcoda.txt590 char *name; /* Place holder for data. */
744 char *name; /* Place holder for data. */
801 char *name; /* Place holder for data. */
843 char *tname; /* Place holder for data. */
903 char *name; /* Place holder for data. */
932 char *name; /* Place holder for data. */
969 caddr_t data; /* Place holder for data. */
1072 char *data; /* Place holder for data. */
1082 caddr_t data; /* Place holder for data. */
1150 caddr_t data; /* Place holder for data. */
[all …]
Dgfs2-glocks.txt59 go_lock | Called for the first local holder of a lock
Dproc.txt313 0 (place holder, used to be the wchan address, use /proc/PID/wchan instead)
314 0 (place holder)
315 0 (place holder)
/linux-4.1.27/drivers/net/ethernet/
Djme.h397 #define JME_NAPI_HOLDER(holder) struct napi_struct *holder argument
Djme.c1385 jme_poll(JME_NAPI_HOLDER(holder), JME_NAPI_WEIGHT(budget)) in jme_poll() argument
1387 struct jme_adapter *jme = jme_napi_priv(holder); in jme_poll()
1400 JME_RX_COMPLETE(netdev, holder); in jme_poll()
/linux-4.1.27/Documentation/scsi/
DLICENSE.qla4xxx74 a notice placed by the copyright holder saying it may be distributed
242 original copyright holder who places the Program under this License
DLICENSE.qla2xxx75 a notice placed by the copyright holder saying it may be distributed
243 original copyright holder who places the Program under this License
/linux-4.1.27/Documentation/networking/
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
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
/linux-4.1.27/include/linux/
Dfs.h2285 extern int blkdev_get(struct block_device *bdev, fmode_t mode, void *holder);
2287 void *holder);
2289 void *holder);
/linux-4.1.27/tools/usb/usbip/
DCOPYING63 a notice placed by the copyright holder saying it may be distributed
231 original copyright holder who places the Program under this License
/linux-4.1.27/drivers/staging/rtl8192e/
Dlicense67 placed by the copyright holder saying it may be distributed under the
231 copyright holder who places the Program under this License may add an
/linux-4.1.27/drivers/staging/rtl8192u/
Dcopying63 a notice placed by the copyright holder saying it may be distributed
231 original copyright holder who places the Program under this License
/linux-4.1.27/
DCOPYING79 a notice placed by the copyright holder saying it may be distributed
247 original copyright holder who places the Program under this License
/linux-4.1.27/Documentation/
Drobust-futex-ABI.txt88 indicating their holder died, and wakeup the next thread waiting for
DIPMI.txt230 /* Place-holder for the data, don't make any assumptions about
Dpinctrl.txt1205 /* Allocate a state holder named "foo" etc */
/linux-4.1.27/arch/parisc/math-emu/
Dfpudispatch.c195 fpudispatch(u_int ir, u_int excp_code, u_int holder, u_int fpregs[]) in fpudispatch() argument
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt1214 contains a notice placed by the copyright holder saying it can be