Searched refs:xfs_refcount_irec (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| A D | xfs_refcount.h | 14 struct xfs_refcount_irec; 23 struct xfs_refcount_irec *irec, int *stat); 68 const struct xfs_refcount_irec *irec) in xfs_refcount_check_domain() 120 struct xfs_refcount_irec *irec); 122 const struct xfs_refcount_irec *irec); 124 struct xfs_refcount_irec *irec, int *stat); 133 const struct xfs_refcount_irec *rec, 137 const struct xfs_refcount_irec *low_rec, 138 const struct xfs_refcount_irec *high_rec,
|
| A D | xfs_refcount.c | 108 struct xfs_refcount_irec *irec) in xfs_refcount_btrec_to_irec() 171 struct xfs_refcount_irec *irec, in xfs_refcount_get_rec() 199 struct xfs_refcount_irec *irec) in xfs_refcount_update() 227 struct xfs_refcount_irec *irec, in xfs_refcount_insert() 265 struct xfs_refcount_irec irec; in xfs_refcount_delete() 374 struct xfs_refcount_irec *rc) in xfs_refc_next() 448 struct xfs_refcount_irec *left, in xfs_refcount_merge_center_extents() 530 struct xfs_refcount_irec *left, in xfs_refcount_merge_left_extent() 669 struct xfs_refcount_irec tmp; in xfs_refcount_find_left_extents() 762 struct xfs_refcount_irec tmp; in xfs_refcount_find_right_extents() [all …]
|
| A D | xfs_types.h | 167 struct xfs_refcount_irec { struct
|
| A D | xfs_refcount_btree.c | 156 const struct xfs_refcount_irec *irec = &cur->bc_rec.rc; in xfs_refcountbt_init_rec_from_cur() 184 const struct xfs_refcount_irec *irec = &cur->bc_rec.rc; in xfs_refcountbt_key_diff()
|
| A D | xfs_btree.h | 227 struct xfs_refcount_irec rc;
|
| /linux/fs/xfs/scrub/ |
| A D | refcount.c | 287 const struct xfs_refcount_irec *irec) in xchk_refcountbt_xref_rmap() 334 const struct xfs_refcount_irec *irec) in xchk_refcountbt_xref() 347 struct xfs_refcount_irec prev_rec; 409 const struct xfs_refcount_irec *r2) in xchk_refcount_mergeable() 411 const struct xfs_refcount_irec *r1 = &rrc->prev_rec; in xchk_refcount_mergeable() 435 const struct xfs_refcount_irec *irec) in xchk_refcountbt_check_mergeable() 443 memcpy(&rrc->prev_rec, irec, sizeof(struct xfs_refcount_irec)); in xchk_refcountbt_check_mergeable() 452 struct xfs_refcount_irec irec; in xchk_refcountbt_rec() 555 struct xfs_refcount_irec rc; in xchk_xref_is_cow_staging()
|
| A D | cow_repair.c | 110 struct xfs_refcount_irec *dst, in xrep_cow_trim_refcount() 111 const struct xfs_refcount_irec *src) in xrep_cow_trim_refcount() 135 const struct xfs_refcount_irec *rec, in xrep_cow_mark_shared_staging() 139 struct xfs_refcount_irec rrec; in xrep_cow_mark_shared_staging() 164 const struct xfs_refcount_irec *rec, in xrep_cow_mark_missing_staging() 168 struct xfs_refcount_irec rrec; in xrep_cow_mark_missing_staging() 237 struct xfs_refcount_irec rc_low = { 0 }; in xrep_cow_find_bad() 238 struct xfs_refcount_irec rc_high = { 0 }; in xrep_cow_find_bad()
|
| A D | refcount_repair.c | 139 const struct xfs_refcount_irec *rec) in xrep_refc_check_ext() 175 struct xfs_refcount_irec irec = { in xrep_refc_stash() 292 const struct xfs_refcount_irec *irec) in xrep_refc_encode_startblock() 309 const struct xfs_refcount_irec *ap = a; in xrep_refc_extent_cmp() 310 const struct xfs_refcount_irec *bp = b; in xrep_refc_extent_cmp() 331 struct xfs_refcount_irec irec; in xrep_refc_sort_records() 525 struct xfs_refcount_irec *irec = &cur->bc_rec.rc; in xrep_refc_get_records() 723 sizeof(struct xfs_refcount_irec), in xrep_refcountbt()
|
| A D | rmap_repair.c | 721 const struct xfs_refcount_irec *irec, in xrep_rmap_walk_cowblocks() 743 struct xfs_refcount_irec low = { in xrep_rmap_find_refcount_rmaps() 747 struct xfs_refcount_irec high = { in xrep_rmap_find_refcount_rmaps()
|
| A D | trace.h | 925 TP_PROTO(struct xfs_perag *pag, const struct xfs_refcount_irec *irec, 2081 TP_PROTO(struct xfs_perag *pag, const struct xfs_refcount_irec *rec),
|
| /linux/fs/xfs/ |
| A D | xfs_trace.h | 73 struct xfs_refcount_irec; 3266 TP_PROTO(struct xfs_btree_cur *cur, struct xfs_refcount_irec *irec, 3305 TP_PROTO(struct xfs_btree_cur *cur, struct xfs_refcount_irec *i1, 3306 struct xfs_refcount_irec *i2), 3349 struct xfs_refcount_irec *i2), \ 3354 TP_PROTO(struct xfs_btree_cur *cur, struct xfs_refcount_irec *i1, 3355 struct xfs_refcount_irec *i2, xfs_agblock_t agbno), 3401 struct xfs_refcount_irec *i2, xfs_agblock_t agbno), \ 3406 TP_PROTO(struct xfs_btree_cur *cur, struct xfs_refcount_irec *i1, 3407 struct xfs_refcount_irec *i2, struct xfs_refcount_irec *i3), [all …]
|
| /linux/Documentation/filesystems/xfs/ |
| A D | xfs-online-fsck-design.rst | 2660 1. Walk the reverse mapping records to generate ``struct xfs_refcount_irec``
|
Completed in 54 milliseconds