Home
last modified time | relevance | path

Searched refs:agno (Results 1 – 20 of 20) sorted by relevance

/linux/fs/ext4/
H A Dfsmap.c92 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 Dmballoc.h258 ext4_group_t agno,
266 ext4_group_t agno,
/linux/fs/xfs/scrub/
H A Dtrace.h157 __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 Dagheader.c42 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 Dfscounters.c263 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 Dcow_repair.c265 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 Dbtree.c373 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 Dbmap.c390 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 Dagheader_repair.c46 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 Dxfs_trace.h292 __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 Dxfs_icreate_item.h17 void xfs_icreate_log(struct xfs_trans *tp, xfs_agnumber_t agno,
H A Dxfs_health.c190 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 Dxfs_reflink.c1324 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 Dxfs_inode.c2867 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 Dxfs_sb.h35 struct xfs_trans *tp, xfs_agnumber_t agno,
38 struct xfs_trans *tp, xfs_agnumber_t agno,
H A Dxfs_alloc.h40 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 Dxfs_sb.c1622 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 Dxfs_rmap_btree.h70 struct xfs_buftarg *btp, xfs_agnumber_t agno);
H A Dxfs_ialloc.h92 xfs_agnumber_t agno, xfs_agblock_t agbno,
/linux/fs/jfs/
H A Djfs_dmap.h301 extern s64 dbDiscardAG(struct inode *ip, int agno, s64 minlen);