/fs/xfs/ |
D | xfs_filestream.c | 25 xfs_agnumber_t ag; /* AG in use for this directory */ 41 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() 100 xfs_agnumber_t startag, in xfs_filestream_pick_ag() 101 xfs_agnumber_t *agp, in xfs_filestream_pick_ag() 109 xfs_agnumber_t ag, max_ag = NULLAGNUMBER; in xfs_filestream_pick_ag() 271 xfs_agnumber_t 277 xfs_agnumber_t startag, ag = NULLAGNUMBER; in xfs_filestream_lookup_ag() 300 xfs_agnumber_t rotorstep = xfs_rotorstep; in xfs_filestream_lookup_ag() [all …]
|
D | xfs_mount.h | 124 xfs_agnumber_t m_maxagi; /* highest inode alloc group */ 189 xfs_agnumber_t m_agfrotor; /* last ag where space found */ 190 xfs_agnumber_t m_agirotor; /* last ag dir inode alloced */ 283 static inline xfs_agnumber_t 288 return (xfs_agnumber_t) ld; in xfs_daddr_to_agno() 314 xfs_agnumber_t pag_agno; /* AG this structure belongs to */ 405 extern int xfs_initialize_perag(xfs_mount_t *mp, xfs_agnumber_t agcount, 406 xfs_agnumber_t *maxagi);
|
D | xfs_extent_busy.h | 25 xfs_agnumber_t agno; 34 xfs_extent_busy_insert(struct xfs_trans *tp, xfs_agnumber_t agno, 42 xfs_extent_busy_search(struct xfs_mount *mp, xfs_agnumber_t agno, 46 xfs_extent_busy_reuse(struct xfs_mount *mp, xfs_agnumber_t agno,
|
D | xfs_trace.h | 107 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, int refcount, 112 __field(xfs_agnumber_t, agno) 131 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, int refcount, \ 145 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno), 149 __field(xfs_agnumber_t, agno) 161 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno), \ 507 TP_PROTO(struct xfs_mount *mp, xfs_ino_t ino, xfs_agnumber_t agno), 512 __field(xfs_agnumber_t, agno) 529 TP_PROTO(struct xfs_mount *mp, xfs_ino_t ino, xfs_agnumber_t agno), \ 536 TP_PROTO(struct xfs_inode *ip, xfs_agnumber_t agno, [all …]
|
D | xfs_filestream.h | 16 xfs_agnumber_t xfs_filestream_lookup_ag(struct xfs_inode *ip); 17 int xfs_filestream_new_ag(struct xfs_bmalloca *ap, xfs_agnumber_t *agp); 18 int xfs_filestream_peek_ag(struct xfs_mount *mp, xfs_agnumber_t agno);
|
D | xfs_iwalk.c | 93 xfs_agnumber_t agno, in xfs_iwalk_ichunk_ra() 183 xfs_agnumber_t agno; in xfs_iwalk_ag_recs() 260 xfs_agnumber_t agno, in xfs_iwalk_ag_start() 348 xfs_agnumber_t agno, in xfs_iwalk_run_callbacks() 395 xfs_agnumber_t agno; in xfs_iwalk_ag() 558 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); in xfs_iwalk() 620 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); in xfs_iwalk_threaded() 721 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); in xfs_inobt_walk()
|
D | xfs_extent_busy.c | 25 xfs_agnumber_t agno, in xfs_extent_busy_insert() 84 xfs_agnumber_t agno, in xfs_extent_busy_search() 284 xfs_agnumber_t agno, in xfs_extent_busy_reuse() 552 xfs_agnumber_t agno = NULLAGNUMBER; in xfs_extent_busy_clear() 609 xfs_agnumber_t agno; in xfs_extent_busy_wait_all()
|
D | xfs_fsops.c | 33 xfs_agnumber_t nagcount; in xfs_growfs_data_private() 34 xfs_agnumber_t nagimax = 0; in xfs_growfs_data_private() 37 xfs_agnumber_t oagcount; in xfs_growfs_data_private() 510 xfs_agnumber_t agno; in xfs_fs_reserve_ag_blocks() 540 xfs_agnumber_t agno; in xfs_fs_unreserve_ag_blocks()
|
D | xfs_super.h | 86 extern xfs_agnumber_t xfs_set_inode_alloc(struct xfs_mount *, 87 xfs_agnumber_t agcount);
|
/fs/xfs/libxfs/ |
D | xfs_types.c | 19 xfs_agnumber_t agno) in xfs_ag_block_count() 35 xfs_agnumber_t agno, in xfs_verify_agbno() 57 xfs_agnumber_t agno = XFS_FSB_TO_AGNO(mp, fsbno); in xfs_verify_fsbno() 68 xfs_agnumber_t agno, in xfs_agino_range() 99 xfs_agnumber_t agno, in xfs_verify_agino() 116 xfs_agnumber_t agno, in xfs_verify_agino_or_null() 131 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, ino); in xfs_verify_ino() 186 xfs_agnumber_t agno; in xfs_icount_range()
|
D | xfs_types.h | 14 typedef uint32_t xfs_agnumber_t; /* allocation group number */ typedef 52 #define NULLAGNUMBER ((xfs_agnumber_t)-1) 184 xfs_agblock_t xfs_ag_block_count(struct xfs_mount *mp, xfs_agnumber_t agno); 185 bool xfs_verify_agbno(struct xfs_mount *mp, xfs_agnumber_t agno, 189 void xfs_agino_range(struct xfs_mount *mp, xfs_agnumber_t agno, 191 bool xfs_verify_agino(struct xfs_mount *mp, xfs_agnumber_t agno, 193 bool xfs_verify_agino_or_null(struct xfs_mount *mp, xfs_agnumber_t agno,
|
D | xfs_sb.h | 19 extern struct xfs_perag *xfs_perag_get(struct xfs_mount *, xfs_agnumber_t); 20 extern struct xfs_perag *xfs_perag_get_tag(struct xfs_mount *, xfs_agnumber_t, 23 extern int xfs_initialize_perag_data(struct xfs_mount *, xfs_agnumber_t); 39 struct xfs_trans *tp, xfs_agnumber_t agno, 42 struct xfs_trans *tp, xfs_agnumber_t agno,
|
D | xfs_alloc.h | 58 xfs_agnumber_t agno; /* allocation group number */ 131 xfs_agnumber_t agno, /* allocation group number */ 152 xfs_agnumber_t agno, /* allocation group number */ 208 xfs_agnumber_t agno, int flags, struct xfs_buf **bpp); 210 xfs_agnumber_t agno, struct xfs_buf **bpp); 211 int xfs_free_agfl_block(struct xfs_trans *, xfs_agnumber_t, xfs_agblock_t, 214 int xfs_free_extent_fix_freelist(struct xfs_trans *tp, xfs_agnumber_t agno,
|
D | xfs_ialloc_btree.h | 49 struct xfs_trans *, struct xfs_buf *, xfs_agnumber_t, 52 struct xbtree_afakeroot *afake, xfs_agnumber_t agno, 67 xfs_agnumber_t agno, xfs_extlen_t *ask, xfs_extlen_t *used); 71 xfs_agnumber_t agno, xfs_btnum_t btnum,
|
D | xfs_ialloc.h | 104 xfs_agnumber_t agno, /* allocation group number */ 115 xfs_agnumber_t agno); /* allocation group number */ 134 xfs_agnumber_t agno, xfs_agblock_t agbno, 138 xfs_agnumber_t agno, struct xfs_buf **bpp);
|
D | xfs_refcount_btree.h | 49 xfs_agnumber_t agno); 51 struct xbtree_afakeroot *afake, xfs_agnumber_t agno); 61 struct xfs_trans *tp, xfs_agnumber_t agno, xfs_extlen_t *ask,
|
D | xfs_rmap_btree.h | 46 xfs_agnumber_t agno); 48 struct xbtree_afakeroot *afake, xfs_agnumber_t agno); 60 xfs_agnumber_t agno, xfs_extlen_t *ask, xfs_extlen_t *used);
|
D | xfs_ialloc.c | 108 xfs_agnumber_t agno = cur->bc_ag.agno; in xfs_inobt_get_rec() 181 xfs_agnumber_t agno = be32_to_cpu(agi->agi_seqno); in xfs_inobt_insert() 267 xfs_agnumber_t agno, in xfs_ialloc_inode_init() 529 xfs_agnumber_t agno = be32_to_cpu(agi->agi_seqno); in xfs_inobt_insert_sprec() 620 xfs_agnumber_t agno; in xfs_ialloc_ag_alloc() 910 STATIC xfs_agnumber_t 914 xfs_agnumber_t agno; in xfs_ialloc_next_ag() 929 STATIC xfs_agnumber_t 935 xfs_agnumber_t agcount; /* number of ag's in the filesystem */ in xfs_ialloc_ag_select() 936 xfs_agnumber_t agno; /* current ag number */ in xfs_ialloc_ag_select() [all …]
|
D | xfs_rmap.h | 116 xfs_agnumber_t agno, xfs_agblock_t bno, xfs_extlen_t len, 119 xfs_agnumber_t agno, xfs_agblock_t bno, xfs_extlen_t len, 172 void xfs_rmap_alloc_extent(struct xfs_trans *tp, xfs_agnumber_t agno, 174 void xfs_rmap_free_extent(struct xfs_trans *tp, xfs_agnumber_t agno,
|
D | xfs_ialloc_btree.c | 430 xfs_agnumber_t agno, /* allocation group number */ in xfs_inobt_init_common() 462 xfs_agnumber_t agno, in xfs_inobt_init_cursor() 482 xfs_agnumber_t agno, in xfs_inobt_stage_cursor() 632 xfs_agnumber_t agno) in xfs_inobt_max_size() 659 xfs_agnumber_t agno, in xfs_inobt_cur() 688 xfs_agnumber_t agno, in xfs_inobt_count_blocks() 712 xfs_agnumber_t agno, in xfs_finobt_read_blocks() 736 xfs_agnumber_t agno, in xfs_finobt_calc_reserves()
|
D | xfs_alloc_btree.h | 51 xfs_agnumber_t, xfs_btnum_t); 53 struct xbtree_afakeroot *afake, xfs_agnumber_t agno,
|
D | xfs_refcount_btree.c | 319 xfs_agnumber_t agno) in xfs_refcountbt_init_common() 348 xfs_agnumber_t agno) in xfs_refcountbt_init_cursor() 364 xfs_agnumber_t agno) in xfs_refcountbt_stage_cursor() 453 xfs_agnumber_t agno, in xfs_refcountbt_calc_reserves()
|
/fs/xfs/scrub/ |
D | trace.h | 90 __field(xfs_agnumber_t, agno) 129 TP_PROTO(struct xfs_scrub *sc, xfs_agnumber_t agno, 135 __field(xfs_agnumber_t, agno) 195 __field(xfs_agnumber_t, agno) 201 xfs_agnumber_t agno; 330 __field(xfs_agnumber_t, agno) 373 __field(xfs_agnumber_t, agno) 415 __field(xfs_agnumber_t, agno) 453 __field(xfs_agnumber_t, agno) 492 __field(xfs_agnumber_t, agno) [all …]
|
D | common.h | 35 bool xchk_process_error(struct xfs_scrub *sc, xfs_agnumber_t agno, 41 xfs_agnumber_t agno, xfs_agblock_t bno, int *error); 119 int xchk_ag_init(struct xfs_scrub *sc, xfs_agnumber_t agno, 122 int xchk_ag_read_headers(struct xfs_scrub *sc, xfs_agnumber_t agno,
|
D | common.c | 66 xfs_agnumber_t agno, in __xchk_process_error() 96 xfs_agnumber_t agno, in xchk_process_error() 107 xfs_agnumber_t agno, in xchk_xref_process_error() 404 xfs_agnumber_t agno, in xchk_ag_read_headers() 461 xfs_agnumber_t agno = sa->agno; in xchk_ag_btcur_init() 559 xfs_agnumber_t agno, in xchk_ag_init()
|