/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | ialloc.c | 68 xfs_agino_t agino, in xchk_inobt_xref_finobt() 81 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &has_record); in xchk_inobt_xref_finobt() 91 if (frec.ir_startino + XFS_INODES_PER_CHUNK <= agino) in xchk_inobt_xref_finobt() 95 frec_idx = agino - frec.ir_startino; in xchk_inobt_xref_finobt() 135 xfs_agino_t agino, in xchk_inobt_chunk_xref_finobt() 147 for (i = agino, rec_idx = agino - irec->ir_startino; in xchk_inobt_chunk_xref_finobt() 148 i < agino + nr_inodes; in xchk_inobt_chunk_xref_finobt() 171 xfs_agino_t agino, in xchk_finobt_xref_inobt() 184 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_L in xchk_finobt_xref_inobt() 65 xchk_inobt_xref_finobt( struct xfs_scrub *sc, struct xfs_inobt_rec_incore *irec, xfs_agino_t agino, bool free, bool hole) xchk_inobt_xref_finobt() argument 132 xchk_inobt_chunk_xref_finobt( struct xfs_scrub *sc, struct xfs_inobt_rec_incore *irec, xfs_agino_t agino, unsigned int nr_inodes) xchk_inobt_chunk_xref_finobt() argument 168 xchk_finobt_xref_inobt( struct xfs_scrub *sc, struct xfs_inobt_rec_incore *frec, xfs_agino_t agino, bool ffree, bool fhole) xchk_finobt_xref_inobt() argument 220 xchk_finobt_chunk_xref_inobt( struct xfs_scrub *sc, struct xfs_inobt_rec_incore *frec, xfs_agino_t agino, unsigned int nr_inodes) xchk_finobt_chunk_xref_inobt() argument 253 xchk_iallocbt_chunk( struct xchk_btree *bs, struct xfs_inobt_rec_incore *irec, xfs_agino_t agino, unsigned int nr_inodes) xchk_iallocbt_chunk() argument 308 xfs_agino_t agino; xchk_iallocbt_check_cluster_ifree() local 581 xfs_agino_t agino; xchk_iallocbt_rec() local [all...] |
H A D | inode.c | 598 xfs_agino_t agino; in xchk_inode_xref_finobt() local 605 agino = XFS_INO_TO_AGINO(sc->mp, ino); in xchk_inode_xref_finobt() 611 error = xfs_inobt_lookup(sc->sa.fino_cur, agino, XFS_LOOKUP_LE, in xchk_inode_xref_finobt() 626 if (rec.ir_startino > agino || in xchk_inode_xref_finobt() 627 rec.ir_startino + XFS_INODES_PER_CHUNK <= agino) in xchk_inode_xref_finobt() 630 if (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino)) in xchk_inode_xref_finobt()
|
H A D | agheader.c | 880 xfs_agino_t agino; in xchk_agi() local 928 agino = be32_to_cpu(agi->agi_newino); in xchk_agi() 929 if (!xfs_verify_agino_or_null(pag, agino)) in xchk_agi() 932 agino = be32_to_cpu(agi->agi_dirino); in xchk_agi() 933 if (!xfs_verify_agino_or_null(pag, agino)) in xchk_agi() 938 agino = be32_to_cpu(agi->agi_unlinked[i]); in xchk_agi() 939 if (!xfs_verify_agino_or_null(pag, agino)) in xchk_agi()
|
H A D | common.c | 1253 xfs_agino_t agino, in xchk_inode_is_allocated() 1275 ino = XFS_AGINO_TO_INO(sc->mp, pag->pag_agno, agino); in xchk_inode_is_allocated() 1281 ip = radix_tree_lookup(&pag->pag_ici_root, agino); in xchk_inode_is_allocated() 1251 xchk_inode_is_allocated( struct xfs_scrub *sc, xfs_agino_t agino, bool *inuse) xchk_inode_is_allocated() argument
|
H A D | common.h | 206 int xchk_inode_is_allocated(struct xfs_scrub *sc, xfs_agino_t agino,
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_types.c | 100 xfs_agino_t agino) in xfs_verify_agino() 106 return agino >= first && agino <= last; in xfs_verify_agino() 117 xfs_agino_t agino) in xfs_verify_agino_or_null() 119 return agino == NULLAGINO || xfs_verify_agino(mp, agno, agino); in xfs_verify_agino_or_null() 132 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ino); in xfs_verify_ino() local 136 if (XFS_AGINO_TO_INO(mp, agno, agino) != ino) in xfs_verify_ino() 138 return xfs_verify_agino(mp, agno, agino); in xfs_verify_ino() 97 xfs_verify_agino( struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agino_t agino) xfs_verify_agino() argument 114 xfs_verify_agino_or_null( struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agino_t agino) xfs_verify_agino_or_null() argument
|
H A D | xfs_ialloc.c | 1078 xfs_agino_t agino, in xfs_ialloc_get_rec() 1085 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_EQ, &i); in xfs_ialloc_get_rec() 1932 xfs_agino_t agino, in xfs_difree_inobt() 1946 ASSERT(XFS_AGINO_TO_AGBNO(mp, agino) < be32_to_cpu(agi->agi_length)); in xfs_difree_inobt() 1960 if ((error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &i))) { in xfs_difree_inobt() 1982 off = agino - rec.ir_startino; in xfs_difree_inobt() 2066 xfs_agino_t agino, in xfs_difree_finobt() 2073 int offset = agino - ibtrec->ir_startino; in xfs_difree_finobt() 2182 xfs_agino_t agino; /* allocation group inode number */ in xfs_difree() local 2200 agino in xfs_difree() 1076 xfs_ialloc_get_rec( struct xfs_btree_cur *cur, xfs_agino_t agino, xfs_inobt_rec_incore_t *rec, int *done) xfs_ialloc_get_rec() argument 1928 xfs_difree_inobt( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_buf *agbp, xfs_agino_t agino, struct xfs_icluster *xic, struct xfs_inobt_rec_incore *orec) xfs_difree_inobt() argument 2062 xfs_difree_finobt( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_buf *agbp, xfs_agino_t agino, struct xfs_inobt_rec_incore *ibtrec) xfs_difree_finobt() argument 2248 xfs_imap_lookup( struct xfs_mount *mp, struct xfs_trans *tp, xfs_agnumber_t agno, xfs_agino_t agino, xfs_agblock_t agbno, xfs_agblock_t *chunk_agbno, xfs_agblock_t *offset_agbno, int flags) xfs_imap_lookup() argument 2319 xfs_agino_t agino; /* inode number within alloc group */ xfs_imap() local 2697 xfs_agino_t agino; xfs_ialloc_has_inode_record() local [all...] |
H A D | xfs_types.h | 192 xfs_agino_t agino); 194 xfs_agino_t agino);
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | ialloc.c | 60 xfs_agino_t agino) in xchk_iallocbt_chunk_xref_other() 72 error = xfs_ialloc_has_inode_record(*pcur, agino, agino, &has_irec); in xchk_iallocbt_chunk_xref_other() 85 xfs_agino_t agino, in xchk_iallocbt_chunk_xref() 93 xchk_iallocbt_chunk_xref_other(sc, irec, agino); in xchk_iallocbt_chunk_xref() 103 xfs_agino_t agino, in xchk_iallocbt_chunk() 110 bno = XFS_AGINO_TO_AGBNO(mp, agino); in xchk_iallocbt_chunk() 116 xchk_iallocbt_chunk_xref(bs->sc, irec, agino, bno, len); in xchk_iallocbt_chunk() 153 xfs_agino_t agino; in xchk_iallocbt_check_cluster_ifree() local 166 agino in xchk_iallocbt_check_cluster_ifree() 57 xchk_iallocbt_chunk_xref_other( struct xfs_scrub *sc, struct xfs_inobt_rec_incore *irec, xfs_agino_t agino) xchk_iallocbt_chunk_xref_other() argument 82 xchk_iallocbt_chunk_xref( struct xfs_scrub *sc, struct xfs_inobt_rec_incore *irec, xfs_agino_t agino, xfs_agblock_t agbno, xfs_extlen_t len) xchk_iallocbt_chunk_xref() argument 100 xchk_iallocbt_chunk( struct xchk_btree *bs, struct xfs_inobt_rec_incore *irec, xfs_agino_t agino, xfs_extlen_t len) xchk_iallocbt_chunk() argument 429 xfs_agino_t agino; xchk_iallocbt_rec() local [all...] |
H A D | inode.c | 439 xfs_agino_t agino; in xchk_inode_xref_finobt() local 446 agino = XFS_INO_TO_AGINO(sc->mp, ino); in xchk_inode_xref_finobt() 452 error = xfs_inobt_lookup(sc->sa.fino_cur, agino, XFS_LOOKUP_LE, in xchk_inode_xref_finobt() 467 if (rec.ir_startino > agino || in xchk_inode_xref_finobt() 468 rec.ir_startino + XFS_INODES_PER_CHUNK <= agino) in xchk_inode_xref_finobt() 471 if (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino)) in xchk_inode_xref_finobt()
|
H A D | agheader.c | 852 xfs_agino_t agino; in xchk_agi() local 901 agino = be32_to_cpu(agi->agi_newino); in xchk_agi() 902 if (!xfs_verify_agino_or_null(mp, agno, agino)) in xchk_agi() 905 agino = be32_to_cpu(agi->agi_dirino); in xchk_agi() 906 if (!xfs_verify_agino_or_null(mp, agno, agino)) in xchk_agi() 911 agino = be32_to_cpu(agi->agi_unlinked[i]); in xchk_agi() 912 if (!xfs_verify_agino_or_null(mp, agno, agino)) in xchk_agi()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_types.c | 84 xfs_agino_t agino) in xfs_verify_agno_agino() 90 return agino >= first && agino <= last; in xfs_verify_agno_agino() 103 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ino); in xfs_verify_ino() local 107 if (XFS_AGINO_TO_INO(mp, agno, agino) != ino) in xfs_verify_ino() 109 return xfs_verify_agno_agino(mp, agno, agino); in xfs_verify_ino() 81 xfs_verify_agno_agino( struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agino_t agino) xfs_verify_agno_agino() argument
|
H A D | xfs_ag.h | 191 xfs_verify_agino(struct xfs_perag *pag, xfs_agino_t agino) in xfs_verify_agino() argument 193 if (agino < pag->agino_min) in xfs_verify_agino() 195 if (agino > pag->agino_max) in xfs_verify_agino() 205 xfs_verify_agino_or_null(struct xfs_perag *pag, xfs_agino_t agino) in xfs_verify_agino_or_null() argument 207 if (agino == NULLAGINO) in xfs_verify_agino_or_null() 209 return xfs_verify_agino(pag, agino); in xfs_verify_agino_or_null()
|
H A D | xfs_ialloc.c | 957 xfs_agino_t agino, in xfs_ialloc_get_rec() 964 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_EQ, &i); in xfs_ialloc_get_rec() 1921 xfs_agino_t agino, in xfs_difree_inobt() 1935 ASSERT(XFS_AGINO_TO_AGBNO(mp, agino) < be32_to_cpu(agi->agi_length)); in xfs_difree_inobt() 1949 if ((error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &i))) { in xfs_difree_inobt() 1971 off = agino - rec.ir_startino; in xfs_difree_inobt() 2055 xfs_agino_t agino, in xfs_difree_finobt() 2061 int offset = agino - ibtrec->ir_startino; in xfs_difree_finobt() 2170 xfs_agino_t agino; /* allocation group inode number */ in xfs_difree() local 2184 agino in xfs_difree() 955 xfs_ialloc_get_rec( struct xfs_btree_cur *cur, xfs_agino_t agino, xfs_inobt_rec_incore_t *rec, int *done) xfs_ialloc_get_rec() argument 1917 xfs_difree_inobt( struct xfs_perag *pag, struct xfs_trans *tp, struct xfs_buf *agbp, xfs_agino_t agino, struct xfs_icluster *xic, struct xfs_inobt_rec_incore *orec) xfs_difree_inobt() argument 2051 xfs_difree_finobt( struct xfs_perag *pag, struct xfs_trans *tp, struct xfs_buf *agbp, xfs_agino_t agino, struct xfs_inobt_rec_incore *ibtrec) xfs_difree_finobt() argument 2232 xfs_imap_lookup( struct xfs_perag *pag, struct xfs_trans *tp, xfs_agino_t agino, xfs_agblock_t agbno, xfs_agblock_t *chunk_agbno, xfs_agblock_t *offset_agbno, int flags) xfs_imap_lookup() argument 2304 xfs_agino_t agino; /* inode number within alloc group */ xfs_imap() local 2704 xfs_agino_t agino; xfs_ialloc_has_inodes_at_extent() local 2972 xfs_agino_t agino; xfs_ialloc_check_shrink() local [all...] |
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_iwalk.c | 120 * @agino so that we skip them. This is how we restart an inode walk that was 125 xfs_agino_t agino, /* starting inode of chunk */ in xfs_iwalk_adjust_start() 131 idx = agino - irec->ir_startino; in xfs_iwalk_adjust_start() 247 * inobt and make the record look like all the inodes before agino are free so 261 xfs_agino_t agino, in xfs_iwalk_ag_start() 278 if (agino == 0) in xfs_iwalk_ag_start() 288 error = xfs_inobt_lookup(*curpp, agino, XFS_LOOKUP_LE, has_more); in xfs_iwalk_ag_start() 293 * If the LE lookup at @agino yields no records, jump ahead to the in xfs_iwalk_ag_start() 314 if (irec->ir_startino + XFS_INODES_PER_CHUNK <= agino) in xfs_iwalk_ag_start() 318 * If agino fel in xfs_iwalk_ag_start() 124 xfs_iwalk_adjust_start( xfs_agino_t agino, struct xfs_inobt_rec_incore *irec) xfs_iwalk_adjust_start() argument 258 xfs_iwalk_ag_start( struct xfs_iwalk_ag *iwag, xfs_agnumber_t agno, xfs_agino_t agino, struct xfs_btree_cur **curpp, struct xfs_buf **agi_bpp, int *has_more) xfs_iwalk_ag_start() argument 396 xfs_agino_t agino; xfs_iwalk_ag() local [all...] |
H A D | xfs_inode.c | 1952 * Return X, where X.next_unlinked == @agino. Returns NULLAGINO if no such 1958 xfs_agino_t agino) in xfs_iunlink_lookup_backref() 1962 iu = rhashtable_lookup_fast(&pag->pagi_unlinked_hash, &agino, in xfs_iunlink_lookup_backref() 2020 * Replace X.next_unlinked = @agino with X.next_unlinked = @next_unlinked. 2027 xfs_agino_t agino, in xfs_iunlink_change_backref() 2034 iu = rhashtable_lookup_fast(&pag->pagi_unlinked_hash, &agino, in xfs_iunlink_change_backref() 2141 xfs_agino_t agino, in xfs_iunlink_update_dinode() 2152 trace_xfs_iunlink_update_dinode(mp, agno, agino, in xfs_iunlink_update_dinode() 2236 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ip->i_ino); in xfs_iunlink() local 2237 short bucket_index = agino in xfs_iunlink() 1956 xfs_iunlink_lookup_backref( struct xfs_perag *pag, xfs_agino_t agino) xfs_iunlink_lookup_backref() argument 2025 xfs_iunlink_change_backref( struct xfs_perag *pag, xfs_agino_t agino, xfs_agino_t next_unlinked) xfs_iunlink_change_backref() argument 2138 xfs_iunlink_update_dinode( struct xfs_trans *tp, xfs_agnumber_t agno, xfs_agino_t agino, struct xfs_buf *ibp, struct xfs_dinode *dip, struct xfs_imap *imap, xfs_agino_t next_agino) xfs_iunlink_update_dinode() argument 2290 xfs_iunlink_map_ino( struct xfs_trans *tp, xfs_agnumber_t agno, xfs_agino_t agino, struct xfs_imap *imap, struct xfs_dinode **dipp, struct xfs_buf **bpp) xfs_iunlink_map_ino() argument 2330 xfs_iunlink_map_prev( struct xfs_trans *tp, xfs_agnumber_t agno, xfs_agino_t head_agino, xfs_agino_t target_agino, xfs_agino_t *agino, struct xfs_imap *imap, struct xfs_dinode **dipp, struct xfs_buf **bpp, struct xfs_perag *pag) xfs_iunlink_map_prev() argument 2416 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ip->i_ino); xfs_iunlink_remove() local [all...] |
H A D | xfs_trace.h | 741 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agino_t agino, 743 TP_ARGS(mp, agno, agino, holemask, nagino, nholemask), 747 __field(xfs_agino_t, agino) 755 __entry->agino = agino; 762 __entry->agino, __entry->holemask, __entry->nagino, 767 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agino_t agino, 769 TP_ARGS(mp, agno, agino, holemask), 773 __field(xfs_agino_t, agino) 779 __entry->agino [all...] |
H A D | xfs_itable.c | 211 * next chunk. In other words, the magic agino value of zero takes us to the 212 * first chunk in the AG, and an agino value past the end of the AG takes us to 224 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, startino); in xfs_bulkstat_already_done() local 227 startino != XFS_AGINO_TO_INO(mp, agno, agino); in xfs_bulkstat_already_done()
|
H A D | xfs_icache.c | 484 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ino); in xfs_iget_cache_miss() local 574 error = radix_tree_insert(&pag->pag_ici_root, agino, ip); in xfs_iget_cache_miss() 621 xfs_agino_t agino; in xfs_iget() local 634 agino = XFS_INO_TO_AGINO(mp, ino); in xfs_iget() 639 ip = radix_tree_lookup(&pag->pag_ici_root, agino); in xfs_iget()
|
H A D | xfs_log_recover.c | 2670 xfs_agino_t agino, in xlog_recover_process_one_iunlink() 2679 ino = XFS_AGINO_TO_INO(mp, agno, agino); in xlog_recover_process_one_iunlink() 2696 agino = be32_to_cpu(dip->di_next_unlinked); in xlog_recover_process_one_iunlink() 2706 return agino; in xlog_recover_process_one_iunlink() 2754 xfs_agino_t agino; in xlog_recover_process_iunlinks() local 2787 agino = be32_to_cpu(agi->agi_unlinked[bucket]); in xlog_recover_process_iunlinks() 2788 while (agino != NULLAGINO) { in xlog_recover_process_iunlinks() 2789 agino = xlog_recover_process_one_iunlink(mp, in xlog_recover_process_iunlinks() 2790 agno, agino, bucket); in xlog_recover_process_iunlinks() 2667 xlog_recover_process_one_iunlink( struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agino_t agino, int bucket) xlog_recover_process_one_iunlink() argument
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_iwalk.c | 125 * @agino so that we skip them. This is how we restart an inode walk that was 130 xfs_agino_t agino, /* starting inode of chunk */ in xfs_iwalk_adjust_start() 136 idx = agino - irec->ir_startino; in xfs_iwalk_adjust_start() 252 * inobt and make the record look like all the inodes before agino are free so 265 xfs_agino_t agino, in xfs_iwalk_ag_start() 283 if (agino == 0) in xfs_iwalk_ag_start() 293 error = xfs_inobt_lookup(*curpp, agino, XFS_LOOKUP_LE, has_more); in xfs_iwalk_ag_start() 298 * If the LE lookup at @agino yields no records, jump ahead to the in xfs_iwalk_ag_start() 319 if (irec->ir_startino + XFS_INODES_PER_CHUNK <= agino) in xfs_iwalk_ag_start() 323 * If agino fel in xfs_iwalk_ag_start() 129 xfs_iwalk_adjust_start( xfs_agino_t agino, struct xfs_inobt_rec_incore *irec) xfs_iwalk_adjust_start() argument 263 xfs_iwalk_ag_start( struct xfs_iwalk_ag *iwag, xfs_agino_t agino, struct xfs_btree_cur **curpp, struct xfs_buf **agi_bpp, int *has_more) xfs_iwalk_ag_start() argument 410 xfs_agino_t agino; xfs_iwalk_ag() local [all...] |
H A D | xfs_icache.c | 226 xfs_agino_t agino, in xfs_perag_set_inode_tag() 235 radix_tree_tag_set(&pag->pag_ici_root, agino, tag); in xfs_perag_set_inode_tag() 265 xfs_agino_t agino, in xfs_perag_clear_inode_tag() 273 * Reclaim can signal (with a null agino) that it cleared its own tag in xfs_perag_clear_inode_tag() 276 if (agino != NULLAGINO) in xfs_perag_clear_inode_tag() 277 radix_tree_tag_clear(&pag->pag_ici_root, agino, tag); in xfs_perag_clear_inode_tag() 608 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ino); in xfs_iget_cache_miss() local 698 error = radix_tree_insert(&pag->pag_ici_root, agino, ip); in xfs_iget_cache_miss() 745 xfs_agino_t agino; in xfs_iget() local 758 agino in xfs_iget() 224 xfs_perag_set_inode_tag( struct xfs_perag *pag, xfs_agino_t agino, unsigned int tag) xfs_perag_set_inode_tag() argument 263 xfs_perag_clear_inode_tag( struct xfs_perag *pag, xfs_agino_t agino, unsigned int tag) xfs_perag_clear_inode_tag() argument [all...] |
H A D | xfs_inode.c | 1844 xfs_agino_t agino) in xfs_iunlink_lookup() 1849 ip = radix_tree_lookup(&pag->pag_ici_root, agino); in xfs_iunlink_lookup() 1870 * Update the prev pointer of the next agino. Returns -ENOLINK if the inode 2000 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ip->i_ino); in xfs_iunlink_insert_inode() local 2001 short bucket_index = agino % XFS_AGI_UNLINKED_BUCKETS; in xfs_iunlink_insert_inode() 2010 if (next_agino == agino || in xfs_iunlink_insert_inode() 2020 error = xfs_iunlink_update_backref(pag, agino, next_agino); in xfs_iunlink_insert_inode() 2022 error = xfs_iunlink_reload_next(tp, agibp, agino, next_agino); in xfs_iunlink_insert_inode() 2039 return xfs_iunlink_update_bucket(tp, pag, agibp, bucket_index, agino); in xfs_iunlink_insert_inode() 2085 xfs_agino_t agino in xfs_iunlink_remove_inode() local 1842 xfs_iunlink_lookup( struct xfs_perag *pag, xfs_agino_t agino) xfs_iunlink_lookup() argument 3663 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ip->i_ino); xfs_inode_reload_unlinked_bucket() local [all...] |
H A D | xfs_trace.h | 13 * agino: per-AG inode number 883 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agino_t agino, 885 TP_ARGS(mp, agno, agino, holemask, nagino, nholemask), 889 __field(xfs_agino_t, agino) 897 __entry->agino = agino; 902 TP_printk("dev %d:%d agno 0x%x agino 0x%x holemask 0x%x new_agino 0x%x new_holemask 0x%x", 905 __entry->agino, 912 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agino_t agino, 914 TP_ARGS(mp, agno, agino, holemas [all...] |
H A D | xfs_itable.c | 251 * next chunk. In other words, the magic agino value of zero takes us to the 252 * first chunk in the AG, and an agino value past the end of the AG takes us to 264 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, startino); in xfs_bulkstat_already_done() local 267 startino != XFS_AGINO_TO_INO(mp, agno, agino); in xfs_bulkstat_already_done()
|