/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_refcount.c | 35 xfs_agblock_t agbno, xfs_extlen_t aglen); 37 xfs_agblock_t agbno, xfs_extlen_t aglen); 344 xfs_agblock_t agbno, in xfs_refcount_split_extent() argument 352 error = xfs_refcount_lookup_le(cur, agbno, &found_rec); in xfs_refcount_split_extent() 365 if (rcext.rc_startblock == agbno || xfs_refc_next(&rcext) <= agbno) in xfs_refcount_split_extent() 370 &rcext, agbno); in xfs_refcount_split_extent() 374 tmp.rc_startblock = agbno; in xfs_refcount_split_extent() 375 tmp.rc_blockcount -= (agbno - rcext.rc_startblock); in xfs_refcount_split_extent() 382 tmp.rc_blockcount = agbno - rcext.rc_startblock; in xfs_refcount_split_extent() 483 xfs_agblock_t *agbno, in xfs_refcount_merge_left_extent() argument [all …]
|
D | xfs_alloc.c | 878 diff = xfs_alloc_compute_diff(args->agbno, args->len, in xfs_alloc_cur_check() 938 args->agbno = acur->bno; in xfs_alloc_cur_finish() 966 error = xfs_alloc_lookup_ge(cur, args->agbno, cur_len, &i); in xfs_alloc_cntbt_iter() 989 if (bno > args->agbno) { in xfs_alloc_cntbt_iter() 1080 *fbnop = args->agbno = fbno; in xfs_alloc_ag_vextent_small() 1106 args->agbno = NULLAGBLOCK; in xfs_alloc_ag_vextent_small() 1160 if (error || args->agbno == NULLAGBLOCK) in xfs_alloc_ag_vextent() 1166 ASSERT(args->agbno % args->alignment == 0); in xfs_alloc_ag_vextent() 1171 args->agbno, args->len, &args->oinfo); in xfs_alloc_ag_vextent() 1183 args->agbno, args->len)); in xfs_alloc_ag_vextent() [all …]
|
D | xfs_ialloc.c | 268 xfs_agblock_t agbno, in xfs_ialloc_inode_init() argument 309 ino = XFS_AGINO_TO_INO(mp, agno, XFS_AGB_TO_AGINO(mp, agbno)); in xfs_ialloc_inode_init() 320 xfs_icreate_log(tp, agno, agbno, icount, in xfs_ialloc_inode_init() 329 d = XFS_AGB_TO_DADDR(mp, agno, agbno + in xfs_ialloc_inode_init() 420 xfs_agblock_t agbno; in xfs_align_sparse_ino() local 424 agbno = XFS_AGINO_TO_AGBNO(mp, *startino); in xfs_align_sparse_ino() 425 mod = agbno % mp->m_sb.sb_inoalignmt; in xfs_align_sparse_ino() 664 args.agbno = XFS_AGINO_TO_AGBNO(args.mp, newino) + in xfs_ialloc_ag_alloc() 669 (args.agbno < be32_to_cpu(agi->agi_length)))) { in xfs_ialloc_ag_alloc() 670 args.fsbno = XFS_AGB_TO_FSB(args.mp, agno, args.agbno); in xfs_ialloc_ag_alloc() [all …]
|
D | xfs_types.c | 36 xfs_agblock_t agbno) in xfs_verify_agbno() argument 41 if (agbno >= eoag) in xfs_verify_agbno() 43 if (agbno <= XFS_AGFL_BLOCK(mp)) in xfs_verify_agbno()
|
D | xfs_refcount.h | 45 xfs_agblock_t agbno, xfs_extlen_t aglen, xfs_agblock_t *fbno,
|
D | xfs_ialloc.h | 134 xfs_agnumber_t agno, xfs_agblock_t agbno,
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
D | agheader.c | 30 xfs_agblock_t agbno; in xchk_superblock_xref() local 36 agbno = XFS_SB_BLOCK(mp); in xchk_superblock_xref() 39 if (!xchk_xref_process_error(sc, agno, agbno, &error)) in xchk_superblock_xref() 42 xchk_xref_is_used_space(sc, agbno, 1); in xchk_superblock_xref() 43 xchk_xref_is_not_inode_chunk(sc, agbno, 1); in xchk_superblock_xref() 44 xchk_xref_is_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_FS); in xchk_superblock_xref() 45 xchk_xref_is_not_shared(sc, agbno, 1); in xchk_superblock_xref() 382 xfs_agblock_t agbno; in xchk_agf_xref_cntbt() local 401 error = xfs_alloc_get_rec(sc->sa.cnt_cur, &agbno, &blocks, &have); in xchk_agf_xref_cntbt() 479 xfs_agblock_t agbno; in xchk_agf_xref() local [all …]
|
D | alloc.c | 38 xfs_agblock_t agbno, in xchk_allocbt_xref_other() argument 54 error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec); in xchk_allocbt_xref_other() 70 if (fbno != agbno || flen != len) in xchk_allocbt_xref_other() 78 xfs_agblock_t agbno, in xchk_allocbt_xref() argument 84 xchk_allocbt_xref_other(sc, agbno, len); in xchk_allocbt_xref() 85 xchk_xref_is_not_inode_chunk(sc, agbno, len); in xchk_allocbt_xref() 86 xchk_xref_has_no_owner(sc, agbno, len); in xchk_allocbt_xref() 87 xchk_xref_is_not_shared(sc, agbno, len); in xchk_allocbt_xref() 144 xfs_agblock_t agbno, in xchk_xref_is_used_space() argument 153 error = xfs_alloc_has_record(sc->sa.bno_cur, agbno, len, &is_freesp); in xchk_xref_is_used_space()
|
D | ialloc.c | 86 xfs_agblock_t agbno, in xchk_iallocbt_chunk_xref() argument 92 xchk_xref_is_used_space(sc, agbno, len); in xchk_iallocbt_chunk_xref() 94 xchk_xref_is_owned_by(sc, agbno, len, &XFS_RMAP_OINFO_INODES); in xchk_iallocbt_chunk_xref() 95 xchk_xref_is_not_shared(sc, agbno, len); in xchk_iallocbt_chunk_xref() 219 xfs_agblock_t agbno; in xchk_iallocbt_check_cluster() local 229 agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino + cluster_base); in xchk_iallocbt_check_cluster() 246 imap.im_blkno = XFS_AGB_TO_DADDR(mp, agno, agbno); in xchk_iallocbt_check_cluster() 271 xchk_xref_is_not_owned_by(bs->sc, agbno, in xchk_iallocbt_check_cluster() 277 xchk_xref_is_owned_by(bs->sc, agbno, M_IGEO(mp)->blocks_per_cluster, in xchk_iallocbt_check_cluster() 624 xfs_agblock_t agbno, in xchk_xref_inode_check() argument [all …]
|
D | scrub.h | 133 void xchk_xref_is_used_space(struct xfs_scrub *sc, xfs_agblock_t agbno, 135 void xchk_xref_is_not_inode_chunk(struct xfs_scrub *sc, xfs_agblock_t agbno, 137 void xchk_xref_is_inode_chunk(struct xfs_scrub *sc, xfs_agblock_t agbno, 139 void xchk_xref_is_owned_by(struct xfs_scrub *sc, xfs_agblock_t agbno, 141 void xchk_xref_is_not_owned_by(struct xfs_scrub *sc, xfs_agblock_t agbno, 143 void xchk_xref_has_no_owner(struct xfs_scrub *sc, xfs_agblock_t agbno,
|
D | trace.h | 659 xfs_agblock_t agbno, xfs_extlen_t len), 660 TP_ARGS(mp, agno, agbno, len), 664 __field(xfs_agblock_t, agbno) 670 __entry->agbno = agbno; 676 __entry->agbno, 682 xfs_agblock_t agbno, xfs_extlen_t len), \ 683 TP_ARGS(mp, agno, agbno, len)) 689 xfs_agblock_t agbno, xfs_extlen_t len, 691 TP_ARGS(mp, agno, agbno, len, owner, offset, flags), 695 __field(xfs_agblock_t, agbno) [all …]
|
D | repair.c | 494 xfs_agblock_t agbno) in xrep_put_freelist() argument 508 error = xfs_rmap_alloc(sc->tp, sc->sa.agf_bp, sc->sa.agno, agbno, 1, in xrep_put_freelist() 515 agbno, 0); in xrep_put_freelist() 518 xfs_extent_busy_insert(sc->tp, sc->sa.agno, agbno, 1, in xrep_put_freelist() 535 xfs_agblock_t agbno; in xrep_reap_block() local 540 agbno = XFS_FSB_TO_AGBNO(sc->mp, fsbno); in xrep_reap_block() 557 error = xfs_rmap_has_other_keys(cur, agbno, 1, oinfo, &has_other_rmap); in xrep_reap_block() 576 error = xfs_rmap_free(sc->tp, agf_bp, agno, agbno, 1, oinfo); in xrep_reap_block() 578 error = xrep_put_freelist(sc, agbno); in xrep_reap_block() 667 xfs_agblock_t *agbno = priv; in xrep_findroot_agfl_walk() local [all …]
|
D | bmap.c | 105 xfs_agblock_t agbno, in xchk_bmap_get_rmap() argument 134 error = xfs_rmap_lookup_le_range(info->sc->sa.rmap_cur, agbno, in xchk_bmap_get_rmap() 145 error = xfs_rmap_lookup_le(info->sc->sa.rmap_cur, agbno, 0, owner, in xchk_bmap_get_rmap() 170 xfs_agblock_t agbno) in xchk_bmap_xref_rmap() argument 185 if (!xchk_bmap_get_rmap(info, irec, agbno, owner, &rmap)) in xchk_bmap_xref_rmap() 190 if (rmap.rm_startblock > agbno || in xchk_bmap_xref_rmap() 191 agbno + irec->br_blockcount > rmap_end) in xchk_bmap_xref_rmap() 255 xfs_agblock_t agbno; in xchk_bmap_iextent_xref() local 260 agbno = XFS_FSB_TO_AGBNO(mp, irec->br_startblock); in xchk_bmap_iextent_xref() 268 xchk_xref_is_used_space(info->sc, agbno, len); in xchk_bmap_iextent_xref() [all …]
|
D | refcount.c | 317 xfs_agblock_t agbno, in xchk_refcountbt_xref() argument 324 xchk_xref_is_used_space(sc, agbno, len); in xchk_refcountbt_xref() 325 xchk_xref_is_not_inode_chunk(sc, agbno, len); in xchk_refcountbt_xref() 326 xchk_refcountbt_xref_rmap(sc, agbno, len, refcount); in xchk_refcountbt_xref() 424 xfs_agblock_t agbno, in xchk_xref_is_cow_staging() argument 437 agbno + XFS_REFC_COW_START, &has_refcount); in xchk_xref_is_cow_staging() 470 xfs_agblock_t agbno, in xchk_xref_is_not_shared() argument 479 error = xfs_refcount_has_record(sc->sa.refc_cur, agbno, len, &shared); in xchk_xref_is_not_shared()
|
D | rmap.c | 69 xfs_agblock_t agbno = irec->rm_startblock; in xchk_rmapbt_xref() local 75 xchk_xref_is_used_space(sc, agbno, len); in xchk_rmapbt_xref() 77 xchk_xref_is_inode_chunk(sc, agbno, len); in xchk_rmapbt_xref() 79 xchk_xref_is_not_inode_chunk(sc, agbno, len); in xchk_rmapbt_xref()
|
D | inode.c | 517 xfs_agblock_t agbno; in xchk_inode_xref() local 524 agbno = XFS_INO_TO_AGBNO(sc->mp, ino); in xchk_inode_xref() 527 if (!xchk_xref_process_error(sc, agno, agbno, &error)) in xchk_inode_xref() 530 xchk_xref_is_used_space(sc, agbno, 1); in xchk_inode_xref() 532 xchk_xref_is_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_INODES); in xchk_inode_xref() 533 xchk_xref_is_not_shared(sc, agbno, 1); in xchk_inode_xref()
|
D | agheader_repair.c | 91 xfs_agblock_t agbno, in xrep_agf_check_agfl_block() argument 96 if (!xfs_verify_agbno(mp, sc->sa.agno, agbno)) in xrep_agf_check_agfl_block() 576 xfs_agblock_t agbno; in xrep_agfl_init_header() local 599 agbno = XFS_FSB_TO_AGBNO(mp, br->start); in xrep_agfl_init_header() 601 trace_xrep_agfl_insert(mp, sc->sa.agno, agbno, br->len); in xrep_agfl_init_header() 604 agfl_bno[fl_off] = cpu_to_be32(agbno); in xrep_agfl_init_header() 606 agbno++; in xrep_agfl_init_header()
|
D | btree.c | 362 xfs_agblock_t agbno; in xchk_btree_check_block_owner() local 372 agbno = xfs_daddr_to_agbno(bs->cur->bc_mp, daddr); in xchk_btree_check_block_owner() 382 xchk_xref_is_used_space(bs->sc, agbno, 1); in xchk_btree_check_block_owner() 391 xchk_xref_is_owned_by(bs->sc, agbno, 1, bs->oinfo); in xchk_btree_check_block_owner()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_icreate_item.c | 92 xfs_agblock_t agbno, in xfs_icreate_log() argument 108 icp->ic_format.icl_agbno = cpu_to_be32(agbno); in xfs_icreate_log() 151 xfs_agblock_t agbno; in xlog_recover_icreate_commit_pass2() local 176 agbno = be32_to_cpu(icl->icl_agbno); in xlog_recover_icreate_commit_pass2() 177 if (!agbno || agbno == NULLAGBLOCK || agbno >= mp->m_sb.sb_agblocks) { in xlog_recover_icreate_commit_pass2() 228 agbno + i * igeo->blocks_per_cluster); in xlog_recover_icreate_commit_pass2() 253 return xfs_ialloc_inode_init(mp, NULL, buffer_list, count, agno, agbno, in xlog_recover_icreate_commit_pass2()
|
D | xfs_trace.h | 1487 xfs_agblock_t agbno, xfs_extlen_t len), 1488 TP_ARGS(mp, agno, agbno, len), 1492 __field(xfs_agblock_t, agbno) 1498 __entry->agbno = agbno; 1504 __entry->agbno, 1510 xfs_agblock_t agbno, xfs_extlen_t len), \ 1511 TP_ARGS(mp, agno, agbno, len)) 1520 xfs_agblock_t agbno, xfs_extlen_t len, 1522 TP_ARGS(mp, agno, agbno, len, tbno, tlen), 1526 __field(xfs_agblock_t, agbno) [all …]
|
D | xfs_reflink.c | 133 xfs_agblock_t agbno, in xfs_reflink_find_shared() argument 149 error = xfs_refcount_find_shared(cur, agbno, aglen, fbno, flen, in xfs_reflink_find_shared() 175 xfs_agblock_t agbno; in xfs_reflink_trim_around_shared() local 190 agbno = XFS_FSB_TO_AGBNO(ip->i_mount, irec->br_startblock); in xfs_reflink_trim_around_shared() 193 error = xfs_reflink_find_shared(ip->i_mount, NULL, agno, agbno, in xfs_reflink_trim_around_shared() 202 } else if (fbno == agbno) { in xfs_reflink_trim_around_shared() 219 irec->br_blockcount = fbno - agbno; in xfs_reflink_trim_around_shared() 1365 xfs_agblock_t agbno; in xfs_reflink_inode_has_shared_extents() local 1387 agbno = XFS_FSB_TO_AGBNO(mp, got.br_startblock); in xfs_reflink_inode_has_shared_extents() 1390 error = xfs_reflink_find_shared(mp, tp, agno, agbno, aglen, in xfs_reflink_inode_has_shared_extents()
|
D | xfs_extfree_item.c | 368 xfs_agblock_t agbno = XFS_FSB_TO_AGBNO(mp, in xfs_trans_free_extent() local 372 trace_xfs_bmap_free_deferred(tp->t_mountp, agno, 0, agbno, ext_len); in xfs_trans_free_extent() 535 xfs_agblock_t agbno; in xfs_agfl_free_finish_item() local 541 agbno = XFS_FSB_TO_AGBNO(mp, free->xefi_startblock); in xfs_agfl_free_finish_item() 543 trace_xfs_agfl_free_deferred(mp, agno, 0, agbno, free->xefi_blockcount); in xfs_agfl_free_finish_item() 547 error = xfs_free_agfl_block(tp, agno, agbno, agbp, in xfs_agfl_free_finish_item()
|
D | xfs_icreate_item.h | 18 xfs_agblock_t agbno, unsigned int count,
|
D | xfs_iwalk.c | 97 xfs_agblock_t agbno; in xfs_iwalk_ichunk_ra() local 101 agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino); in xfs_iwalk_ichunk_ra() 109 xfs_btree_reada_bufs(mp, agno, agbno, in xfs_iwalk_ichunk_ra() 113 agbno += igeo->blocks_per_cluster; in xfs_iwalk_ichunk_ra()
|
D | xfs_reflink.h | 21 xfs_agnumber_t agno, xfs_agblock_t agbno, xfs_extlen_t aglen,
|