Searched refs:rec (Results 26 - 50 of 262) sorted by relevance

1234567891011

/linux-master/sound/ppc/
H A Dpmac.c50 static int snd_pmac_dbdma_alloc(struct snd_pmac *chip, struct pmac_dbdma *rec, int size) argument
54 rec->space = dma_alloc_coherent(&chip->pdev->dev, rsize,
55 &rec->dma_base, GFP_KERNEL);
56 if (rec->space == NULL)
58 rec->size = size;
59 memset(rec->space, 0, rsize);
60 rec->cmds = (void __iomem *)DBDMA_ALIGN(rec->space);
61 rec->addr = rec
66 snd_pmac_dbdma_free(struct snd_pmac *chip, struct pmac_dbdma *rec) argument
84 snd_pmac_rate_index(struct snd_pmac *chip, struct pmac_stream *rec, unsigned int rate) argument
130 snd_pmac_wait_ack(struct pmac_stream *rec) argument
153 snd_pmac_dma_stop(struct pmac_stream *rec) argument
162 snd_pmac_dma_set_command(struct pmac_stream *rec, struct pmac_dbdma *cmd) argument
170 snd_pmac_dma_run(struct pmac_stream *rec, int status) argument
179 snd_pmac_pcm_prepare(struct snd_pmac *chip, struct pmac_stream *rec, struct snd_pcm_substream *subs) argument
243 snd_pmac_pcm_trigger(struct snd_pmac *chip, struct pmac_stream *rec, struct snd_pcm_substream *subs, int cmd) argument
290 snd_pmac_pcm_pointer(struct snd_pmac *chip, struct pmac_stream *rec, struct snd_pcm_substream *subs) argument
381 snd_pmac_pcm_dead_xfer(struct pmac_stream *rec, volatile struct dbdma_cmd __iomem *cp) argument
431 snd_pmac_pcm_update(struct snd_pmac *chip, struct pmac_stream *rec) argument
553 snd_pmac_pcm_open(struct snd_pmac *chip, struct pmac_stream *rec, struct snd_pcm_substream *subs) argument
602 snd_pmac_pcm_close(struct snd_pmac *chip, struct pmac_stream *rec, struct snd_pcm_substream *subs) argument
722 struct pmac_stream *rec = &chip->playback; local
[all...]
/linux-master/arch/arm/kernel/
H A Dftrace.c61 static unsigned long ftrace_nop_replace(struct dyn_ftrace *rec) argument
69 static unsigned long __ref adjust_address(struct dyn_ftrace *rec, argument
74 likely(!is_kernel_inittext(rec->ip)))
145 int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) argument
148 unsigned long ip = rec->ip;
149 unsigned long aaddr = adjust_address(rec, addr);
153 mod = rec->arch.mod;
156 old = ftrace_nop_replace(rec);
166 return ftrace_modify_code(rec->ip, old, new, true);
171 int ftrace_modify_call(struct dyn_ftrace *rec, unsigne argument
186 ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, unsigned long addr) argument
[all...]
/linux-master/samples/bpf/
H A Dxdp_router_ipv4.bpf.c80 struct datarec *rec; local
84 rec = bpf_map_lookup_elem(&rx_cnt, &key);
85 if (rec)
86 NO_TEAR_INC(rec->processed);
106 if (rec)
107 NO_TEAR_INC(rec->xdp_pass);
158 if (rec)
159 NO_TEAR_INC(rec->xdp_pass);
173 if (rec)
174 NO_TEAR_INC(rec
[all...]
H A Dxdp_sample_user.c340 static void map_collect_percpu(struct datarec *values, struct record *rec) argument
353 rec->timestamp = gettime();
357 rec->cpu[i].processed = READ_ONCE(values[i].processed);
358 rec->cpu[i].dropped = READ_ONCE(values[i].dropped);
359 rec->cpu[i].issue = READ_ONCE(values[i].issue);
360 rec->cpu[i].xdp_pass = READ_ONCE(values[i].xdp_pass);
361 rec->cpu[i].xdp_drop = READ_ONCE(values[i].xdp_drop);
362 rec->cpu[i].xdp_redirect = READ_ONCE(values[i].xdp_redirect);
364 sum_processed += rec->cpu[i].processed;
365 sum_dropped += rec
380 map_collect_percpu_devmap(int map_fd, struct stats_record *rec) argument
450 struct stats_record *rec; local
652 struct record *rec, *prev; local
695 struct record *rec, *prev; local
750 struct record *rec, *prev; local
788 struct record *rec, *prev; local
827 struct record *rec, *prev; local
859 struct record *rec, *prev; local
909 struct record *rec, *prev; local
954 struct record *rec, *prev; local
1386 sample_stats_collect(struct stats_record *rec) argument
1497 sample_timer_cb(int timerfd, struct stats_record **rec, struct stats_record **prev) argument
1535 struct stats_record *rec, *prev; local
[all...]
/linux-master/fs/xfs/scrub/
H A Drcbag_btree.c25 const union xfs_btree_rec *rec)
28 const struct rcbag_rec *bag_rec = (const struct rcbag_rec *)rec;
40 union xfs_btree_rec *rec)
42 struct rcbag_rec *bag_rec = (struct rcbag_rec *)rec;
55 struct rcbag_rec *rec = (struct rcbag_rec *)&cur->bc_rec; local
58 if (kp->rbg_startblock > rec->rbg_startblock)
60 if (kp->rbg_startblock < rec->rbg_startblock)
63 if (kp->rbg_blockcount > rec->rbg_blockcount)
65 if (kp->rbg_blockcount < rec->rbg_blockcount)
321 struct rcbag_rec *rec local
23 rcbagbt_init_key_from_rec( union xfs_btree_key *key, const union xfs_btree_rec *rec) argument
38 rcbagbt_init_rec_from_cur( struct xfs_btree_cur *cur, union xfs_btree_rec *rec) argument
331 rcbagbt_get_rec( struct xfs_btree_cur *cur, struct rcbag_rec *rec, int *has) argument
349 rcbagbt_update( struct xfs_btree_cur *cur, const struct rcbag_rec *rec) argument
361 rcbagbt_insert( struct xfs_btree_cur *cur, const struct rcbag_rec *rec, int *success) argument
[all...]
H A Dbmap_repair.c184 const struct xfs_rmap_irec *rec)
195 !(rec->rm_flags & (XFS_RMAP_ATTR_FORK | XFS_RMAP_BMBT_BLOCK)))
199 if (!xfs_verify_agbext(cur->bc_ag.pag, rec->rm_startblock,
200 rec->rm_blockcount))
204 if (!(rec->rm_flags & XFS_RMAP_BMBT_BLOCK) &&
205 !xfs_verify_fileext(sc->mp, rec->rm_offset, rec->rm_blockcount))
209 if ((rec->rm_flags & (XFS_RMAP_ATTR_FORK | XFS_RMAP_BMBT_BLOCK)) &&
210 (rec->rm_flags & XFS_RMAP_UNWRITTEN))
214 error = xfs_alloc_has_records(sc->sa.bno_cur, rec
181 xrep_bmap_check_fork_rmap( struct xrep_bmap *rb, struct xfs_btree_cur *cur, const struct xfs_rmap_irec *rec) argument
234 xrep_bmap_walk_rmap( struct xfs_btree_cur *cur, const struct xfs_rmap_irec *rec, void *priv) argument
326 struct xfs_bmbt_rec rec; local
437 struct xfs_bmbt_rec rec; local
534 struct xfs_bmbt_rec rec; local
[all...]
H A Dxfarray.h59 void *rec)
61 int error = xfarray_load(array, idx, rec);
64 memset(rec, 0, array->obj_size);
77 int xfarray_load_next(struct xfarray *array, xfarray_idx_t *idx, void *rec);
90 void *rec)
92 int ret = xfarray_load_next(array, idx, rec);
179 * xfarray_rec_t rec; (rounded up to 8 bytes)
56 xfarray_load_sparse( struct xfarray *array, uint64_t idx, void *rec) argument
87 xfarray_iter( struct xfarray *array, xfarray_idx_t *idx, void *rec) argument
/linux-master/fs/hfs/
H A Dcatalog.c36 static int hfs_cat_build_record(hfs_cat_rec *rec, u32 cnid, struct inode *inode) argument
40 memset(rec, 0, sizeof(*rec));
42 rec->type = HFS_CDR_DIR;
43 rec->dir.DirID = cpu_to_be32(cnid);
44 rec->dir.CrDat = mtime;
45 rec->dir.MdDat = mtime;
46 rec->dir.BkDat = 0;
47 rec->dir.UsrInfo.frView = cpu_to_be16(0xff);
51 rec
65 hfs_cat_build_thread(struct super_block *sb, hfs_cat_rec *rec, int type, u32 parentid, const struct qstr *name) argument
190 hfs_cat_rec rec; local
[all...]
H A Dinode.c291 hfs_cat_rec *rec; member in struct:hfs_iget_data
297 hfs_cat_rec *rec; local
299 rec = idata->rec;
300 switch (rec->type) {
302 return inode->i_ino == be32_to_cpu(rec->dir.DirID);
304 return inode->i_ino == be32_to_cpu(rec->file.FlNum);
318 hfs_cat_rec *rec; local
337 rec = idata->rec;
385 hfs_iget(struct super_block *sb, struct hfs_cat_key *key, hfs_cat_rec *rec) argument
423 hfs_cat_rec rec; local
516 hfs_cat_rec rec; local
[all...]
/linux-master/sound/core/seq/
H A Dseq_dummy.c116 struct snd_seq_dummy_port *rec; local
118 rec = kzalloc(sizeof(*rec), GFP_KERNEL);
119 if (!rec)
122 rec->client = my_client;
123 rec->duplex = duplex;
124 rec->connect = 0;
144 pcb.private_data = rec;
147 kfree(rec);
150 rec
[all...]
/linux-master/arch/riscv/kernel/
H A Dftrace.c85 int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) argument
89 make_call_t0(rec->ip, addr, call);
91 if (patch_insn_write((void *)rec->ip, call, MCOUNT_INSN_SIZE))
97 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, argument
102 if (patch_insn_write((void *)rec->ip, nops, MCOUNT_INSN_SIZE))
115 int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec) argument
120 out = ftrace_make_nop(mod, rec, MCOUNT_ADDR);
124 local_flush_icache_range(rec->ip, rec->ip + MCOUNT_INSN_SIZE);
175 int ftrace_modify_call(struct dyn_ftrace *rec, unsigne argument
[all...]
/linux-master/fs/ntfs3/
H A Drecord.c37 struct MFT_REC *rec = mi->mrec; local
41 id = rec->next_attr_id;
44 rec->next_attr_id = cpu_to_le16(free_id + 1);
57 rec->next_attr_id = cpu_to_le16(max_id + 1);
118 struct MFT_REC *rec = mi->mrec; local
133 err = ntfs_read_bh(sbi, run, vbo, &rec->rhdr, bpr, &mi->nb);
162 err = ntfs_read_bh(sbi, run, vbo, &rec->rhdr, bpr, &mi->nb);
175 if (le32_to_cpu(rec->total) != bpr) {
200 const struct MFT_REC *rec = mi->mrec; local
201 u32 used = le32_to_cpu(rec
378 struct MFT_REC *rec; local
405 struct MFT_REC *rec; local
468 struct MFT_REC *rec = mi->mrec; local
529 struct MFT_REC *rec = mi->mrec; local
558 struct MFT_REC *rec = mi->mrec; local
616 struct MFT_REC *rec = mi->mrec; local
[all...]
/linux-master/arch/powerpc/kernel/trace/
H A Dftrace.c109 static int ftrace_get_call_inst(struct dyn_ftrace *rec, unsigned long addr, ppc_inst_t *call_inst) argument
111 unsigned long ip = rec->ip;
118 } else if (rec->arch.mod) {
120 stub = (addr == (unsigned long)ftrace_caller ? rec->arch.mod->arch.tramp :
121 rec->arch.mod->arch.tramp_regs);
139 int ftrace_modify_call(struct dyn_ftrace *rec, unsigned long old_addr, unsigned long addr) argument
147 int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) argument
153 if (WARN_ON(!IS_ENABLED(CONFIG_MODULES) || core_kernel_text(rec->ip)))
157 ret = ftrace_get_call_inst(rec, addr, &new);
161 return ftrace_modify_code(rec
164 ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, unsigned long addr) argument
180 struct dyn_ftrace *rec; local
228 ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec) argument
[all...]
H A Dftrace_64_pg.c121 struct dyn_ftrace *rec, unsigned long addr)
124 unsigned long ip = rec->ip;
216 static int __ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, unsigned long addr) argument
308 static int __ftrace_make_nop_kernel(struct dyn_ftrace *rec, unsigned long addr) argument
310 unsigned long tramp, ip = rec->ip;
348 struct dyn_ftrace *rec, unsigned long addr)
350 unsigned long ip = rec->ip;
364 return __ftrace_make_nop_kernel(rec, addr);
374 if (!rec->arch.mod) {
379 rec
120 __ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, unsigned long addr) argument
347 ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, unsigned long addr) argument
409 __ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) argument
464 __ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) argument
470 __ftrace_make_call_kernel(struct dyn_ftrace *rec, unsigned long addr) argument
514 ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) argument
552 __ftrace_modify_call(struct dyn_ftrace *rec, unsigned long old_addr, unsigned long addr) argument
638 __ftrace_modify_call(struct dyn_ftrace *rec, unsigned long old_addr, unsigned long addr) argument
644 ftrace_modify_call(struct dyn_ftrace *rec, unsigned long old_addr, unsigned long addr) argument
[all...]
/linux-master/kernel/trace/
H A Dftrace.c456 struct ftrace_profile *rec = v; local
459 pg = (struct ftrace_profile_page *)((unsigned long)rec & PAGE_MASK);
463 rec++;
465 if ((void *)rec >= (void *)&pg->records[pg->index]) {
469 rec = &pg->records[0];
470 if (!rec->counter)
474 return rec;
534 struct ftrace_profile *rec = v; local
545 if (unlikely(rec->counter == 0)) {
551 avg = div64_ul(rec
720 struct ftrace_profile *rec; local
738 ftrace_add_profile(struct ftrace_profile_stat *stat, struct ftrace_profile *rec) argument
753 struct ftrace_profile *rec = NULL; local
788 struct ftrace_profile *rec; local
842 struct ftrace_profile *rec; local
1551 const struct dyn_ftrace *rec = b; local
1563 struct dyn_ftrace *rec = NULL; local
1597 struct dyn_ftrace *rec; local
1659 test_rec_ops_needs_regs(struct dyn_ftrace *rec) argument
1685 skip_record(struct dyn_ftrace *rec) argument
1704 struct dyn_ftrace *rec; local
1947 struct dyn_ftrace *rec, *end = NULL; local
2126 ftrace_bug(int failed, struct dyn_ftrace *rec) argument
2183 ftrace_check_record(struct dyn_ftrace *rec, bool enable, bool update) argument
2360 ftrace_update_record(struct dyn_ftrace *rec, bool enable) argument
2374 ftrace_test_record(struct dyn_ftrace *rec, bool enable) argument
2380 ftrace_find_tramp_ops_any(struct dyn_ftrace *rec) argument
2398 ftrace_find_tramp_ops_any_other(struct dyn_ftrace *rec, struct ftrace_ops *op_exclude) argument
2416 ftrace_find_tramp_ops_next(struct dyn_ftrace *rec, struct ftrace_ops *op) argument
2434 ftrace_find_tramp_ops_curr(struct dyn_ftrace *rec) argument
2504 ftrace_find_tramp_ops_new(struct dyn_ftrace *rec) argument
2519 ftrace_find_unique_ops(struct dyn_ftrace *rec) argument
2579 ftrace_get_addr_new(struct dyn_ftrace *rec) argument
2620 ftrace_get_addr_curr(struct dyn_ftrace *rec) argument
2652 __ftrace_replace_code(struct dyn_ftrace *rec, bool enable) argument
2689 struct dyn_ftrace *rec; local
2787 ftrace_nop_initialize(struct module *mod, struct dyn_ftrace *rec) argument
3121 struct dyn_ftrace *rec; local
3563 struct dyn_ftrace *rec = NULL; local
3697 arch_ftrace_trampoline_func(struct ftrace_ops *ops, struct dyn_ftrace *rec) argument
3702 add_trampoline_func(struct seq_file *m, struct ftrace_ops *ops, struct dyn_ftrace *rec) argument
3723 test_for_valid_rec(struct dyn_ftrace *rec) argument
3748 struct dyn_ftrace *rec; local
3799 test_for_valid_rec(struct dyn_ftrace *rec) argument
3814 struct dyn_ftrace *rec; local
4177 enter_record(struct ftrace_hash *hash, struct dyn_ftrace *rec, int clear_filter) argument
4205 struct dyn_ftrace *rec; local
4243 ftrace_match_record(struct dyn_ftrace *rec, struct ftrace_glob *func_g, struct ftrace_glob *mod_g, int exclude_mod) argument
4289 struct dyn_ftrace *rec; local
6281 struct dyn_ftrace *rec; local
6484 struct dyn_ftrace *rec; local
6676 referenced_filters(struct dyn_ftrace *rec) argument
6704 struct dyn_ftrace *rec; local
6760 struct dyn_ftrace *rec; local
6828 struct dyn_ftrace *rec; local
6918 save_ftrace_mod_rec(struct ftrace_mod_map *mod_map, struct dyn_ftrace *rec) argument
7064 save_ftrace_mod_rec(struct ftrace_mod_map *mod_map, struct dyn_ftrace *rec) argument
7124 add_to_clear_hash_list(struct list_head *clear_list, struct dyn_ftrace *rec) argument
7146 struct dyn_ftrace *rec; local
[all...]
/linux-master/arch/loongarch/kernel/
H A Dftrace_dyn.c63 static bool ftrace_find_callable_addr(struct dyn_ftrace *rec, struct module *mod, unsigned long *addr) argument
65 unsigned long pc = rec->ip + LOONGARCH_INSN_SIZE;
111 static bool ftrace_find_callable_addr(struct dyn_ftrace *rec, struct module *mod, unsigned long *addr) argument
118 int ftrace_modify_call(struct dyn_ftrace *rec, unsigned long old_addr, unsigned long addr) argument
123 pc = rec->ip + LOONGARCH_INSN_SIZE;
125 if (!ftrace_find_callable_addr(rec, NULL, &addr))
128 if (!ftrace_find_callable_addr(rec, NULL, &old_addr))
170 int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec) argument
175 pc = rec->ip;
182 int ftrace_make_call(struct dyn_ftrace *rec, unsigne argument
198 ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, unsigned long addr) argument
[all...]
/linux-master/arch/s390/kernel/
H A Dftrace.c78 int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec) argument
110 if (WARN_ON_ONCE(memcmp((const void *)rec->ip, &orig, sizeof(orig))))
117 tmp.rest_of_intercepted_function = rec->ip + sizeof(struct ftrace_insn);
121 disp = ((char *)trampoline - (char *)rec->ip) / 2;
122 insn = (struct ftrace_insn *)rec->ip;
128 static struct ftrace_hotpatch_trampoline *ftrace_get_trampoline(struct dyn_ftrace *rec) argument
135 if (copy_from_kernel_nofault(&insn, (void *)rec->ip, sizeof(insn)))
138 trampoline = (void *)(rec->ip + disp);
146 int ftrace_modify_call(struct dyn_ftrace *rec, unsigned long old_addr, argument
152 trampoline = ftrace_get_trampoline(rec);
178 ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, unsigned long addr) argument
185 ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) argument
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_parent.c78 const struct xfs_parent_rec *rec = value; local
92 if (!xfs_verify_dir_ino(mp, be64_to_cpu(rec->p_ino)))
129 const struct xfs_parent_rec *rec = value; local
142 return xfs_parent_hashval(mp, name, namelen, be64_to_cpu(rec->p_ino));
153 struct xfs_parent_rec *rec,
167 args->value = rec;
202 xfs_inode_to_parent_rec(&ppargs->rec, dp);
203 xfs_parent_da_args_init(&ppargs->args, tp, &ppargs->rec, child,
224 xfs_inode_to_parent_rec(&ppargs->rec, dp);
225 xfs_parent_da_args_init(&ppargs->args, tp, &ppargs->rec, chil
150 xfs_parent_da_args_init( struct xfs_da_args *args, struct xfs_trans *tp, struct xfs_parent_rec *rec, struct xfs_inode *child, xfs_ino_t owner, const struct xfs_name *parent_name) argument
279 const struct xfs_parent_rec *rec = value; local
[all...]
H A Dxfs_ialloc.c59 union xfs_btree_rec rec; local
61 rec.inobt.ir_startino = cpu_to_be32(irec->ir_startino);
63 rec.inobt.ir_u.sp.ir_holemask = cpu_to_be16(irec->ir_holemask);
64 rec.inobt.ir_u.sp.ir_count = irec->ir_count;
65 rec.inobt.ir_u.sp.ir_freecount = irec->ir_freecount;
68 rec.inobt.ir_u.f.ir_freecount = cpu_to_be32(irec->ir_freecount);
70 rec.inobt.ir_free = cpu_to_be64(irec->ir_free);
71 return xfs_btree_update(cur, &rec);
78 const union xfs_btree_rec *rec,
81 irec->ir_startino = be32_to_cpu(rec
76 xfs_inobt_btrec_to_irec( struct xfs_mount *mp, const union xfs_btree_rec *rec, struct xfs_inobt_rec_incore *irec) argument
164 union xfs_btree_rec *rec; local
256 xfs_inobt_rec_incore_t rec; local
558 struct xfs_inobt_rec_incore rec; local
708 struct xfs_inobt_rec_incore rec; local
982 xfs_ialloc_next_rec( struct xfs_btree_cur *cur, xfs_inobt_rec_incore_t *rec, int *done, int left) argument
1013 xfs_ialloc_get_rec( struct xfs_btree_cur *cur, xfs_agino_t agino, xfs_inobt_rec_incore_t *rec, int *done) argument
1045 xfs_inobt_first_free_inode( struct xfs_inobt_rec_incore *rec) argument
1103 struct xfs_inobt_rec_incore rec, trec; local
1375 xfs_dialloc_ag_finobt_near( xfs_agino_t pagino, struct xfs_btree_cur **ocur, struct xfs_inobt_rec_incore *rec) argument
1467 xfs_dialloc_ag_finobt_newino( struct xfs_agi *agi, struct xfs_btree_cur *cur, struct xfs_inobt_rec_incore *rec) argument
1524 struct xfs_inobt_rec_incore rec; local
1580 struct xfs_inobt_rec_incore rec; local
1959 xfs_difree_inode_chunk( struct xfs_trans *tp, xfs_agnumber_t agno, struct xfs_inobt_rec_incore *rec) argument
2050 struct xfs_inobt_rec_incore rec; local
2184 struct xfs_inobt_rec_incore rec; local
2300 struct xfs_inobt_rec_incore rec;/* btree record */ local
2369 struct xfs_inobt_rec_incore rec; local
2865 xfs_ialloc_count_inodes_rec( struct xfs_btree_cur *cur, const union xfs_btree_rec *rec, void *priv) argument
3103 struct xfs_inobt_rec_incore rec; local
[all...]
H A Dxfs_parent.h23 struct xfs_parent_rec *rec,
27 rec->p_ino = cpu_to_be64(ino);
28 rec->p_gen = cpu_to_be32(gen);
34 struct xfs_parent_rec *rec,
37 xfs_parent_rec_init(rec, dp->i_ino, VFS_IC(dp)->i_generation);
47 struct xfs_parent_rec rec; member in struct:xfs_parent_args
22 xfs_parent_rec_init( struct xfs_parent_rec *rec, xfs_ino_t ino, uint32_t gen) argument
33 xfs_inode_to_parent_rec( struct xfs_parent_rec *rec, const struct xfs_inode *dp) argument
/linux-master/fs/ocfs2/
H A Dextent_map.c214 struct ocfs2_extent_rec *rec)
221 ins.ei_cpos = le32_to_cpu(rec->e_cpos);
223 le64_to_cpu(rec->e_blkno));
224 ins.ei_clusters = le16_to_cpu(rec->e_leaf_clusters);
225 ins.ei_flags = rec->e_flags;
320 struct ocfs2_extent_rec *rec; local
323 rec = &el->l_recs[i];
325 if (v_cluster < le32_to_cpu(rec->e_cpos))
406 struct ocfs2_extent_rec *rec; local
459 rec
213 ocfs2_extent_map_insert_rec(struct inode *inode, struct ocfs2_extent_rec *rec) argument
515 ocfs2_relative_extent_offsets(struct super_block *sb, u32 v_cluster, struct ocfs2_extent_rec *rec, u32 *p_cluster, u32 *num_clusters) argument
538 struct ocfs2_extent_rec *rec; local
602 struct ocfs2_extent_rec rec; local
743 struct ocfs2_extent_rec rec; local
825 struct ocfs2_extent_rec rec; local
871 struct ocfs2_extent_rec rec; local
[all...]
/linux-master/fs/xfs/
H A Dxfs_notify_failure.c37 const struct xfs_rmap_irec *rec,
40 loff_t pos = XFS_FSB_TO_B(mp, rec->rm_offset);
42 if (notify->startblock > rec->rm_startblock)
44 notify->startblock - rec->rm_startblock);
51 const struct xfs_rmap_irec *rec,
59 start_cross = max(rec->rm_startblock, notify->startblock);
61 end_rec = rec->rm_startblock + rec->rm_blockcount;
71 const struct xfs_rmap_irec *rec,
82 if (XFS_RMAP_NON_INODE_OWNER(rec
35 xfs_failure_pgoff( struct xfs_mount *mp, const struct xfs_rmap_irec *rec, const struct xfs_failure_info *notify) argument
49 xfs_failure_pgcnt( struct xfs_mount *mp, const struct xfs_rmap_irec *rec, const struct xfs_failure_info *notify) argument
69 xfs_dax_failure_fn( struct xfs_btree_cur *cur, const struct xfs_rmap_irec *rec, void *data) argument
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_global_funcs.c46 struct bpf_func_info_min *rec; local
91 rec = (struct bpf_func_info_min *)func_info_buf;
92 for (i = 0; i < info.nr_func_info; i++, rec = (void *)rec + info.func_info_rec_size) {
96 if (rec->insn_off == 0)
99 fn_t = btf__type_by_id(btf, rec->type_id);
/linux-master/drivers/infiniband/core/
H A Dmulticast.c97 struct ib_sa_mcmember_rec rec; member in struct:mcast_group
124 static void join_handler(int status, struct ib_sa_mcmember_rec *rec,
126 static void leave_handler(int status, struct ib_sa_mcmember_rec *rec,
138 ret = memcmp(mgid->raw, group->rec.mgid.raw, sizeof *mgid);
163 ret = memcmp(group->rec.mgid.raw, cur_group->rec.mgid.raw,
164 sizeof group->rec.mgid);
252 return leave_state & group->rec.join_state;
338 &member->multicast.rec,
348 struct ib_sa_mcmember_rec rec; local
511 join_handler(int status, struct ib_sa_mcmember_rec *rec, void *context) argument
545 leave_handler(int status, struct ib_sa_mcmember_rec *rec, void *context) argument
607 ib_sa_join_multicast(struct ib_sa_client *client, struct ib_device *device, u32 port_num, struct ib_sa_mcmember_rec *rec, ib_sa_comp_mask comp_mask, gfp_t gfp_mask, int (*callback)(int status, struct ib_sa_multicast *multicast), void *context) argument
693 ib_sa_get_mcmember_rec(struct ib_device *device, u32 port_num, union ib_gid *mgid, struct ib_sa_mcmember_rec *rec) argument
735 ib_init_ah_from_mcmember(struct ib_device *device, u32 port_num, struct ib_sa_mcmember_rec *rec, struct net_device *ndev, enum ib_gid_type gid_type, struct rdma_ah_attr *ah_attr) argument
[all...]
/linux-master/drivers/infiniband/hw/mlx4/
H A Dalias_GUID.c196 struct mlx4_sriov_alias_guid_info_rec_det *rec; local
203 rec = &dev->sriov.alias_guid.ports_guid[port_num - 1].
236 required_value = *(__be64 *)&rec->all_recs[i * GUID_REC_SIZE];
242 rec->guid_indexes = rec->guid_indexes &
295 struct mlx4_sriov_alias_guid_info_rec_det *rec; local
306 rec = &dev->sriov.alias_guid.ports_guid[port_index].
312 rec->time_to_run = ktime_get_boottime_ns() + 1 * NSEC_PER_SEC;
326 rec = &dev->sriov.alias_guid.ports_guid[port_index].
338 required_val = *(__be64 *)&rec
485 set_guid_rec(struct ib_device *ibdev, struct mlx4_next_alias_guid_work *rec) argument
649 struct mlx4_sriov_alias_guid_info_rec_det *rec = local
695 struct mlx4_sriov_alias_guid_info_rec_det rec; local
722 get_next_record_to_update(struct mlx4_ib_dev *dev, u8 port, struct mlx4_next_alias_guid_work *rec) argument
747 struct mlx4_next_alias_guid_work *rec; local
[all...]

Completed in 227 milliseconds

1234567891011