Home
last modified time | relevance | path

Searched defs:agno (Results 1 – 25 of 46) sorted by relevance

12

/linux-5.19.10/fs/xfs/libxfs/
Dxfs_types.c20 xfs_agnumber_t agno) in xfs_ag_block_count()
36 xfs_agnumber_t agno, in xfs_verify_agbno()
58 xfs_agnumber_t agno = XFS_FSB_TO_AGNO(mp, fsbno); in xfs_verify_fsbno() local
92 xfs_agnumber_t agno, in xfs_agino_range()
123 xfs_agnumber_t agno, in xfs_verify_agino()
140 xfs_agnumber_t agno, in xfs_verify_agino_or_null()
155 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, ino); in xfs_verify_ino() local
227 xfs_agnumber_t agno; in xfs_icount_range() local
Dxfs_ag.h125 xfs_agnumber_t *agno, in xfs_perag_next()
137 #define for_each_perag_range(mp, agno, end_agno, pag) \ argument
142 #define for_each_perag_from(mp, agno, pag) \ argument
146 #define for_each_perag(mp, agno, pag) \ argument
150 #define for_each_perag_tag(mp, agno, pag, tag) \ argument
159 xfs_agblock_t agno; /* ag to init */ member
Dxfs_ialloc.c108 xfs_agnumber_t agno = cur->bc_ag.pag->pag_agno; in xfs_inobt_get_rec() local
265 xfs_agnumber_t agno, in xfs_ialloc_inode_init()
1584 xfs_agnumber_t agno; in xfs_ialloc_next_ag() local
1734 xfs_agnumber_t agno; in xfs_dialloc() local
1816 xfs_agnumber_t agno, in xfs_difree_inode_chunk()
2576 xfs_agnumber_t agno, /* allocation group number */ in xfs_read_agi()
2600 xfs_agnumber_t agno, /* allocation group number */ in xfs_ialloc_read_agi()
2637 xfs_agnumber_t agno) /* allocation group number */ in xfs_ialloc_pagi_init()
2944 xfs_agnumber_t agno, in xfs_ialloc_check_shrink()
Dxfs_ag.c44 xfs_agnumber_t agno) in xfs_perag_get()
187 xfs_agnumber_t agno; in xfs_free_perag() local
766 xfs_agnumber_t agno, in xfs_ag_shrink_space()
943 xfs_agnumber_t agno, in xfs_ag_get_geometry()
Dxfs_sb.c1029 xfs_agnumber_t agno = 1; in xfs_update_secondary_sbs() local
1220 xfs_agnumber_t agno, in xfs_sb_read_secondary()
1242 xfs_agnumber_t agno, in xfs_sb_get_secondary()
Dxfs_alloc.c251 xfs_agnumber_t agno = cur->bc_ag.pag->pag_agno; in xfs_alloc_get_rec() local
710 xfs_agnumber_t agno, /* allocation group number */ in xfs_alloc_read_agfl()
1897 xfs_agnumber_t agno, in xfs_free_ag_extent()
2349 xfs_agnumber_t agno, in xfs_free_agfl_block()
2473 xfs_agnumber_t agno, in xfs_defer_agfl_block()
2509 xfs_agnumber_t agno; in __xfs_free_extent_later() local
2877 xfs_agnumber_t agno, /* allocation group number */ in xfs_alloc_pagf_init()
3077 xfs_agnumber_t agno, /* allocation group number */ in xfs_read_agf()
3104 xfs_agnumber_t agno, /* allocation group number */ in xfs_alloc_read_agf()
3413 xfs_agnumber_t agno = XFS_FSB_TO_AGNO(mp, bno); in __xfs_free_extent() local
Dxfs_ag_resv.h44 xfs_agnumber_t agno) in xfs_ag_resv_rmapbt_alloc()
/linux-5.19.10/fs/xfs/scrub/
Dagheader.c30 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_superblock_xref() local
67 xfs_agnumber_t agno; in xchk_superblock() local
524 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_agf() local
642 xfs_agnumber_t agno = sc->sa.pag->pag_agno; in xchk_agfl_block() local
702 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_agfl() local
853 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_agi() local
Dfscounters.c71 xfs_agnumber_t agno; in xchk_fscount_warmup() local
146 xfs_agnumber_t agno) in xchk_fscount_btreeblks()
184 xfs_agnumber_t agno; in xchk_fscount_aggregate_agcounts() local
Dcommon.c68 xfs_agnumber_t agno, in __xchk_process_error()
100 xfs_agnumber_t agno, in xchk_process_error()
111 xfs_agnumber_t agno, in xchk_xref_process_error()
408 xfs_agnumber_t agno, in xchk_ag_read_headers()
546 xfs_agnumber_t agno, in xchk_ag_init()
Dialloc.c107 xfs_agnumber_t agno = bs->cur->bc_ag.pag->pag_agno; in xchk_iallocbt_chunk() local
217 xfs_agnumber_t agno = bs->cur->bc_ag.pag->pag_agno; in xchk_iallocbt_check_cluster() local
427 xfs_agnumber_t agno = bs->cur->bc_ag.pag->pag_agno; in xchk_iallocbt_rec() local
Dcommon.h119 xfs_agnumber_t agno, in xchk_ag_init_existing()
/linux-5.19.10/fs/jfs/
Djfs_imap.c57 #define AG_LOCK(imap,agno) mutex_lock(&imap->im_aglock[agno]) argument
58 #define AG_UNLOCK(imap,agno) mutex_unlock(&imap->im_aglock[agno]) argument
847 int iagno, ino, extno, bitno, sword, agno; in diFree() local
1322 int nwords, rem, i, agno; in diAlloc() local
1627 diAllocAG(struct inomap * imap, int agno, bool dir, struct inode *ip) in diAllocAG()
1697 diAllocAny(struct inomap * imap, int agno, bool dir, struct inode *ip) in diAllocAny()
1761 static int diAllocIno(struct inomap * imap, int agno, struct inode *ip) in diAllocIno()
1885 static int diAllocExt(struct inomap * imap, int agno, struct inode *ip) in diAllocExt()
2004 int extno, bitno, agno, sword, rc; in diAllocBit() local
2150 int agno, iagno, fwd, back, freei = 0, sword, rc; in diNewExt() local
[all …]
Djfs_dmap.c697 int rc, agno; in dbAlloc() local
1293 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results) in dbAllocAG()
1546 s64 dbDiscardAG(struct inode *ip, int agno, s64 minlen) in dbDiscardAG()
2107 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbAllocBits() local
2254 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbFreeBits() local
3198 int dbitno, word, rembits, nb, nwords, wbitno, agno; in dbAllocDmapBU() local
3327 int agno, l2agsize, oldl2agsize; in dbExtendFS() local
Djfs_discard.c70 int agno, agno_end; in jfs_ioc_trim() local
/linux-5.19.10/fs/xfs/
Dxfs_discard.c25 xfs_agnumber_t agno, in xfs_trim_extents()
159 xfs_agnumber_t start_agno, end_agno, agno; in xfs_ioc_trim() local
Dxfs_filestream.c41 xfs_agnumber_t agno) in xfs_filestream_peek_ag()
55 xfs_agnumber_t agno) in xfs_filestream_get_ag()
69 xfs_agnumber_t agno) in xfs_filestream_put_ag()
Dxfs_icreate_item.c92 xfs_agnumber_t agno, in xfs_icreate_log()
151 xfs_agnumber_t agno; in xlog_recover_icreate_commit_pass2() local
Dxfs_reflink.c132 xfs_agnumber_t agno, in xfs_reflink_find_shared()
174 xfs_agnumber_t agno; in xfs_reflink_trim_around_shared() local
792 xfs_agnumber_t agno; in xfs_reflink_recover_cow() local
998 xfs_agnumber_t agno) in xfs_reflink_ag_has_free_space()
1423 xfs_agnumber_t agno; in xfs_reflink_inode_has_shared_extents() local
Dxfs_itable.c248 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); in xfs_bulkstat_already_done() local
375 xfs_agnumber_t agno, in xfs_inumbers_walk()
Dxfs_iwalk.c572 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); in xfs_iwalk() local
650 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); in xfs_iwalk_threaded() local
757 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); in xfs_inobt_walk() local
Dxfs_fsops.c554 xfs_agnumber_t agno; in xfs_fs_reserve_ag_blocks() local
582 xfs_agnumber_t agno; in xfs_fs_unreserve_ag_blocks() local
Dxfs_extent_busy.c540 xfs_agnumber_t agno = NULLAGNUMBER; in xfs_extent_busy_clear() local
598 xfs_agnumber_t agno; in xfs_extent_busy_wait_all() local
Dxfs_extent_busy.h26 xfs_agnumber_t agno; member
/linux-5.19.10/fs/ext4/
Dfsmap.c91 ext4_group_t agno; in ext4_getfsmap_helper() local
190 ext4_group_t agno, ext4_grpblk_t start, in ext4_getfsmap_datadev_helper()
315 ext4_group_t agno, in ext4_getfsmap_find_sb()
412 ext4_group_t agno; in ext4_getfsmap_find_fixed_metadata() local

12