| /linux/fs/ext4/ |
| H A D | fsmap.c | 92 ext4_group_t agno; in ext4_getfsmap_helper() local 139 &agno, &cno); in ext4_getfsmap_helper() 140 trace_ext4_fsmap_mapping(sb, info->gfi_dev, agno, in ext4_getfsmap_helper() 163 ext4_get_group_no_and_offset(sb, rec_fsblk, &agno, &cno); in ext4_getfsmap_helper() 164 trace_ext4_fsmap_mapping(sb, info->gfi_dev, agno, EXT4_C2B(sbi, cno), in ext4_getfsmap_helper() 190 ext4_group_t agno, ext4_grpblk_t start, in ext4_getfsmap_meta_helper() argument 201 ext4_group_first_block_no(sb, agno)); in ext4_getfsmap_meta_helper() 244 ext4_group_t agno, ext4_grpblk_t start, in ext4_getfsmap_datadev_helper() argument 256 fsb = (EXT4_C2B(sbi, start) + ext4_group_first_block_no(sb, agno)); in ext4_getfsmap_datadev_helper() 300 ext4_group_first_block_no(sb, agno + 1)) { in ext4_getfsmap_datadev_helper() [all …]
|
| H A D | mballoc.h | 258 ext4_group_t agno, 266 ext4_group_t agno,
|
| /linux/fs/xfs/scrub/ |
| H A D | trace.h | 157 __field(xfs_agnumber_t, agno) 167 __entry->agno = sm->sm_agno; 177 __entry->agno, 230 __field(xfs_agnumber_t, agno) 240 __entry->agno = vhead->svh_agno; 250 __entry->agno, 300 TP_PROTO(struct xfs_scrub *sc, xfs_agnumber_t agno, 302 TP_ARGS(sc, agno, bno, error, ret_ip), 306 __field(xfs_agnumber_t, agno) 314 __entry->agno = agno; [all …]
|
| H A D | agheader.c | 42 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_superblock_xref() local 51 error = xchk_ag_init_existing(sc, agno, &sc->sa); in xchk_superblock_xref() 52 if (!xchk_xref_process_error(sc, agno, agbno, &error)) in xchk_superblock_xref() 109 xfs_agnumber_t agno; in xchk_superblock() local 115 agno = sc->sm->sm_agno; in xchk_superblock() 116 if (agno == 0) in xchk_superblock() 124 pag = xfs_perag_get(mp, agno); in xchk_superblock() 128 error = xfs_sb_read_secondary(mp, sc->tp, agno, &bp); in xchk_superblock() 146 if (!xchk_process_error(sc, agno, XFS_SB_BLOCK(mp), &error)) in xchk_superblock() 604 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_agf() local [all …]
|
| H A D | fscounters.c | 263 xfs_agnumber_t agno) in xchk_fscount_btreeblks() argument 268 error = xchk_ag_init_existing(sc, agno, &sc->sa); in xchk_fscount_btreeblks()
|
| H A D | cow_repair.c | 265 xfs_agnumber_t agno; in xrep_cow_find_bad() local 268 agno = XFS_FSB_TO_AGNO(sc->mp, xc->irec.br_startblock); in xrep_cow_find_bad() 271 pag = xfs_perag_get(sc->mp, agno); in xrep_cow_find_bad()
|
| H A D | btree.c | 373 xfs_agnumber_t agno; in xchk_btree_check_block_owner() local 384 agno = xfs_daddr_to_agno(bs->cur->bc_mp, daddr); in xchk_btree_check_block_owner() 394 error = xchk_ag_init_existing(bs->sc, agno, &bs->sc->sa); in xchk_btree_check_block_owner()
|
| H A D | bmap.c | 390 xfs_agnumber_t agno; in xchk_bmap_iextent_xref() local 395 agno = XFS_FSB_TO_AGNO(mp, irec->br_startblock); in xchk_bmap_iextent_xref() 399 error = xchk_ag_init_existing(info->sc, agno, &info->sc->sa); in xchk_bmap_iextent_xref()
|
| H A D | agheader_repair.c | 46 xfs_agnumber_t agno; in xrep_superblock() local 50 agno = sc->sm->sm_agno; in xrep_superblock() 51 if (agno == 0) in xrep_superblock() 54 error = xfs_sb_get_secondary(mp, sc->tp, agno, &bp); in xrep_superblock()
|
| /linux/fs/xfs/ |
| H A D | xfs_trace.h | 292 __field(xfs_agnumber_t, agno) 299 __entry->agno = pag_agno(pag); 307 __entry->agno, 330 __field(xfs_agnumber_t, agno) 338 __entry->agno = xg->xg_gno; 346 __entry->agno, 596 __field(xfs_agnumber_t, agno) 600 __entry->agno = pag_agno(pag); 604 __entry->agno) 964 __field(xfs_agnumber_t, agno) [all …]
|
| H A D | xfs_icreate_item.h | 17 void xfs_icreate_log(struct xfs_trans *tp, xfs_agnumber_t agno,
|
| H A D | xfs_health.c | 190 xfs_agnumber_t agno, in xfs_agno_mark_sick() argument 193 struct xfs_perag *pag = xfs_perag_get(mp, agno); in xfs_agno_mark_sick()
|
| H A D | xfs_reflink.c | 1324 xfs_agnumber_t agno; in xfs_reflink_ag_has_free_space() local 1335 agno = XFS_FSB_TO_AGNO(mp, fsb); in xfs_reflink_ag_has_free_space() 1336 pag = xfs_perag_get(mp, agno); in xfs_reflink_ag_has_free_space()
|
| H A D | xfs_inode.c | 2867 xfs_agnumber_t agno = XFS_INODE_TO_AGNO(ip); in xfs_inode_reload_unlinked_bucket() local 2875 pag = xfs_perag_get(mp, agno); in xfs_inode_reload_unlinked_bucket() 2898 agino, agno); in xfs_inode_reload_unlinked_bucket()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_sb.h | 35 struct xfs_trans *tp, xfs_agnumber_t agno, 38 struct xfs_trans *tp, xfs_agnumber_t agno,
|
| H A D | xfs_alloc.h | 40 xfs_agnumber_t agno; /* allocation group number */ member 105 int xfs_alloc_vextent_this_ag(struct xfs_alloc_arg *args, xfs_agnumber_t agno);
|
| H A D | xfs_sb.c | 1622 xfs_agnumber_t agno, in xfs_sb_read_secondary() argument 1628 ASSERT(agno != 0 && agno != NULLAGNUMBER); in xfs_sb_read_secondary() 1630 XFS_AG_DADDR(mp, agno, XFS_SB_BLOCK(mp)), in xfs_sb_read_secondary() 1633 xfs_agno_mark_sick(mp, agno, XFS_SICK_AG_SB); in xfs_sb_read_secondary() 1646 xfs_agnumber_t agno, in xfs_sb_get_secondary() argument 1652 ASSERT(agno != 0 && agno != NULLAGNUMBER); in xfs_sb_get_secondary() 1654 XFS_AG_DADDR(mp, agno, XFS_SB_BLOCK(mp)), in xfs_sb_get_secondary()
|
| H A D | xfs_rmap_btree.h | 70 struct xfs_buftarg *btp, xfs_agnumber_t agno);
|
| H A D | xfs_ialloc.h | 92 xfs_agnumber_t agno, xfs_agblock_t agbno,
|
| /linux/fs/jfs/ |
| H A D | jfs_dmap.h | 301 extern s64 dbDiscardAG(struct inode *ip, int agno, s64 minlen);
|