/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | inode.c | 439 xfs_agino_t agino; in xchk_inode_xref_finobt() local
|
H A D | agheader.c | 852 xfs_agino_t agino; in xchk_agi() local
|
H A D | ialloc.c | 153 xfs_agino_t agino; in xchk_iallocbt_check_cluster_ifree() local 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...] |
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_itable.c | 224 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, startino); in xfs_bulkstat_already_done() local
|
H A D | xfs_iwalk.c | 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_icache.c | 484 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ino); in xfs_iget_cache_miss() local 621 xfs_agino_t agino; in xfs_iget() local
|
H A D | xfs_inode.c | 2236 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ip->i_ino); in xfs_iunlink() local 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_log_recover.c | 2754 xfs_agino_t agino; in xlog_recover_process_iunlinks() local 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
|
H A D | xfs_super.c | 252 xfs_agino_t agino; in xfs_set_inode_alloc() local
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_types.c | 132 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ino); in xfs_verify_ino() local 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 | 2182 xfs_agino_t agino; /* allocation group inode number */ in xfs_difree() local 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...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_types.c | 103 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ino); in xfs_verify_ino() local 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 205 xfs_verify_agino_or_null(struct xfs_perag *pag, xfs_agino_t agino) in xfs_verify_agino_or_null() argument
|
H A D | xfs_ialloc.c | 2170 xfs_agino_t agino; /* allocation group inode number */ in xfs_difree() local 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-6.6/fs/xfs/ |
H A D | xfs_itable.c | 264 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, startino); in xfs_bulkstat_already_done() local
|
H A D | xfs_iwalk.c | 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 | 608 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ino); in xfs_iget_cache_miss() local 745 xfs_agino_t agino; in xfs_iget() local 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_log_recover.c | 2685 xfs_agino_t prev_agino, agino; in xlog_recover_iunlink_bucket() local
|
H A D | xfs_super.c | 281 xfs_agino_t agino; in xfs_set_inode_alloc() local
|
H A D | xfs_inode.c | 2000 xfs_agino_t agino = XFS_INO_TO_AGINO(mp, ip->i_ino); in xfs_iunlink_insert_inode() local 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...] |
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | inode.c | 598 xfs_agino_t agino; in xchk_inode_xref_finobt() local
|
H A D | agheader.c | 880 xfs_agino_t agino; in xchk_agi() local
|
H A D | ialloc.c | 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 | common.c | 1251 xchk_inode_is_allocated( struct xfs_scrub *sc, xfs_agino_t agino, bool *inuse) xchk_inode_is_allocated() argument
|