Home
last modified time | relevance | path

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

/drivers/md/
Ddm-snap.c162 struct origin { struct
209 static struct origin *__lookup_origin(struct block_device *origin) in __lookup_origin() argument
212 struct origin *o; in __lookup_origin()
214 ol = &_origins[origin_hash(origin)]; in __lookup_origin()
216 if (bdev_equal(o->bdev, origin)) in __lookup_origin()
222 static void __insert_origin(struct origin *o) in __insert_origin()
234 struct origin *o, *new_o; in register_snapshot()
235 struct block_device *bdev = snap->origin->bdev; in register_snapshot()
265 struct origin *o; in unregister_snapshot()
268 o = __lookup_origin(s->origin->bdev); in unregister_snapshot()
[all …]
Ddm-snap.h30 struct dm_dev *origin; member
/drivers/acpi/acpica/
Dpstree.c195 union acpi_parse_object *acpi_ps_get_depth_next(union acpi_parse_object *origin, in acpi_ps_get_depth_next() argument
228 while (arg && (arg != origin) && (arg != op)) { in acpi_ps_get_depth_next()
232 if (arg == origin) { in acpi_ps_get_depth_next()
Ddswstate.c540 *origin, union acpi_operand_object in acpi_ds_create_walk_state()
556 walk_state->origin = origin; in acpi_ds_create_walk_state()
559 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.h173 union acpi_parse_object *acpi_ps_get_depth_next(union acpi_parse_object *origin,
Dacdispat.h307 *origin, union acpi_operand_object
Ddswexec.c251 if (op == walk_state->origin) { in acpi_ds_exec_begin_op()
/drivers/parisc/
Deisa_eeprom.c35 static loff_t eisa_eeprom_llseek(struct file *file, loff_t offset, int origin ) in eisa_eeprom_llseek() argument
37 switch (origin) { in eisa_eeprom_llseek()
/drivers/macintosh/
Dnvram.c22 static loff_t nvram_llseek(struct file *file, loff_t offset, int origin) in nvram_llseek() argument
25 switch (origin) { in nvram_llseek()
/drivers/char/
Dgeneric_nvram.c31 static loff_t nvram_llseek(struct file *file, loff_t offset, int origin) in nvram_llseek() argument
34 switch (origin) { in nvram_llseek()
Dps3flash.c80 static loff_t ps3flash_llseek(struct file *file, loff_t offset, int origin) in ps3flash_llseek() argument
86 switch (origin) { in ps3flash_llseek()
Dnvram.c215 static loff_t nvram_llseek(struct file *file, loff_t offset, int origin) in nvram_llseek() argument
218 switch (origin) { in nvram_llseek()
/drivers/input/mouse/
Dbcm5974.c108 __le16 origin; /* zero when switching track finger */ member
283 int ptest = 0, origin = 0, nmin = 0, nmax = 0; in report_tp_state() local
301 origin = raw2int(f->origin); in report_tp_state()
305 if (ptest > PRESSURE_LOW && origin) { in report_tp_state()
/drivers/sbus/char/
Dflash.c82 flash_llseek(struct file *file, long long offset, int origin) in flash_llseek() argument
85 switch (origin) { in flash_llseek()
/drivers/mtd/
Dar7part.c51 unsigned long origin) in create_mtd_partitions() argument
Dafs.c166 unsigned long origin) in parse_afs_partitions() argument
Dcmdlinepart.c305 unsigned long origin) in parse_cmdline_partitions() argument
Dmtdpart.c560 struct mtd_partition **pparts, unsigned long origin) in parse_mtd_partitions() argument
574 ret = (*parser->parse_fn)(master, pparts, origin); in parse_mtd_partitions()
/drivers/mtd/ubi/
Dcdev.c151 static loff_t vol_cdev_llseek(struct file *file, loff_t offset, int origin) in vol_cdev_llseek() argument
163 switch (origin) { in vol_cdev_llseek()
183 vol->vol_id, offset, origin, new_offset); in vol_cdev_llseek()
/drivers/net/bonding/
Dbond_3ad.c1495 struct aggregator *best, *active, *origin; in ad_agg_selection_logic() local
1498 origin = agg; in ad_agg_selection_logic()
1587 active = __get_active_agg(origin); in ad_agg_selection_logic()
1598 if (origin->slave) { in ad_agg_selection_logic()
1601 bond = bond_get_bond_by_slave(origin->slave); in ad_agg_selection_logic()
/drivers/firmware/
Discsi_ibft.c123 u8 origin; member
406 str += sprintf(str, "%d\n", nic->origin); in ibft_attr_show_nic()
/drivers/net/wireless/iwlwifi/
Diwl-3945-commands.h1043 u8 origin; /* 0 = TGh, 1 = other, 2 = TGk */ member
Diwl-commands.h1923 u8 origin; /* 0 = TGh, 1 = other, 2 = TGk */ member