Searched defs:rec (Results 176 - 200 of 209) sorted by relevance

123456789

/linux-master/fs/ocfs2/
H A Drefcounttree.c883 struct ocfs2_refcount_rec *rec = NULL; local
1066 struct ocfs2_extent_rec *rec = NULL; local
1242 struct ocfs2_refcount_rec *rec = &rl->rl_recs[index]; local
1650 ocfs2_adjust_refcount_rec(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct buffer_head *ref_leaf_bh, struct ocfs2_refcount_rec *rec) argument
1734 ocfs2_insert_refcount_rec(handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct buffer_head *ref_leaf_bh, struct ocfs2_refcount_rec *rec, int index, int merge, struct ocfs2_alloc_context *meta_ac) argument
1987 struct ocfs2_refcount_rec rec; local
2175 struct ocfs2_refcount_rec *rec = &rb->rf_records.rl_recs[index]; local
2229 struct ocfs2_refcount_rec rec; local
2379 struct ocfs2_refcount_rec rec; local
2639 struct ocfs2_extent_rec *rec; local
3187 struct ocfs2_refcount_rec rec; local
3518 struct ocfs2_refcount_rec rec; local
[all...]
H A Ddir.c773 struct ocfs2_extent_rec *rec = NULL; local
H A Docfs2_fs.h1433 ocfs2_get_ref_rec_low_cpos(const struct ocfs2_refcount_rec *rec) argument
H A Dxattr.c3689 struct ocfs2_extent_rec *rec = NULL; local
[all...]
H A Dalloc.c199 ocfs2_dinode_extent_map_insert(struct ocfs2_extent_tree *et, struct ocfs2_extent_rec *rec) argument
215 ocfs2_dinode_insert_check(struct ocfs2_extent_tree *et, struct ocfs2_extent_rec *rec) argument
508 ocfs2_et_extent_map_insert(struct ocfs2_extent_tree *et, struct ocfs2_extent_rec *rec) argument
531 ocfs2_et_extent_contig(struct ocfs2_extent_tree *et, struct ocfs2_extent_rec *rec, struct ocfs2_extent_rec *insert_rec) argument
543 ocfs2_et_insert_check(struct ocfs2_extent_tree *et, struct ocfs2_extent_rec *rec) argument
770 struct ocfs2_extent_rec *rec; local
1104 struct ocfs2_extent_rec *rec; local
1620 struct ocfs2_extent_rec *rec; local
1802 struct ocfs2_extent_rec *rec; local
2316 struct ocfs2_extent_rec *rec; local
2332 struct ocfs2_extent_rec *rec; local
2533 struct ocfs2_extent_rec *rec; local
3264 struct ocfs2_extent_rec *rec = &el->l_recs[index]; local
3669 struct ocfs2_extent_rec *rec = &el->l_recs[split_index]; local
3830 ocfs2_subtract_from_rec(struct super_block *sb, enum ocfs2_split_type split, struct ocfs2_extent_rec *rec, struct ocfs2_extent_rec *split_rec) argument
3872 struct ocfs2_extent_rec *rec; local
3881 insert->ins_split, rec, local
3962 struct ocfs2_extent_rec *rec; local
4085 struct ocfs2_extent_rec *rec, *tmprec; local
4364 struct ocfs2_extent_rec *rec = NULL; local
4504 struct ocfs2_extent_rec *rec = local
4535 struct ocfs2_extent_rec *rec; local
4718 struct ocfs2_extent_rec rec; local
4888 ocfs2_make_right_split_rec(struct super_block *sb, struct ocfs2_extent_rec *split_rec, u32 cpos, struct ocfs2_extent_rec *rec) argument
4920 struct ocfs2_extent_rec rec; local
5073 struct ocfs2_extent_rec *rec = &el->l_recs[split_index]; local
5168 struct ocfs2_extent_rec *rec; local
5288 struct ocfs2_extent_rec *rec; local
5359 struct ocfs2_extent_rec *rec; local
5519 struct ocfs2_extent_rec *rec; local
5927 struct ocfs2_truncate_rec rec; local
7219 struct ocfs2_extent_rec *rec; local
[all...]
/linux-master/drivers/input/misc/
H A Dims-pcu.c769 const struct ihex_binrec *rec = (const struct ihex_binrec *)fw->data; local
823 const struct ihex_binrec *rec = (const struct ihex_binrec *)fw->data; local
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap.c162 union xfs_btree_rec rec; local
648 struct xfs_bmbt_irec rec; local
799 struct xfs_bmbt_irec rec; local
1341 xfs_bmap_last_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *rec, int *is_empty) argument
1378 struct xfs_bmbt_irec rec; local
1415 struct xfs_bmbt_irec rec; local
6369 xfs_bmap_query_range_helper( struct xfs_btree_cur *cur, const union xfs_btree_rec *rec, void *priv) argument
[all...]
H A Dxfs_btree.c2191 union xfs_btree_rec *rec; local
1510 xfs_btree_shift_recs( struct xfs_btree_cur *cur, union xfs_btree_rec *rec, int dir, int numrecs) argument
2397 xfs_btree_update( struct xfs_btree_cur *cur, union xfs_btree_rec *rec) argument
3446 xfs_btree_insrec( struct xfs_btree_cur *cur, int level, union xfs_btree_ptr *ptrp, union xfs_btree_rec *rec, union xfs_btree_key *key, struct xfs_btree_cur **curp, int *stat) argument
3668 union xfs_btree_rec rec; /* record to insert */ local
5148 union xfs_btree_rec rec; local
5254 xfs_btree_has_records_helper( struct xfs_btree_cur *cur, const union xfs_btree_rec *rec, void *priv) argument
[all...]
/linux-master/sound/pci/ali5451/
H A Dali5451.c531 static int snd_ali_find_free_channel(struct snd_ali * codec, int rec) argument
1010 static unsigned int snd_ali_convert_rate(unsigned int rate, int rec) argument
906 snd_ali_alloc_voice(struct snd_ali * codec, int type, int rec, int channel) argument
1454 snd_ali_open(struct snd_pcm_substream *substream, int rec, int channel, const struct snd_pcm_hardware *phw) argument
1557 snd_ali_modem_open(struct snd_pcm_substream *substream, int rec, int channel) argument
[all...]
/linux-master/drivers/ata/
H A Dlibata-scsi.c3409 char *rec; local
[all...]
/linux-master/fs/ntfs3/
H A Dntfs_fs.h750 static inline struct ATTRIB *rec_find_attr_le(struct mft_inode *rec, argument
H A Dntfs.h304 static inline bool is_rec_base(const struct MFT_REC *rec) argument
311 static inline bool is_mft_rec5(const struct MFT_REC *rec) argument
317 static inline bool is_rec_inuse(const struct MFT_REC *rec) argument
322 static inline bool clear_rec_inuse(struct MFT_REC *rec) argument
H A Dfslog.c2669 static inline bool check_attr(const struct MFT_REC *rec, argument
2763 static inline bool check_file_record(const struct MFT_REC *rec, argument
2812 check_if_attr(const struct MFT_REC *rec, const struct LOG_REC_HDR *lrh) argument
2836 check_if_index_root(const struct MFT_REC *rec, const struct LOG_REC_HDR *lrh) argument
2913 change_attr_size(struct MFT_REC *rec, struct ATTRIB *attr, u32 nsize) argument
3025 struct MFT_REC *rec = NULL; local
[all...]
/linux-master/drivers/infiniband/core/
H A Dcma.c629 struct ib_sa_mcmember_rec rec; local
4893 struct ib_sa_mcmember_rec rec; local
[all...]
/linux-master/tools/lib/bpf/
H A Dbtf.c5144 struct bpf_func_info_min *rec; local
5155 struct bpf_core_relo *rec; local
5182 struct bpf_line_info_min *rec; local
5200 struct bpf_core_relo *rec; local
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_mode.h202 struct radeon_i2c_bus_rec rec; member in struct:radeon_i2c_chan
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mode.h227 struct amdgpu_i2c_bus_rec rec; member in struct:amdgpu_i2c_chan
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c780 struct rect rec; local
[all...]
/linux-master/sound/pci/
H A Dintel8x0.c1432 snd_intel8x0_pcm1(struct intel8x0 *chip, int device, const struct ich_pcm_table *rec) argument
1583 const struct ich_pcm_table *tbl, *rec; local
[all...]
H A Dvia82xx.c996 static int via_lock_rate(struct via_rate_lock *rec, int rate) argument
[all...]
H A Dcmipci.c708 static int set_dac_channels(struct cmipci *cm, struct cmipci_pcm *rec, int channels) argument
751 static int snd_cmipci_pcm_prepare(struct cmipci *cm, struct cmipci_pcm *rec, argument
856 snd_cmipci_pcm_trigger(struct cmipci *cm, struct cmipci_pcm *rec, int cmd) argument
909 snd_cmipci_pcm_pointer(struct cmipci *cm, struct cmipci_pcm *rec, struct snd_pcm_substream *substream) argument
1308 snd_cmipci_silence_hack(struct cmipci *cm, struct cmipci_pcm *rec) argument
[all...]
/linux-master/tools/perf/
H A Dbuiltin-record.c113 struct record *rec; member in struct:record_thread
203 static int record__threads_enabled(struct record *rec) argument
208 static bool switch_output_signal(struct record *rec) argument
214 static bool switch_output_size(struct record *rec) argument
221 static bool switch_output_time(struct record *rec) argument
227 record__bytes_written(struct record *rec) argument
232 record__output_max_size_exceeded(struct record *rec) argument
238 record__write(struct record *rec, struct mmap *map __maybe_unused, void *bf, size_t size) argument
384 struct record *rec; member in struct:record_aio
438 record__aio_push(struct record *rec, struct mmap *map, off_t *off) argument
485 record__aio_mmap_read_sync(struct record *rec) argument
545 record__aio_enabled(struct record *rec) argument
606 record__comp_enabled(struct record *rec) argument
616 struct record *rec = container_of(tool, struct record, tool); local
637 struct record *rec = to; local
712 struct record *rec = container_of(tool, struct record, tool); local
745 record__auxtrace_mmap_read(struct record *rec, struct mmap *map) argument
761 record__auxtrace_mmap_read_snapshot(struct record *rec, struct mmap *map) argument
778 record__auxtrace_read_snapshot_all(struct record *rec) argument
798 record__read_auxtrace_snapshot(struct record *rec, bool on_exit) argument
811 record__auxtrace_snapshot_exit(struct record *rec) argument
827 record__auxtrace_init(struct record *rec) argument
914 record__config_off_cpu(struct record *rec) argument
919 record__tracking_system_wide(struct record *rec) argument
938 record__config_tracking_events(struct record *rec) argument
1139 record__free_thread_data(struct record *rec) argument
1157 record__map_thread_evlist_pollfd_indexes(struct record *rec, int evlist_pollfd_index, int thread_pollfd_index) argument
1171 record__update_evlist_pollfd_from_thread(struct record *rec, struct evlist *evlist, struct record_thread *thread_data) argument
1195 record__dup_non_perf_events(struct record *rec, struct evlist *evlist, struct record_thread *thread_data) argument
1221 record__alloc_thread_data(struct record *rec, struct evlist *evlist) argument
1285 record__mmap_evlist(struct record *rec, struct evlist *evlist) argument
1344 record__mmap(struct record *rec) argument
1349 record__open(struct record *rec) argument
1412 set_timestamp_boundary(struct record *rec, u64 sample_time) argument
1427 struct record *rec = container_of(tool, struct record, tool); local
1438 process_buildids(struct record *rec) argument
1507 record__adjust_affinity(struct record *rec, struct mmap *map) argument
1566 record__mmap_read_evlist(struct record *rec, struct evlist *evlist, bool overwrite, bool synch) argument
1650 record__mmap_read_all(struct record *rec, bool synch) argument
1732 record__init_features(struct record *rec) argument
1770 record__finish_output(struct record *rec) argument
1800 record__synthesize_workload(struct record *rec, bool tail) argument
1822 write_finished_init(struct record *rec, bool tail) argument
1833 record__switch_output(struct record *rec, bool at_exit) argument
1906 __record__save_lost_samples(struct record *rec, struct evsel *evsel, struct perf_record_lost_samples *lost, int cpu_idx, int thread_idx, u64 lost_count, u16 misc_flag) argument
1928 record__read_lost_samples(struct record *rec) argument
2024 record__pick_pc(struct record *rec) argument
2032 record__synthesize(struct record *rec, bool tail) argument
2156 struct record *rec = data; local
2161 record__setup_sb_evlist(struct record *rec) argument
2199 record__init_clock(struct record *rec) argument
2236 hit_auxtrace_snapshot_trigger(struct record *rec) argument
2264 record__start_threads(struct record *rec) argument
2327 record__stop_threads(struct record *rec) argument
2353 record__waking(struct record *rec) argument
2365 __cmd_record(struct record *rec, int argc, const char **argv) argument
2951 struct record *rec = cb; local
2989 struct record *rec = (struct record *)opt->value; local
3164 switch_output_size_warn(struct record *rec) argument
3181 switch_output_setup(struct record *rec) argument
3292 struct record *rec = container_of(tool, struct record, tool); local
3616 record__free_thread_masks(struct record *rec, int nr_threads) argument
3627 record__alloc_thread_masks(struct record *rec, int nr_threads, int nr_bits) argument
3653 record__init_thread_cpu_masks(struct record *rec, struct perf_cpu_map *cpus) argument
3678 record__init_thread_masks_spec(struct record *rec, struct perf_cpu_map *cpus, const char **maps_spec, const char **affinity_spec, u32 nr_spec) argument
3792 record__init_thread_core_masks(struct record *rec, struct perf_cpu_map *cpus) argument
3810 record__init_thread_package_masks(struct record *rec, struct perf_cpu_map *cpus) argument
3828 record__init_thread_numa_masks(struct record *rec, struct perf_cpu_map *cpus) argument
3860 record__init_thread_user_masks(struct record *rec, struct perf_cpu_map *cpus) argument
3930 record__init_thread_default_masks(struct record *rec, struct perf_cpu_map *cpus) argument
3946 record__init_thread_masks(struct record *rec) argument
3985 struct record *rec = &record; local
4273 struct record *rec = &record; local
4283 struct record *rec = &record; local
[all...]
/linux-master/tools/perf/util/
H A Dsort.c940 struct tep_record rec = { local
/linux-master/fs/ceph/
H A Dmds_client.c4478 } rec; local
[all...]
/linux-master/kernel/trace/
H A Dtrace_events_hist.c844 action_trace(struct hist_trigger_data *hist_data, struct tracing_map_elt *elt, struct trace_buffer *buffer, void *rec, struct ring_buffer_event *rbe, void *key, struct action_data *data, u64 *var_ref_vals) argument
3117 __update_field_vars(struct tracing_map_elt *elt, struct trace_buffer *buffer, struct ring_buffer_event *rbe, void *rec, struct field_var **field_vars, unsigned int n_field_vars, unsigned int field_var_str_start) argument
3166 update_field_vars(struct hist_trigger_data *hist_data, struct tracing_map_elt *elt, struct trace_buffer *buffer, struct ring_buffer_event *rbe, void *rec) argument
3176 save_track_data_vars(struct hist_trigger_data *hist_data, struct tracing_map_elt *elt, struct trace_buffer *buffer, void *rec, struct ring_buffer_event *rbe, void *key, struct action_data *data, u64 *var_ref_vals) argument
3357 save_track_data(struct hist_trigger_data *hist_data, struct tracing_map_elt *elt, struct trace_buffer *buffer, void *rec, struct ring_buffer_event *rbe, void *key, struct action_data *data, u64 *var_ref_vals) argument
3415 save_track_data_snapshot(struct hist_trigger_data *hist_data, struct tracing_map_elt *elt, struct trace_buffer *buffer, void *rec, struct ring_buffer_event *rbe, void *key, struct action_data *data, u64 *var_ref_vals) argument
3485 save_track_data_snapshot(struct hist_trigger_data *hist_data, struct tracing_map_elt *elt, struct trace_buffer *buffer, void *rec, struct ring_buffer_event *rbe, void *key, struct action_data *data, u64 *var_ref_vals) argument
3528 ontrack_action(struct hist_trigger_data *hist_data, struct tracing_map_elt *elt, struct trace_buffer *buffer, void *rec, struct ring_buffer_event *rbe, void *key, struct action_data *data, u64 *var_ref_vals) argument
5144 hist_trigger_elt_update(struct hist_trigger_data *hist_data, struct tracing_map_elt *elt, struct trace_buffer *buffer, void *rec, struct ring_buffer_event *rbe, u64 *var_ref_vals) argument
5212 add_to_key(char *compound_key, void *key, struct hist_field *key_field, void *rec) argument
5237 hist_trigger_actions(struct hist_trigger_data *hist_data, struct tracing_map_elt *elt, struct trace_buffer *buffer, void *rec, struct ring_buffer_event *rbe, void *key, u64 *var_ref_vals) argument
5252 event_hist_trigger(struct event_trigger_data *data, struct trace_buffer *buffer, void *rec, struct ring_buffer_event *rbe) argument
6725 hist_enable_trigger(struct event_trigger_data *data, struct trace_buffer *buffer, void *rec, struct ring_buffer_event *event) argument
6744 hist_enable_count_trigger(struct event_trigger_data *data, struct trace_buffer *buffer, void *rec, struct ring_buffer_event *event) argument
[all...]

Completed in 445 milliseconds

123456789