Home
last modified time | relevance | path

Searched defs:irec (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.3-rc2/fs/xfs/scrub/
A Dbmap.c105 struct xfs_bmbt_irec *irec, in xchk_bmap_get_rmap()
153 struct xfs_bmbt_irec *irec) in xchk_bmap_has_prev()
174 struct xfs_bmbt_irec *irec) in xchk_bmap_has_next()
196 struct xfs_bmbt_irec *irec, in xchk_bmap_xref_rmap()
295 struct xfs_bmbt_irec *irec) in xchk_bmap_rt_iextent_xref()
306 struct xfs_bmbt_irec *irec) in xchk_bmap_iextent_xref()
355 struct xfs_bmbt_irec *irec) in xchk_bmap_dirattr_extent()
377 struct xfs_bmbt_irec *irec) in xchk_bmap_iextent()
434 struct xfs_bmbt_irec irec; in xchk_bmapbt_rec() local
525 struct xfs_bmbt_irec irec; in xchk_bmap_check_rmap() local
[all …]
A Dialloc.c59 struct xfs_inobt_rec_incore *irec, in xchk_iallocbt_chunk_xref_other()
84 struct xfs_inobt_rec_incore *irec, in xchk_iallocbt_chunk_xref()
102 struct xfs_inobt_rec_incore *irec, in xchk_iallocbt_chunk()
146 struct xfs_inobt_rec_incore *irec, in xchk_iallocbt_check_cluster_ifree()
209 struct xfs_inobt_rec_incore *irec, in xchk_iallocbt_check_cluster()
312 struct xfs_inobt_rec_incore *irec) in xchk_iallocbt_check_clusters()
344 struct xfs_inobt_rec_incore *irec) in xchk_iallocbt_rec_alignment()
425 struct xfs_inobt_rec_incore irec; in xchk_iallocbt_rec() local
A Drmap.c36 struct xfs_rmap_irec *irec) in xchk_rmapbt_xref_refc()
67 struct xfs_rmap_irec *irec) in xchk_rmapbt_xref()
94 struct xfs_rmap_irec irec; in xchk_rmapbt_rec() local
A Drefcount.c272 const struct xfs_refcount_irec *irec) in xchk_refcountbt_xref_rmap()
317 const struct xfs_refcount_irec *irec) in xchk_refcountbt_xref()
334 struct xfs_refcount_irec irec; in xchk_refcountbt_rec() local
A Dquota.c175 struct xfs_bmbt_irec irec = { 0 }; in xchk_quota_data_fork() local
/linux-6.3-rc2/fs/xfs/
A Dxfs_iwalk.c99 struct xfs_inobt_rec_incore *irec) in xfs_iwalk_ichunk_ra()
131 struct xfs_inobt_rec_incore *irec) /* btree record */ in xfs_iwalk_adjust_start()
192 struct xfs_inobt_rec_incore *irec = &iwag->recs[i]; in xfs_iwalk_ag_recs() local
273 struct xfs_inobt_rec_incore *irec; in xfs_iwalk_ag_start() local
358 struct xfs_inobt_rec_incore *irec; in xfs_iwalk_run_callbacks() local
420 struct xfs_inobt_rec_incore *irec; in xfs_iwalk_ag() local
A Dxfs_fsmap.c373 struct xfs_rmap_irec irec; in xfs_getfsmap_datadev_bnobt_helper() local
391 struct xfs_rmap_irec *irec, in xfs_getfsmap_set_irec_flags()
459 struct xfs_rmap_irec irec; in xfs_getfsmap_rtdev_rtbitmap_helper() local
A Dxfs_itable.c380 const struct xfs_inobt_rec_incore *irec, in xfs_inumbers_walk()
A Dxfs_refcount_item.c535 struct xfs_bmbt_irec irec = { in xfs_cui_item_recover() local
A Dxfs_bmap_util.c1372 struct xfs_bmbt_irec irec; in xfs_swap_extent_rmap() local
A Dxfs_reflink.c170 struct xfs_bmbt_irec *irec, in xfs_reflink_trim_around_shared()
A Dxfs_iomap.c208 struct xfs_bmbt_irec irec; in xfs_iomap_eof_align_last_fsb() local
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_rmap.c40 struct xfs_rmap_irec *irec, in xfs_rmap_lookup_le()
95 struct xfs_rmap_irec *irec) in xfs_rmap_update()
199 struct xfs_rmap_irec *irec) in xfs_rmap_btrec_to_irec()
214 struct xfs_rmap_irec *irec, in xfs_rmap_get_rec()
262 struct xfs_rmap_irec *irec; member
302 struct xfs_rmap_irec *irec, in xfs_rmap_find_left_neighbor()
403 struct xfs_rmap_irec *irec, in xfs_rmap_lookup_le_range()
776 struct xfs_rmap_irec *irec, in xfs_rmap_is_mergeable()
2322 struct xfs_rmap_irec irec; in xfs_rmap_query_range_helper() local
2705 struct xfs_rmap_irec irec; in xfs_rmap_record_exists() local
A Dxfs_rmap.h51 const struct xfs_rmap_irec *irec) in xfs_rmap_irec_offset_pack()
68 struct xfs_rmap_irec *irec) in xfs_rmap_irec_offset_unpack()
A Dxfs_refcount.c106 struct xfs_refcount_irec *irec) in xfs_refcount_btrec_to_irec()
129 struct xfs_refcount_irec *irec, in xfs_refcount_get_rec()
176 struct xfs_refcount_irec *irec) in xfs_refcount_update()
205 struct xfs_refcount_irec *irec, in xfs_refcount_insert()
243 struct xfs_refcount_irec irec; in xfs_refcount_delete() local
825 const struct xfs_refcount_irec *irec, in xfs_refc_merge_refcount()
A Dxfs_bmap.h148 static inline bool xfs_bmap_is_real_extent(struct xfs_bmbt_irec *irec) in xfs_bmap_is_real_extent()
159 static inline bool xfs_bmap_is_written_extent(struct xfs_bmbt_irec *irec) in xfs_bmap_is_written_extent()
A Dxfs_refcount.h61 const struct xfs_refcount_irec *irec) in xfs_refcount_check_domain()
A Dxfs_ialloc.c56 xfs_inobt_rec_incore_t *irec) /* btree record */ in xfs_inobt_update()
78 struct xfs_inobt_rec_incore *irec) in xfs_inobt_btrec_to_irec()
104 struct xfs_inobt_rec_incore *irec, in xfs_inobt_get_rec()
2628 struct xfs_inobt_rec_incore irec; in xfs_ialloc_has_inode_record() local
2689 struct xfs_inobt_rec_incore irec; in xfs_ialloc_count_inodes_rec() local
A Dxfs_refcount_btree.c164 const struct xfs_refcount_irec *irec = &cur->bc_rec.rc; in xfs_refcountbt_init_rec_from_cur() local
192 const struct xfs_refcount_irec *irec = &cur->bc_rec.rc; in xfs_refcountbt_key_diff() local
A Dxfs_iext_tree.c55 struct xfs_bmbt_irec *irec) in xfs_iext_set()
73 struct xfs_bmbt_irec *irec, in xfs_iext_get()
628 struct xfs_bmbt_irec *irec, in xfs_iext_insert()
A Dxfs_bmap_btree.c65 struct xfs_bmbt_irec *irec) in xfs_bmbt_disk_get_all()
A Dxfs_bmap.c108 struct xfs_bmbt_irec *irec, in xfs_bmbt_lookup_eq()
157 struct xfs_bmbt_irec *irec) in xfs_bmbt_update()
3691 struct xfs_bmbt_irec *irec, in xfs_trim_extent()
6160 struct xfs_bmbt_irec *irec) in xfs_bmap_validate_extent()
A Dxfs_da_btree.c2522 struct xfs_bmbt_irec irec, *irecs = &irec; in xfs_dabuf_map() local
/linux-6.3-rc2/fs/ext4/
A Dfsmap.c193 struct ext4_fsmap irec; in ext4_getfsmap_datadev_helper() local
260 struct ext4_fsmap irec; in ext4_getfsmap_logdev() local
/linux-6.3-rc2/drivers/media/platform/st/sti/c8sectpfe/
A Dc8sectpfe-core.h55 void __iomem *irec; member

Completed in 58 milliseconds

12