Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 25 of 33) sorted by relevance

12

/drivers/md/
Ddm-snap.c50 struct dm_dev *origin; member
132 return s->origin; in dm_snap_origin()
263 struct origin { struct
314 static struct origin *__lookup_origin(struct block_device *origin) in __lookup_origin() argument
317 struct origin *o; in __lookup_origin()
319 ol = &_origins[origin_hash(origin)]; in __lookup_origin()
321 if (bdev_equal(o->bdev, origin)) in __lookup_origin()
327 static void __insert_origin(struct origin *o) in __insert_origin()
354 struct origin *o; in __find_snapshots_sharing_cow()
358 o = __lookup_origin(snap->origin->bdev); in __find_snapshots_sharing_cow()
[all …]
Ddm-thin-metadata.c1005 dm_thin_id origin, uint32_t time) in __set_snapshot_details() argument
1010 r = __open_device(pmd, origin, 0, &td); in __set_snapshot_details()
1025 dm_thin_id dev, dm_thin_id origin) in __create_snap() argument
1029 uint64_t key = origin, dev_key = dev; in __create_snap()
1065 r = __set_snapshot_details(pmd, td, origin, pmd->time); in __create_snap()
1082 dm_thin_id origin) in dm_pool_create_snap() argument
1088 r = __create_snap(pmd, dev, origin); in dm_pool_create_snap()
Ddm-thin-metadata.h67 dm_thin_id origin);
/drivers/staging/csr/
Dcsr_log_text.h110 #define CSR_LOG_TEXT_ASSERT(origin, suborigin, condition) \ argument
111 …{if (!(condition)) {CSR_LOG_TEXT_CRITICAL((origin, suborigin, "Assertion \"%s\" failed at %s:%u", …
113 #define CSR_LOG_TEXT_ASSERT(origin, suborigin, condition) argument
118 #define CSR_LOG_TEXT_UNHANDLED_PRIMITIVE(origin, suborigin, primClass, primType) \ argument
119 …CSR_LOG_TEXT_CRITICAL((origin, suborigin, "Unhandled primitive 0x%04X:0x%04X at %s:%u", primClass,…
121 #define CSR_LOG_TEXT_UNHANDLED_PRIMITIVE(origin, suborigin, primClass, primType) argument
/drivers/acpi/acpica/
Dpstree.c201 union acpi_parse_object *acpi_ps_get_depth_next(union acpi_parse_object *origin, in acpi_ps_get_depth_next() argument
234 while (arg && (arg != origin) && (arg != op)) { in acpi_ps_get_depth_next()
238 if (arg == origin) { in acpi_ps_get_depth_next()
Ddswstate.c542 *origin, in acpi_ds_create_walk_state()
560 walk_state->origin = origin; in acpi_ds_create_walk_state()
563 walk_state->parser_state.start_op = origin; in acpi_ds_create_walk_state()
Dacstruct.h118 union acpi_parse_object *origin; /* Start of walk [Obsolete] */ member
Dacparser.h195 union acpi_parse_object *acpi_ps_get_depth_next(union acpi_parse_object *origin,
Dacdispat.h314 *origin,
/drivers/parisc/
Deisa_eeprom.c34 static loff_t eisa_eeprom_llseek(struct file *file, loff_t offset, int origin ) in eisa_eeprom_llseek() argument
36 switch (origin) { in eisa_eeprom_llseek()
/drivers/macintosh/
Dnvram.c21 static loff_t nvram_llseek(struct file *file, loff_t offset, int origin) in nvram_llseek() argument
23 switch (origin) { in nvram_llseek()
/drivers/char/
Dgeneric_nvram.c34 static loff_t nvram_llseek(struct file *file, loff_t offset, int origin) in nvram_llseek() argument
36 switch (origin) { in nvram_llseek()
Dtile-srom.c276 loff_t srom_llseek(struct file *filp, loff_t offset, int origin) in srom_llseek() argument
283 switch (origin) { in srom_llseek()
Dnvram.c214 static loff_t nvram_llseek(struct file *file, loff_t offset, int origin) in nvram_llseek() argument
216 switch (origin) { in nvram_llseek()
Dps3flash.c98 static loff_t ps3flash_llseek(struct file *file, loff_t offset, int origin) in ps3flash_llseek() argument
104 switch (origin) { in ps3flash_llseek()
/drivers/sbus/char/
Dflash.c81 flash_llseek(struct file *file, long long offset, int origin) in flash_llseek() argument
84 switch (origin) { in flash_llseek()
/drivers/mtd/
Dredboot.c199 if (data && data->origin) in parse_redboot_partitions()
200 buf[i].flash_base -= data->origin; in parse_redboot_partitions()
/drivers/staging/tidspbridge/pmgr/
Dcod.c140 static s32 cod_f_seek(struct file *filp, s32 offset, s32 origin) in cod_f_seek() argument
149 dw_cur_pos = filp->f_op->llseek(filp, offset, origin); in cod_f_seek()
/drivers/video/msm/
Dmdp_ppp.c213 static int scale_params(uint32_t dim_in, uint32_t dim_out, uint32_t origin, in scale_params() argument
248 os = ((uint64_t)origin << 33) - ONE_HALF; in scale_params()
255 os = ((uint64_t)origin << 1) - 1; in scale_params()
276 delta = ((int64_t)(origin) << 33) - oreq; in scale_params()
/drivers/mtd/maps/
Dixp4xx.c186 .origin = dev->resource->start, in ixp4xx_flash_probe()
/drivers/mtd/ubi/
Dcdev.c154 static loff_t vol_cdev_llseek(struct file *file, loff_t offset, int origin) in vol_cdev_llseek() argument
166 switch (origin) { in vol_cdev_llseek()
186 vol->vol_id, offset, origin, new_offset); in vol_cdev_llseek()
/drivers/firmware/
Discsi_ibft.c128 u8 origin; member
311 str += sprintf(str, "%d\n", nic->origin); in ibft_attr_show_nic()
/drivers/staging/android/
Dashmem.c254 static loff_t ashmem_llseek(struct file *file, loff_t offset, int origin) in ashmem_llseek() argument
271 ret = asma->file->f_op->llseek(asma->file, offset, origin); in ashmem_llseek()
/drivers/net/bonding/
Dbond_3ad.c1510 struct aggregator *best, *active, *origin; in ad_agg_selection_logic() local
1513 origin = agg; in ad_agg_selection_logic()
1599 active = __get_active_agg(origin); in ad_agg_selection_logic()
1610 if (origin->slave) { in ad_agg_selection_logic()
1613 bond = bond_get_bond_by_slave(origin->slave); in ad_agg_selection_logic()
/drivers/misc/carma/
Dcarma-fpga-program.c759 static loff_t fpga_llseek(struct file *filp, loff_t offset, int origin) in fpga_llseek() argument
768 switch (origin) { in fpga_llseek()

12