Searched refs:xfs_inobt_rec_incore (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/fs/xfs/ |
D | xfs_iwalk.c | 64 struct xfs_inobt_rec_incore *recs; 99 struct xfs_inobt_rec_incore *irec) in xfs_iwalk_ichunk_ra() 131 struct xfs_inobt_rec_incore *irec) /* btree record */ in xfs_iwalk_adjust_start() 162 size = iwag->sz_recs * sizeof(struct xfs_inobt_rec_incore); in xfs_iwalk_alloc() 192 struct xfs_inobt_rec_incore *irec = &iwag->recs[i]; in xfs_iwalk_ag_recs() 273 struct xfs_inobt_rec_incore *irec; in xfs_iwalk_ag_start() 358 struct xfs_inobt_rec_incore *irec; in xfs_iwalk_run_callbacks() 420 struct xfs_inobt_rec_incore *irec; in xfs_iwalk_ag() 699 (PAGE_SIZE / sizeof(struct xfs_inobt_rec_incore))
|
D | xfs_iwalk.h | 36 const struct xfs_inobt_rec_incore *irec,
|
D | xfs_itable.c | 380 const struct xfs_inobt_rec_incore *irec, in xfs_inumbers_walk()
|
D | xfs_trace.h | 73 struct xfs_inobt_rec_incore; 3803 struct xfs_inobt_rec_incore *irec),
|
/linux-6.1.9/fs/xfs/scrub/ |
D | ialloc.c | 59 struct xfs_inobt_rec_incore *irec, in xchk_iallocbt_chunk_xref_other() 84 struct xfs_inobt_rec_incore *irec, in xchk_iallocbt_chunk_xref() 102 struct xfs_inobt_rec_incore *irec, in xchk_iallocbt_chunk() 146 struct xfs_inobt_rec_incore *irec, in xchk_iallocbt_check_cluster_ifree() 209 struct xfs_inobt_rec_incore *irec, in xchk_iallocbt_check_cluster() 312 struct xfs_inobt_rec_incore *irec) in xchk_iallocbt_check_clusters() 344 struct xfs_inobt_rec_incore *irec) in xchk_iallocbt_rec_alignment() 425 struct xfs_inobt_rec_incore irec; in xchk_iallocbt_rec()
|
D | inode.c | 462 struct xfs_inobt_rec_incore rec; in xchk_inode_xref_finobt()
|
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_ialloc.c | 78 struct xfs_inobt_rec_incore *irec) in xfs_inobt_btrec_to_irec() 104 struct xfs_inobt_rec_incore *irec, in xfs_inobt_get_rec() 445 struct xfs_inobt_rec_incore *trec, /* tgt record */ in __xfs_inobt_can_merge() 446 struct xfs_inobt_rec_incore *srec) /* src record */ in __xfs_inobt_can_merge() 483 struct xfs_inobt_rec_incore *trec, /* target */ in __xfs_inobt_rec_merge() 484 struct xfs_inobt_rec_incore *srec) /* src */ in __xfs_inobt_rec_merge() 522 struct xfs_inobt_rec_incore *nrec, /* in/out: new/merged rec. */ in xfs_inobt_insert_sprec() 528 struct xfs_inobt_rec_incore rec; in xfs_inobt_insert_sprec() 624 struct xfs_inobt_rec_incore rec; in xfs_ialloc_ag_alloc() 965 struct xfs_inobt_rec_incore *rec) in xfs_inobt_first_free_inode() [all …]
|
D | xfs_ialloc_btree.h | 58 uint64_t xfs_inobt_irec_to_allocmask(struct xfs_inobt_rec_incore *); 62 struct xfs_inobt_rec_incore *);
|
D | xfs_ialloc.h | 94 struct xfs_inobt_rec_incore *irec);
|
D | xfs_ialloc_btree.c | 612 struct xfs_inobt_rec_incore *rec) in xfs_inobt_irec_to_allocmask() 660 struct xfs_inobt_rec_incore *rec) in xfs_inobt_rec_check_count()
|
D | xfs_btree.h | 173 struct xfs_inobt_rec_incore i;
|
D | xfs_format.h | 1455 typedef struct xfs_inobt_rec_incore { struct
|