Home
last modified time | relevance | path

Searched defs:store (Results 1 – 25 of 106) sorted by relevance

12345

/Linux-v4.19/drivers/md/
Ddm-snap-transient.c26 static void transient_dtr(struct dm_exception_store *store) in transient_dtr()
31 static int transient_read_metadata(struct dm_exception_store *store, in transient_read_metadata()
39 static int transient_prepare_exception(struct dm_exception_store *store, in transient_prepare_exception()
54 static void transient_commit_exception(struct dm_exception_store *store, in transient_commit_exception()
63 static void transient_usage(struct dm_exception_store *store, in transient_usage()
73 static int transient_ctr(struct dm_exception_store *store, char *options) in transient_ctr()
87 static unsigned transient_status(struct dm_exception_store *store, in transient_status()
Ddm-exception-store.c142 static int set_chunk_size(struct dm_exception_store *store, in set_chunk_size()
160 int dm_exception_store_set_chunk_size(struct dm_exception_store *store, in dm_exception_store_set_chunk_size()
194 struct dm_exception_store **store) in dm_exception_store_create()
254 void dm_exception_store_destroy(struct dm_exception_store *store) in dm_exception_store_destroy()
Ddm-snap-persistent.c103 struct dm_exception_store *store; member
570 static struct pstore *get_info(struct dm_exception_store *store) in get_info()
575 static void persistent_usage(struct dm_exception_store *store, in persistent_usage()
594 static void persistent_dtr(struct dm_exception_store *store) in persistent_dtr()
611 static int persistent_read_metadata(struct dm_exception_store *store, in persistent_read_metadata()
676 static int persistent_prepare_exception(struct dm_exception_store *store, in persistent_prepare_exception()
699 static void persistent_commit_exception(struct dm_exception_store *store, in persistent_commit_exception()
765 static int persistent_prepare_merge(struct dm_exception_store *store, in persistent_prepare_merge()
811 static int persistent_commit_merge(struct dm_exception_store *store, in persistent_commit_merge()
844 static void persistent_drop_snapshot(struct dm_exception_store *store) in persistent_drop_snapshot()
[all …]
Dmd-bitmap.c216 struct bitmap_storage *store = &bitmap->storage; in write_sb_page() local
748 static inline unsigned long file_page_index(struct bitmap_storage *store, in file_page_index()
757 static inline unsigned long file_page_offset(struct bitmap_storage *store, in file_page_offset()
769 static inline struct page *filemap_get_page(struct bitmap_storage *store, in filemap_get_page()
777 static int md_bitmap_storage_alloc(struct bitmap_storage *store, in md_bitmap_storage_alloc()
833 static void md_bitmap_file_unmap(struct bitmap_storage *store) in md_bitmap_file_unmap()
932 struct bitmap_storage *store = &bitmap->storage; in md_bitmap_file_set_bit() local
961 struct bitmap_storage *store = &bitmap->storage; in md_bitmap_file_clear_bit() local
1068 struct bitmap_storage *store = &bitmap->storage; in md_bitmap_init_from_disk() local
2059 struct bitmap_storage store; in md_bitmap_resize() local
Ddm-sysfs.c15 ssize_t (*store)(struct mapped_device *, const char *, size_t count); member
/Linux-v4.19/sound/usb/
Dmixer_us16x08.c431 struct snd_us16x08_comp_store *store = elem->private_data; in snd_us16x08_comp_get() local
445 struct snd_us16x08_comp_store *store = elem->private_data; in snd_us16x08_comp_put() local
499 struct snd_us16x08_eq_store *store = elem->private_data; in snd_us16x08_eqswitch_get() local
515 struct snd_us16x08_eq_store *store = elem->private_data; in snd_us16x08_eqswitch_put() local
558 struct snd_us16x08_eq_store *store = elem->private_data; in snd_us16x08_eq_get() local
575 struct snd_us16x08_eq_store *store = elem->private_data; in snd_us16x08_eq_put() local
629 static int snd_get_meter_comp_index(struct snd_us16x08_meter_store *store) in snd_get_meter_comp_index()
665 struct snd_us16x08_meter_store *store, in get_meter_levels_from_urb()
699 struct snd_us16x08_meter_store *store = elem->private_data; in snd_us16x08_meter_get() local
758 struct snd_us16x08_meter_store *store = elem->private_data; in snd_us16x08_meter_put() local
/Linux-v4.19/arch/arm/include/debug/
D8250.S18 .macro store, rd, rx:vararg macro
29 .macro store, rd, rx:vararg macro
Dbrcmstb.S120 .macro store, rd, rx:vararg macro
/Linux-v4.19/tools/perf/ui/gtk/
Dhists.c95 static void perf_gtk__add_callchain_flat(struct rb_root *root, GtkTreeStore *store, in perf_gtk__add_callchain_flat()
158 static void perf_gtk__add_callchain_folded(struct rb_root *root, GtkTreeStore *store, in perf_gtk__add_callchain_folded()
218 static void perf_gtk__add_callchain_graph(struct rb_root *root, GtkTreeStore *store, in perf_gtk__add_callchain_graph()
268 static void perf_gtk__add_callchain(struct rb_root *root, GtkTreeStore *store, in perf_gtk__add_callchain()
297 GtkTreeStore *store; in perf_gtk__show_hists() local
405 GtkTreeStore *store, in perf_gtk__add_hierarchy_entries()
502 GtkTreeStore *store; in perf_gtk__show_hierarchy() local
/Linux-v4.19/arch/ia64/kernel/
Derr_inject.c65 #define store(name) \ macro
127 store(err_type_info) in store() function
158 store(err_struct_info) in store() function
/Linux-v4.19/drivers/media/pci/cx23885/
Daltera-ci.c274 u8 store; in altera_ci_op_cam() local
528 u8 store = 0; in altera_pid_control() local
559 u8 store = 0; in altera_toggle_fullts_streaming() local
712 u8 store = 0; in altera_ci_init() local
813 u8 store; in altera_ci_tuner_reset() local
/Linux-v4.19/drivers/cpuidle/
Dsysfs.c165 ssize_t (*store)(struct cpuidle_device *, const char *, size_t count); member
170 #define define_one_rw(_name, show, store) \ argument
241 ssize_t (*store)(struct cpuidle_state *, \ member
248 #define define_one_state_rw(_name, show, store) \ argument
516 ssize_t (*store)(struct cpuidle_driver *, const char *, size_t); member
/Linux-v4.19/net/batman-adv/
Dsysfs.h56 ssize_t (*store)(struct kobject *kobj, struct attribute *attr, member
/Linux-v4.19/fs/exofs/
Dsys.c30 ssize_t (*store)(struct exofs_dev *, const char *, size_t); member
94 #define OSD_ATTR(name, mode, show, store) \ argument
/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/
Dptrace-vsx.h74 int compare_vsx_vmx(unsigned long *store, unsigned long *load) in compare_vsx_vmx()
/Linux-v4.19/fs/gfs2/
Dsys.c36 ssize_t (*store)(struct gfs2_sbd *, const char *, size_t); member
275 #define GFS2_ATTR(name, mode, show, store) \ argument
598 #define TUNE_ATTR_3(name, show, store) \ argument
601 #define TUNE_ATTR_2(name, store) \ argument
/Linux-v4.19/drivers/leds/
Dleds-lp55xx-common.h32 #define LP55XX_DEV_ATTR_RW(name, show, store) \ argument
36 #define LP55XX_DEV_ATTR_WO(name, store) \ argument
/Linux-v4.19/arch/m68k/fpsp040/
Dx_store.S37 store: label
/Linux-v4.19/include/linux/
Dsmpboot.h32 struct task_struct __percpu **store; member
Dfrontswap.h12 int (*store)(unsigned, pgoff_t, struct page *); /* store a page */ member
/Linux-v4.19/drivers/edac/
Dedac_device.h91 ssize_t (*store)(struct edac_device_ctl_info *, const char *, size_t); member
109 ssize_t (*store)(struct kobject *, struct attribute *, member
Dedac_pci_sysfs.c93 ssize_t(*store) (struct edac_pci_ctl_info *, const char *, size_t); member
234 ssize_t(*store) (void *, const char *, size_t); member
/Linux-v4.19/arch/mips/include/asm/
Dftrace.h44 #define safe_store(store, src, dst, error) \ argument
/Linux-v4.19/block/
Dblk-mq-sysfs.c32 ssize_t (*store)(struct blk_mq_ctx *, const char *, size_t); member
38 ssize_t (*store)(struct blk_mq_hw_ctx *, const char *, size_t); member
/Linux-v4.19/fs/nilfs2/
Dbmap.c565 struct nilfs_bmap_store *store) in nilfs_bmap_save()
574 const struct nilfs_bmap_store *store) in nilfs_bmap_restore()

12345