Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_ag.h204 xfs_ag_contains_log(struct xfs_mount *mp, xfs_agnumber_t agno) in xfs_ag_contains_log()
216 xfs_agnumber_t *agno, in xfs_perag_next()
232 #define for_each_perag_range(mp, agno, end_agno, pag) \ argument
237 #define for_each_perag_from(mp, agno, pag) \ argument
240 #define for_each_perag(mp, agno, pag) \ argument
244 #define for_each_perag_tag(mp, agno, pag, tag) \ argument
254 xfs_agnumber_t *agno, in xfs_perag_next_wrap()
282 #define for_each_perag_wrap_range(mp, start_agno, restart_agno, wrap_agno, agno, pag) \ argument
291 #define for_each_perag_wrap_at(mp, start_agno, wrap_agno, agno, pag) \ argument
298 #define for_each_perag_wrap(mp, start_agno, agno, pag) \ argument
[all …]
A 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
A Dxfs_ag.c44 xfs_agnumber_t agno) in xfs_perag_get()
102 xfs_agnumber_t agno) in xfs_perag_grab()
242 xfs_agnumber_t agno; in xfs_free_perag() local
266 xfs_agnumber_t agno, in __xfs_ag_block_count()
280 xfs_agnumber_t agno) in xfs_ag_block_count()
314 xfs_agnumber_t agno, in xfs_agino_range()
A Dxfs_sb.c1032 xfs_agnumber_t agno = 1; in xfs_update_secondary_sbs() local
1223 xfs_agnumber_t agno, in xfs_sb_read_secondary()
1245 xfs_agnumber_t agno, in xfs_sb_get_secondary()
A Dxfs_ag_resv.h44 xfs_agnumber_t agno) in xfs_ag_resv_rmapbt_alloc()
A Dxfs_alloc.c1814 xfs_agnumber_t agno, in xfs_free_ag_extent()
2266 xfs_agnumber_t agno, in xfs_free_agfl_block()
2390 xfs_agnumber_t agno, in xfs_defer_agfl_block()
2426 xfs_agnumber_t agno; in __xfs_free_extent_later() local
3276 xfs_agnumber_t agno) in xfs_alloc_vextent_this_ag()
3326 xfs_agnumber_t agno; in xfs_alloc_vextent_iterate_ags() local
3571 xfs_agnumber_t agno = XFS_FSB_TO_AGNO(mp, bno); in __xfs_free_extent() local
/linux-6.3-rc2/fs/jfs/
A 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 …]
A Djfs_dmap.c713 int rc, agno; in dbAlloc() local
1309 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results) in dbAllocAG()
1562 s64 dbDiscardAG(struct inode *ip, int agno, s64 minlen) in dbDiscardAG()
2123 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbAllocBits() local
2270 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbFreeBits() local
3214 int dbitno, word, rembits, nb, nwords, wbitno, agno; in dbAllocDmapBU() local
3343 int agno, l2agsize, oldl2agsize; in dbExtendFS() local
A Djfs_discard.c70 int agno, agno_end; in jfs_ioc_trim() local
/linux-6.3-rc2/fs/xfs/scrub/
A 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
710 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_agfl() local
863 xfs_agnumber_t agno = sc->sm->sm_agno; in xchk_agi() local
A 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()
538 xfs_agnumber_t agno, in xchk_ag_init()
A Dfscounters.c83 xfs_agnumber_t agno; in xchk_fscount_warmup() local
173 xfs_agnumber_t agno) in xchk_fscount_btreeblks()
211 xfs_agnumber_t agno; in xchk_fscount_aggregate_agcounts() local
A Dcommon.h119 xfs_agnumber_t agno, in xchk_ag_init_existing()
A Dbmap.c309 xfs_agnumber_t agno; in xchk_bmap_iextent_xref() local
629 xfs_agnumber_t agno; in xchk_bmap_check_rmaps() local
/linux-6.3-rc2/fs/xfs/
A Dxfs_icreate_item.c92 xfs_agnumber_t agno, in xfs_icreate_log()
151 xfs_agnumber_t agno; in xlog_recover_icreate_commit_pass2() local
A Dxfs_filestream.c68 xfs_agnumber_t agno; in xfs_filestream_pick_ag() local
272 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, pino); in xfs_filestream_create_association() local
A 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()
A 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
A Dxfs_extent_busy.c541 xfs_agnumber_t agno = NULLAGNUMBER; in xfs_extent_busy_clear() local
599 xfs_agnumber_t agno; in xfs_extent_busy_wait_all() local
A 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
A Dxfs_extent_busy.h26 xfs_agnumber_t agno; member
A Dxfs_discard.c155 xfs_agnumber_t agno; in xfs_ioc_trim() local
A Dxfs_icache.c1361 xfs_agnumber_t agno; in xfs_blockgc_stop() local
1377 xfs_agnumber_t agno; in xfs_blockgc_start() local
1501 xfs_agnumber_t agno; in xfs_blockgc_flush_all() local
1763 xfs_agnumber_t agno; in xfs_icwalk() local
A Dxfs_notify_failure.c116 xfs_agnumber_t agno = XFS_FSB_TO_AGNO(mp, fsbno); in xfs_dax_notify_ddev_failure() local
/linux-6.3-rc2/fs/ext4/
A 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

Completed in 51 milliseconds

12