Searched refs:xfs_refcount_irec (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_refcount.h | 14 struct xfs_refcount_irec; 23 struct xfs_refcount_irec *irec, int *stat); 62 const struct xfs_refcount_irec *irec) in xfs_refcount_check_domain() 119 struct xfs_refcount_irec *irec); 121 const struct xfs_refcount_irec *irec); 123 struct xfs_refcount_irec *irec, int *stat);
|
H A D | xfs_refcount.c | 106 struct xfs_refcount_irec *irec) in xfs_refcount_btrec_to_irec() 170 struct xfs_refcount_irec *irec, in xfs_refcount_get_rec() 198 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() 373 struct xfs_refcount_irec *rc) in xfs_refc_next() 447 struct xfs_refcount_irec *left, in xfs_refcount_merge_center_extents() 527 struct xfs_refcount_irec *left, in xfs_refcount_merge_left_extent() 664 struct xfs_refcount_irec tmp; in xfs_refcount_find_left_extents() 757 struct xfs_refcount_irec tmp; in xfs_refcount_find_right_extents() [all …]
|
H A D | xfs_types.h | 179 struct xfs_refcount_irec { struct
|
H A D | xfs_refcount_btree.c | 159 const struct xfs_refcount_irec *irec = &cur->bc_rec.rc; in xfs_refcountbt_init_rec_from_cur() 187 const struct xfs_refcount_irec *irec = &cur->bc_rec.rc; in xfs_refcountbt_key_diff()
|
H A D | xfs_btree.h | 215 struct xfs_refcount_irec rc;
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | refcount.c | 275 const struct xfs_refcount_irec *irec) in xchk_refcountbt_xref_rmap() 322 const struct xfs_refcount_irec *irec) in xchk_refcountbt_xref() 335 struct xfs_refcount_irec prev_rec; 397 const struct xfs_refcount_irec *r2) in xchk_refcount_mergeable() 399 const struct xfs_refcount_irec *r1 = &rrc->prev_rec; in xchk_refcount_mergeable() 423 const struct xfs_refcount_irec *irec) in xchk_refcountbt_check_mergeable() 431 memcpy(&rrc->prev_rec, irec, sizeof(struct xfs_refcount_irec)); in xchk_refcountbt_check_mergeable() 440 struct xfs_refcount_irec irec; in xchk_refcountbt_rec() 543 struct xfs_refcount_irec rc; in xchk_xref_is_cow_staging()
|
H A D | trace.h | 750 TP_PROTO(struct xfs_perag *pag, const struct xfs_refcount_irec *irec, 1182 struct xfs_refcount_irec *irec),
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_trace.h | 70 struct xfs_refcount_irec; 2963 struct xfs_refcount_irec *irec), 2993 struct xfs_refcount_irec *irec), \ 3038 struct xfs_refcount_irec *i1, struct xfs_refcount_irec *i2), 3081 struct xfs_refcount_irec *i1, struct xfs_refcount_irec *i2), \ 3087 struct xfs_refcount_irec *i1, struct xfs_refcount_irec *i2, 3134 struct xfs_refcount_irec *i1, struct xfs_refcount_irec *i2, \ 3141 struct xfs_refcount_irec *i1, struct xfs_refcount_irec *i2, 3142 struct xfs_refcount_irec *i3), 3198 struct xfs_refcount_irec *i1, struct xfs_refcount_irec *i2, \ [all …]
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-online-fsck-design.rst | 2668 1. Walk the reverse mapping records to generate ``struct xfs_refcount_irec``
|