Searched refs:xfs_alloc_rec_incore (Results 1 – 13 of 13) sorted by relevance
/linux-6.14.4/fs/xfs/libxfs/ |
D | xfs_alloc.h | 188 struct xfs_alloc_rec_incore *irec); 190 const struct xfs_alloc_rec_incore *irec); 206 const struct xfs_alloc_rec_incore *rec, 210 const struct xfs_alloc_rec_incore *low_rec, 211 const struct xfs_alloc_rec_incore *high_rec,
|
D | xfs_alloc_btree.c | 194 struct xfs_alloc_rec_incore *rec = &cur->bc_rec.a; in xfs_bnobt_key_diff() 205 struct xfs_alloc_rec_incore *rec = &cur->bc_rec.a; in xfs_cntbt_key_diff()
|
D | xfs_alloc.c | 244 struct xfs_alloc_rec_incore *irec) in xfs_alloc_btrec_to_irec() 254 const struct xfs_alloc_rec_incore *irec) in xfs_alloc_check_irec() 270 const struct xfs_alloc_rec_incore *irec) in xfs_alloc_complain_bad_rec() 294 struct xfs_alloc_rec_incore irec; in xfs_alloc_get_rec() 500 struct xfs_alloc_rec_incore irec; in xfs_cntbt_longest() 4050 struct xfs_alloc_rec_incore irec; in xfs_alloc_query_range_helper() 4065 const struct xfs_alloc_rec_incore *low_rec, in xfs_alloc_query_range() 4066 const struct xfs_alloc_rec_incore *high_rec, in xfs_alloc_query_range()
|
D | xfs_btree.h | 239 struct xfs_alloc_rec_incore a;
|
D | xfs_format.h | 1536 typedef struct xfs_alloc_rec_incore { struct
|
/linux-6.14.4/fs/xfs/scrub/ |
D | alloc.c | 49 struct xfs_alloc_rec_incore prev; 99 const struct xfs_alloc_rec_incore *irec) in xchk_allocbt_xref() 119 const struct xfs_alloc_rec_incore *irec) in xchk_allocbt_mergeable() 138 struct xfs_alloc_rec_incore irec; in xchk_allocbt_rec()
|
D | alloc_repair.c | 151 const struct xfs_alloc_rec_incore *rec) in xrep_abt_check_free_ext() 198 struct xfs_alloc_rec_incore arec = { in xrep_abt_stash() 282 const struct xfs_alloc_rec_incore *ap = a; in xrep_bnobt_extent_cmp() 283 const struct xfs_alloc_rec_incore *bp = b; in xrep_bnobt_extent_cmp() 301 struct xfs_alloc_rec_incore arec; in xrep_bnobt_sort_records() 330 const struct xfs_alloc_rec_incore *ap = a; in xrep_cntbt_extent_cmp() 331 const struct xfs_alloc_rec_incore *bp = b; in xrep_cntbt_extent_cmp() 445 struct xfs_alloc_rec_incore arec; in xrep_abt_reserve_space() 610 struct xfs_alloc_rec_incore *arec = &cur->bc_rec.a; in xrep_abt_get_records() 881 sizeof(struct xfs_alloc_rec_incore), in xrep_allocbt()
|
D | agheader.c | 434 const struct xfs_alloc_rec_incore *rec, in xchk_agf_record_bno_lengths()
|
D | rmap_repair.c | 1467 const struct xfs_alloc_rec_incore *rec, in xrep_rmap_find_freesp()
|
D | agheader_repair.c | 96 const struct xfs_alloc_rec_incore *rec, in xrep_agf_walk_allocbt()
|
D | trace.h | 2073 const struct xfs_alloc_rec_incore *rec),
|
/linux-6.14.4/fs/xfs/ |
D | xfs_fsmap.c | 424 const struct xfs_alloc_rec_incore *rec, in xfs_getfsmap_datadev_bnobt_helper() 645 struct xfs_alloc_rec_incore *key = priv; in xfs_getfsmap_datadev_bnobt_query() 667 struct xfs_alloc_rec_incore akeys[2]; in xfs_getfsmap_datadev_bnobt()
|
/linux-6.14.4/Documentation/filesystems/xfs/ |
D | xfs-online-fsck-design.rst | 2882 1. Walk the reverse mapping records to generate ``struct xfs_alloc_rec_incore``
|