/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_ag.h | 34 xfs_agnumber_t pag_agno; /* AG this structure belongs to */ 136 void xfs_free_unused_perag_range(struct xfs_mount *mp, xfs_agnumber_t agstart, 137 xfs_agnumber_t agend); 138 int xfs_initialize_perag(struct xfs_mount *mp, xfs_agnumber_t old_agcount, 139 xfs_agnumber_t agcount, xfs_rfsblock_t dcount, 140 xfs_agnumber_t *maxagi); 141 int xfs_initialize_perag_data(struct xfs_mount *mp, xfs_agnumber_t agno); 143 int xfs_update_last_ag_size(struct xfs_mount *mp, xfs_agnumber_t prev_agcount); 146 struct xfs_perag *xfs_perag_get(struct xfs_mount *mp, xfs_agnumber_t agno); 147 struct xfs_perag *xfs_perag_get_tag(struct xfs_mount *mp, xfs_agnumber_t agno, [all …]
|
H A D | xfs_types.c | 24 xfs_agnumber_t agno, in xfs_verify_agno_agbno() 46 xfs_agnumber_t agno = XFS_FSB_TO_AGNO(mp, fsbno); in xfs_verify_fsbno() 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() 174 xfs_agnumber_t agno; in xfs_icount_range()
|
H A D | xfs_ag.c | 44 xfs_agnumber_t agno) in xfs_perag_get() 65 xfs_agnumber_t first, in xfs_perag_get_tag() 115 xfs_agnumber_t agno) in xfs_perag_grab() 136 xfs_agnumber_t first, in xfs_perag_grab_tag() 176 xfs_agnumber_t agcount) in xfs_initialize_perag_data() 178 xfs_agnumber_t index; in xfs_initialize_perag_data() 255 xfs_agnumber_t agno; in xfs_free_perag() 280 xfs_agnumber_t agno, in __xfs_ag_block_count() 281 xfs_agnumber_t agcount, in __xfs_ag_block_count() 294 xfs_agnumber_t agno) in xfs_ag_block_count() [all …]
|
H A D | xfs_sb.h | 32 struct xfs_trans *tp, xfs_agnumber_t agno, 35 struct xfs_trans *tp, xfs_agnumber_t agno,
|
H A D | xfs_alloc.h | 40 xfs_agnumber_t agno; /* allocation group number */ 102 int xfs_alloc_vextent_this_ag(struct xfs_alloc_arg *args, xfs_agnumber_t agno); 195 int xfs_free_agfl_block(struct xfs_trans *, xfs_agnumber_t, xfs_agblock_t,
|
H A D | xfs_types.h | 14 typedef uint32_t xfs_agnumber_t; /* allocation group number */ typedef 53 #define NULLAGNUMBER ((xfs_agnumber_t)-1)
|
H A D | xfs_alloc.c | 1896 xfs_agnumber_t agno, in xfs_free_ag_extent() 2369 xfs_agnumber_t agno, in xfs_free_agfl_block() 2493 xfs_agnumber_t agno, in xfs_defer_agfl_block() 2537 xfs_agnumber_t agno; in __xfs_free_extent_later() 3271 xfs_agnumber_t *minimum_agno) in xfs_alloc_vextent_check_args() 3367 xfs_agnumber_t minimum_agno, in xfs_alloc_vextent_finish() 3457 xfs_agnumber_t agno) in xfs_alloc_vextent_this_ag() 3460 xfs_agnumber_t minimum_agno; in xfs_alloc_vextent_this_ag() 3508 xfs_agnumber_t minimum_agno, in xfs_alloc_vextent_iterate_ags() 3509 xfs_agnumber_t start_agno, in xfs_alloc_vextent_iterate_ags() [all …]
|
H A D | xfs_ag_resv.h | 44 xfs_agnumber_t agno) in xfs_ag_resv_rmapbt_alloc()
|
H A D | xfs_rmap.h | 180 void xfs_rmap_alloc_extent(struct xfs_trans *tp, xfs_agnumber_t agno, 182 void xfs_rmap_free_extent(struct xfs_trans *tp, xfs_agnumber_t agno,
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | common.h | 37 bool xchk_process_error(struct xfs_scrub *sc, xfs_agnumber_t agno, 43 xfs_agnumber_t agno, xfs_agblock_t bno, int *error); 117 int xchk_ag_init(struct xfs_scrub *sc, xfs_agnumber_t agno, 128 xfs_agnumber_t agno, in xchk_ag_init_existing() 136 int xchk_ag_read_headers(struct xfs_scrub *sc, xfs_agnumber_t agno,
|
H A D | trace.h | 119 __field(xfs_agnumber_t, agno) 185 TP_PROTO(struct xfs_scrub *sc, xfs_agnumber_t agno, 191 __field(xfs_agnumber_t, agno) 251 __field(xfs_agnumber_t, agno) 378 __field(xfs_agnumber_t, agno) 421 __field(xfs_agnumber_t, agno) 463 __field(xfs_agnumber_t, agno) 501 __field(xfs_agnumber_t, agno) 540 __field(xfs_agnumber_t, agno) 600 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, [all …]
|
H A D | common.c | 68 xfs_agnumber_t agno, in __xchk_process_error() 101 xfs_agnumber_t agno, in xchk_process_error() 112 xfs_agnumber_t agno, in xchk_xref_process_error() 510 xfs_agnumber_t agno, in xchk_ag_read_headers() 631 xfs_agnumber_t agno, in xchk_ag_init() 872 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, sc->sm->sm_ino); in xchk_iget_for_scrubbing()
|
H A D | fscounters.c | 87 xfs_agnumber_t agno; in xchk_fscount_warmup() 265 xfs_agnumber_t agno) in xchk_fscount_btreeblks() 303 xfs_agnumber_t agno; in xchk_fscount_aggregate_agcounts()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_trace.h | 170 __field(xfs_agnumber_t, agno) 284 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno), 288 __field(xfs_agnumber_t, agno) 300 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno), \ 651 __field(xfs_agnumber_t, agno) 680 __field(xfs_agnumber_t, agno) 878 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agino_t agino, 883 __field(xfs_agnumber_t, agno) 907 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agino_t agino, 912 __field(xfs_agnumber_t, agno) [all …]
|
H A D | xfs_fsops.c | 41 xfs_agnumber_t oagcount, in xfs_resizefs_init_new_ags() 42 xfs_agnumber_t nagcount, in xfs_resizefs_init_new_ags() 90 xfs_agnumber_t oagcount = mp->m_sb.sb_agcount; in xfs_growfs_data_private() 93 xfs_agnumber_t nagcount; in xfs_growfs_data_private() 94 xfs_agnumber_t nagimax = 0; in xfs_growfs_data_private() 577 xfs_agnumber_t agno; in xfs_fs_reserve_ag_blocks() 605 xfs_agnumber_t agno; in xfs_fs_unreserve_ag_blocks()
|
H A D | xfs_super.h | 90 extern xfs_agnumber_t xfs_set_inode_alloc(struct xfs_mount *, 91 xfs_agnumber_t agcount);
|
H A D | xfs_filestream.c | 59 xfs_agnumber_t start_agno, in xfs_filestream_pick_ag() 68 xfs_agnumber_t agno; in xfs_filestream_pick_ag() 268 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, pino); in xfs_filestream_create_association() 281 xfs_agnumber_t rotorstep = xfs_rotorstep; in xfs_filestream_create_association()
|
H A D | xfs_mount.h | 143 xfs_agnumber_t m_maxagi; /* highest inode alloc group */ 218 xfs_agnumber_t m_agfrotor; /* last ag where space found */ 488 static inline xfs_agnumber_t 493 return (xfs_agnumber_t) ld; in xfs_daddr_to_agno()
|
H A D | xfs_icreate_item.h | 17 void xfs_icreate_log(struct xfs_trans *tp, xfs_agnumber_t agno,
|
H A D | xfs_icreate_item.c | 92 xfs_agnumber_t agno, in xfs_icreate_log() 151 xfs_agnumber_t agno; in xlog_recover_icreate_commit_pass2()
|
H A D | xfs_notify_failure.c | 116 xfs_agnumber_t agno = XFS_FSB_TO_AGNO(mp, fsbno); in xfs_dax_notify_ddev_failure() 119 xfs_agnumber_t end_agno = XFS_FSB_TO_AGNO(mp, end_fsbno); in xfs_dax_notify_ddev_failure()
|
H A D | xfs_drain.h | 65 xfs_agnumber_t agno);
|
H A D | xfs_iwalk.h | 35 xfs_agnumber_t agno,
|
H A D | xfs_extent_busy.h | 23 xfs_agnumber_t agno;
|
H A D | xfs_drain.c | 103 xfs_agnumber_t agno) in xfs_perag_intent_get()
|