Searched refs:xfs_refcount_irec (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/fs/xfs/libxfs/ |
D | xfs_refcount.h | 14 struct xfs_refcount_irec; 23 struct xfs_refcount_irec *irec, int *stat); 61 const struct xfs_refcount_irec *irec) in xfs_refcount_check_domain() 117 struct xfs_refcount_irec *irec); 119 struct xfs_refcount_irec *irec, int *stat);
|
D | xfs_refcount.c | 106 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() 351 struct xfs_refcount_irec *rc) in xfs_refc_next() 366 struct xfs_refcount_irec rcext, tmp; in xfs_refcount_split_extent() 425 struct xfs_refcount_irec *left, in xfs_refcount_merge_center_extents() 426 struct xfs_refcount_irec *center, in xfs_refcount_merge_center_extents() 427 struct xfs_refcount_irec *right, in xfs_refcount_merge_center_extents() [all …]
|
D | xfs_types.h | 178 struct xfs_refcount_irec { struct
|
D | xfs_refcount_btree.c | 164 const struct xfs_refcount_irec *irec = &cur->bc_rec.rc; in xfs_refcountbt_init_rec_from_cur() 192 const struct xfs_refcount_irec *irec = &cur->bc_rec.rc; in xfs_refcountbt_key_diff()
|
D | xfs_btree.h | 175 struct xfs_refcount_irec rc;
|
/Linux-v6.1/fs/xfs/scrub/ |
D | refcount.c | 272 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() 417 struct xfs_refcount_irec rc; in xchk_xref_is_cow_staging()
|
D | trace.h | 738 struct xfs_refcount_irec *irec),
|
/Linux-v6.1/fs/xfs/ |
D | xfs_trace.h | 67 struct xfs_refcount_irec; 2926 struct xfs_refcount_irec *irec), 2956 struct xfs_refcount_irec *irec), \ 2962 struct xfs_refcount_irec *irec, xfs_agblock_t agbno), 2995 struct xfs_refcount_irec *irec, xfs_agblock_t agbno), \ 3001 struct xfs_refcount_irec *i1, struct xfs_refcount_irec *i2), 3044 struct xfs_refcount_irec *i1, struct xfs_refcount_irec *i2), \ 3050 struct xfs_refcount_irec *i1, struct xfs_refcount_irec *i2, 3097 struct xfs_refcount_irec *i1, struct xfs_refcount_irec *i2, \ 3104 struct xfs_refcount_irec *i1, struct xfs_refcount_irec *i2, [all …]
|