Home
last modified time | relevance | path

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

12

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_types.c24 xfs_agnumber_t agno, in xfs_verify_agno_agbno()
46 xfs_agnumber_t agno = XFS_FSB_TO_AGNO(mp, fsbno); in xfs_verify_fsbno() local
83 xfs_agnumber_t agno, in xfs_verify_agno_agino()
102 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, ino); in xfs_verify_ino() local
174 xfs_agnumber_t agno; in xfs_icount_range() local
Dxfs_ag.h178 xfs_ag_contains_log(struct xfs_mount *mp, xfs_agnumber_t agno) in xfs_ag_contains_log()
190 xfs_agnumber_t *agno, in xfs_perag_next()
202 #define for_each_perag_range(mp, agno, end_agno, pag) \ argument
207 #define for_each_perag_from(mp, agno, pag) \ argument
211 #define for_each_perag(mp, agno, pag) \ argument
215 #define for_each_perag_tag(mp, agno, pag, tag) \ argument
224 xfs_agblock_t agno; /* ag to init */ member
Dxfs_ag.c44 xfs_agnumber_t agno) in xfs_perag_get()
187 xfs_agnumber_t agno; in xfs_free_perag() local
207 xfs_agnumber_t agno, in __xfs_ag_block_count()
221 xfs_agnumber_t agno) in xfs_ag_block_count()
255 xfs_agnumber_t agno, in xfs_agino_range()
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_ag_resv.h44 xfs_agnumber_t agno) in xfs_ag_resv_rmapbt_alloc()
Dxfs_ialloc.c265 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()
2928 xfs_agnumber_t agno, in xfs_ialloc_check_shrink()
/linux-6.1.9/fs/xfs/scrub/
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
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
701 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_agfl() local
852 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_agi() 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()
Dcommon.h119 xfs_agnumber_t agno, in xchk_ag_init_existing()
Dbmap.c238 xfs_agnumber_t agno; in xchk_bmap_iextent_xref() local
568 xfs_agnumber_t agno; in xchk_bmap_check_rmaps() local
/linux-6.1.9/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.c712 int rc, agno; in dbAlloc() local
1308 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results) in dbAllocAG()
1561 s64 dbDiscardAG(struct inode *ip, int agno, s64 minlen) in dbDiscardAG()
2122 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbAllocBits() local
2269 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbFreeBits() local
3213 int dbitno, word, rembits, nb, nwords, wbitno, agno; in dbAllocDmapBU() local
3342 int agno, l2agsize, oldl2agsize; in dbExtendFS() local
Djfs_discard.c70 int agno, agno_end; in jfs_ioc_trim() local
/linux-6.1.9/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_itable.c252 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); in xfs_bulkstat_already_done() local
379 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_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_fsops.c560 xfs_agnumber_t agno; in xfs_fs_reserve_ag_blocks() local
588 xfs_agnumber_t agno; in xfs_fs_unreserve_ag_blocks() local
Dxfs_extent_busy.h26 xfs_agnumber_t agno; member
Dxfs_icache.c1355 xfs_agnumber_t agno; in xfs_blockgc_stop() local
1371 xfs_agnumber_t agno; in xfs_blockgc_start() local
1495 xfs_agnumber_t agno; in xfs_blockgc_flush_all() local
1757 xfs_agnumber_t agno; in xfs_icwalk() local
Dxfs_notify_failure.c116 xfs_agnumber_t agno = XFS_FSB_TO_AGNO(mp, fsbno); in xfs_dax_notify_ddev_failure() local
/linux-6.1.9/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