Searched refs:xfs_btree_rec (Results 1 – 23 of 23) sorted by relevance
/linux/fs/xfs/libxfs/ |
A D | xfs_btree.h | 42 union xfs_btree_rec { union 117 const union xfs_btree_rec *rec, 129 const union xfs_btree_rec *rec); 131 union xfs_btree_rec *rec); 135 const union xfs_btree_rec *rec); 158 const union xfs_btree_rec *r1, 159 const union xfs_btree_rec *r2); 419 int xfs_btree_update(struct xfs_btree_cur *, union xfs_btree_rec *); 423 int xfs_btree_get_rec(struct xfs_btree_cur *, union xfs_btree_rec **, int *); 496 const union xfs_btree_rec *rec, void *priv); [all …]
|
A D | xfs_alloc_btree.c | 109 const union xfs_btree_rec *rec, in xfs_allocbt_update_lastrec() 182 const union xfs_btree_rec *rec) in xfs_allocbt_init_key_from_rec() 191 const union xfs_btree_rec *rec) in xfs_bnobt_init_high_key_from_rec() 204 const union xfs_btree_rec *rec) in xfs_cntbt_init_high_key_from_rec() 213 union xfs_btree_rec *rec) in xfs_allocbt_init_rec_from_cur() 391 const union xfs_btree_rec *r1, in xfs_bnobt_recs_inorder() 392 const union xfs_btree_rec *r2) in xfs_bnobt_recs_inorder() 415 const union xfs_btree_rec *r1, in xfs_cntbt_recs_inorder() 416 const union xfs_btree_rec *r2) in xfs_cntbt_recs_inorder()
|
A D | xfs_refcount.h | 80 union xfs_btree_rec; 81 extern void xfs_refcount_btrec_to_irec(const union xfs_btree_rec *rec,
|
A D | xfs_refcount_btree.c | 141 const union xfs_btree_rec *rec) in xfs_refcountbt_init_key_from_rec() 149 const union xfs_btree_rec *rec) in xfs_refcountbt_init_high_key_from_rec() 161 union xfs_btree_rec *rec) in xfs_refcountbt_init_rec_from_cur() 285 const union xfs_btree_rec *r1, in xfs_refcountbt_recs_inorder() 286 const union xfs_btree_rec *r2) in xfs_refcountbt_recs_inorder()
|
A D | xfs_ialloc.h | 108 union xfs_btree_rec; 110 const union xfs_btree_rec *rec,
|
A D | xfs_rmap_btree.c | 162 const union xfs_btree_rec *rec) in xfs_rmapbt_init_key_from_rec() 179 const union xfs_btree_rec *rec) in xfs_rmapbt_init_high_key_from_rec() 201 union xfs_btree_rec *rec) in xfs_rmapbt_init_rec_from_cur() 400 const union xfs_btree_rec *r1, in xfs_rmapbt_recs_inorder() 401 const union xfs_btree_rec *r2) in xfs_rmapbt_recs_inorder()
|
A D | xfs_bmap_btree.c | 358 const union xfs_btree_rec *rec) in xfs_bmbt_init_key_from_rec() 367 const union xfs_btree_rec *rec) in xfs_bmbt_init_high_key_from_rec() 377 union xfs_btree_rec *rec) in xfs_bmbt_init_rec_from_cur() 513 const union xfs_btree_rec *r1, in xfs_bmbt_recs_inorder() 514 const union xfs_btree_rec *r2) in xfs_bmbt_recs_inorder()
|
A D | xfs_btree.c | 589 union xfs_btree_rec * 1307 union xfs_btree_rec *dst_rec, in xfs_btree_copy_recs() 1354 union xfs_btree_rec *rec, in xfs_btree_shift_recs() 1982 union xfs_btree_rec *rec; in xfs_btree_get_leaf_keys() 2191 union xfs_btree_rec *rec) in xfs_btree_update() 2197 union xfs_btree_rec *rp; in xfs_btree_update() 2534 union xfs_btree_rec *lrp; in xfs_btree_rshift() 2535 union xfs_btree_rec *rrp; in xfs_btree_rshift() 4606 union xfs_btree_rec *recp; in xfs_btree_simple_query_range() 4703 union xfs_btree_rec *recp; in xfs_btree_overlapped_query_range() [all …]
|
A D | xfs_ialloc_btree.c | 194 const union xfs_btree_rec *rec) in xfs_inobt_init_key_from_rec() 202 const union xfs_btree_rec *rec) in xfs_inobt_init_high_key_from_rec() 214 union xfs_btree_rec *rec) in xfs_inobt_init_rec_from_cur() 376 const union xfs_btree_rec *r1, in xfs_inobt_recs_inorder() 377 const union xfs_btree_rec *r2) in xfs_inobt_recs_inorder()
|
A D | xfs_rmap.h | 195 union xfs_btree_rec; 196 int xfs_rmap_btrec_to_irec(const union xfs_btree_rec *rec,
|
A D | xfs_refcount.c | 96 const union xfs_btree_rec *rec, in xfs_refcount_btrec_to_irec() 115 union xfs_btree_rec *rec; in xfs_refcount_get_rec() 172 union xfs_btree_rec rec; in xfs_refcount_update() 1656 const union xfs_btree_rec *rec, in xfs_refcount_recover_extent()
|
A D | xfs_ialloc.c | 58 union xfs_btree_rec rec; in xfs_inobt_update() 77 const union xfs_btree_rec *rec, in xfs_inobt_btrec_to_irec() 109 union xfs_btree_rec *rec; in xfs_inobt_get_rec() 2716 const union xfs_btree_rec *rec, in xfs_ialloc_count_inodes_rec()
|
A D | xfs_rmap.c | 83 union xfs_btree_rec rec; in xfs_rmap_update() 184 const union xfs_btree_rec *rec, in xfs_rmap_btrec_to_irec() 205 union xfs_btree_rec *rec; in xfs_rmap_get_rec() 2284 const union xfs_btree_rec *rec, in xfs_rmap_query_range_helper()
|
A D | xfs_btree_staging.c | 448 union xfs_btree_rec *block_rec; in xfs_btree_bload_leaf()
|
A D | xfs_alloc.c | 215 union xfs_btree_rec rec; in xfs_alloc_update() 234 union xfs_btree_rec *rec; in xfs_alloc_get_rec() 3452 const union xfs_btree_rec *rec, in xfs_alloc_query_range_helper()
|
A D | xfs_bmap.c | 161 union xfs_btree_rec rec; in xfs_bmbt_update()
|
/linux/fs/xfs/scrub/ |
A D | btree.h | 30 const union xfs_btree_rec *rec); 41 union xfs_btree_rec lastrec;
|
A D | alloc.c | 94 const union xfs_btree_rec *rec) in xchk_allocbt_rec()
|
A D | rmap.c | 91 const union xfs_btree_rec *rec) in xchk_rmapbt_rec()
|
A D | btree.c | 130 union xfs_btree_rec *rec; in xchk_btree_rec() 633 union xfs_btree_rec *recp; in xchk_btree()
|
A D | refcount.c | 333 const union xfs_btree_rec *rec) in xchk_refcountbt_rec()
|
A D | ialloc.c | 421 const union xfs_btree_rec *rec) in xchk_iallocbt_rec()
|
A D | bmap.c | 387 const union xfs_btree_rec *rec) in xchk_bmapbt_rec()
|
Completed in 63 milliseconds