Searched refs:xfs_alloc_rec_incore (Results 1 – 13 of 13) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| A D | xfs_alloc.h | 189 struct xfs_alloc_rec_incore *irec); 191 const struct xfs_alloc_rec_incore *irec); 207 const struct xfs_alloc_rec_incore *rec, 211 const struct xfs_alloc_rec_incore *low_rec, 212 const struct xfs_alloc_rec_incore *high_rec,
|
| A 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()
|
| A D | xfs_alloc.c | 246 struct xfs_alloc_rec_incore *irec) in xfs_alloc_btrec_to_irec() 256 const struct xfs_alloc_rec_incore *irec) in xfs_alloc_check_irec() 272 const struct xfs_alloc_rec_incore *irec) in xfs_alloc_complain_bad_rec() 296 struct xfs_alloc_rec_incore irec; in xfs_alloc_get_rec() 501 struct xfs_alloc_rec_incore irec; in xfs_cntbt_longest() 4043 struct xfs_alloc_rec_incore irec; in xfs_alloc_query_range_helper() 4058 const struct xfs_alloc_rec_incore *low_rec, in xfs_alloc_query_range() 4059 const struct xfs_alloc_rec_incore *high_rec, in xfs_alloc_query_range()
|
| A D | xfs_btree.h | 223 struct xfs_alloc_rec_incore a;
|
| A D | xfs_format.h | 1387 typedef struct xfs_alloc_rec_incore { struct
|
| /linux/fs/xfs/scrub/ |
| A 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()
|
| A D | alloc_repair.c | 152 const struct xfs_alloc_rec_incore *rec) in xrep_abt_check_free_ext() 199 struct xfs_alloc_rec_incore arec = { in xrep_abt_stash() 283 const struct xfs_alloc_rec_incore *ap = a; in xrep_bnobt_extent_cmp() 284 const struct xfs_alloc_rec_incore *bp = b; in xrep_bnobt_extent_cmp() 302 struct xfs_alloc_rec_incore arec; in xrep_bnobt_sort_records() 331 const struct xfs_alloc_rec_incore *ap = a; in xrep_cntbt_extent_cmp() 332 const struct xfs_alloc_rec_incore *bp = b; in xrep_cntbt_extent_cmp() 446 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() 880 sizeof(struct xfs_alloc_rec_incore), in xrep_allocbt()
|
| A D | agheader.c | 369 const struct xfs_alloc_rec_incore *rec, in xchk_agf_record_bno_lengths()
|
| A D | rmap_repair.c | 1399 const struct xfs_alloc_rec_incore *rec, in xrep_rmap_find_freesp()
|
| A D | agheader_repair.c | 96 const struct xfs_alloc_rec_incore *rec, in xrep_agf_walk_allocbt()
|
| A D | trace.h | 2027 const struct xfs_alloc_rec_incore *rec),
|
| /linux/fs/xfs/ |
| A D | xfs_fsmap.c | 409 const struct xfs_alloc_rec_incore *rec, in xfs_getfsmap_datadev_bnobt_helper() 638 struct xfs_alloc_rec_incore *key = priv; in xfs_getfsmap_datadev_bnobt_query() 660 struct xfs_alloc_rec_incore akeys[2]; in xfs_getfsmap_datadev_bnobt()
|
| /linux/Documentation/filesystems/xfs/ |
| A D | xfs-online-fsck-design.rst | 2882 1. Walk the reverse mapping records to generate ``struct xfs_alloc_rec_incore``
|
Completed in 47 milliseconds