/linux-4.19.296/fs/xfs/libxfs/ |
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_types.c | 28 xfs_agnumber_t agno) in xfs_ag_block_count() 44 xfs_agnumber_t agno, in xfs_verify_agbno() 66 xfs_agnumber_t agno = XFS_FSB_TO_AGNO(mp, fsbno); in xfs_verify_fsbno() 77 xfs_agnumber_t agno, in xfs_agino_range() 109 xfs_agnumber_t agno, in xfs_verify_agino() 128 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, ino); in xfs_verify_ino() 183 xfs_agnumber_t agno; in xfs_icount_range()
|
D | xfs_types.h | 14 typedef uint32_t xfs_agnumber_t; /* allocation group number */ typedef 53 #define NULLAGNUMBER ((xfs_agnumber_t)-1) 155 xfs_agblock_t xfs_ag_block_count(struct xfs_mount *mp, xfs_agnumber_t agno); 156 bool xfs_verify_agbno(struct xfs_mount *mp, xfs_agnumber_t agno, 160 void xfs_agino_range(struct xfs_mount *mp, xfs_agnumber_t agno, 162 bool xfs_verify_agino(struct xfs_mount *mp, xfs_agnumber_t agno,
|
D | xfs_alloc.h | 59 xfs_agnumber_t agno; /* allocation group number */ 145 xfs_agnumber_t agno, /* allocation group number */ 166 xfs_agnumber_t agno, /* allocation group number */ 222 xfs_agnumber_t agno, int flags, struct xfs_buf **bpp); 224 xfs_agnumber_t agno, struct xfs_buf **bpp); 225 int xfs_free_agfl_block(struct xfs_trans *, xfs_agnumber_t, xfs_agblock_t, 228 int xfs_free_extent_fix_freelist(struct xfs_trans *tp, xfs_agnumber_t agno,
|
D | xfs_ialloc.h | 121 xfs_agnumber_t agno, /* allocation group number */ 132 xfs_agnumber_t agno); /* allocation group number */ 151 xfs_agnumber_t agno, xfs_agblock_t agbno, 155 xfs_agnumber_t agno, struct xfs_buf **bpp);
|
D | xfs_refcount_btree.h | 48 xfs_agnumber_t agno); 58 struct xfs_trans *tp, xfs_agnumber_t agno, xfs_extlen_t *ask,
|
D | xfs_ag_resv.h | 29 xfs_agnumber_t agno) in xfs_ag_resv_rmapbt_alloc() 43 xfs_agnumber_t agno) in xfs_ag_resv_rmapbt_free()
|
D | xfs_ialloc_btree.h | 49 struct xfs_trans *, struct xfs_buf *, xfs_agnumber_t, 64 xfs_agnumber_t agno, xfs_extlen_t *ask, xfs_extlen_t *used);
|
D | xfs_rmap_btree.h | 45 xfs_agnumber_t agno); 55 xfs_agnumber_t agno, xfs_extlen_t *ask, xfs_extlen_t *used);
|
D | xfs_rmap.h | 139 xfs_agnumber_t agno, xfs_agblock_t bno, xfs_extlen_t len, 142 xfs_agnumber_t agno, xfs_agblock_t bno, xfs_extlen_t len, 195 int xfs_rmap_alloc_extent(struct xfs_trans *tp, xfs_agnumber_t agno, 197 int xfs_rmap_free_extent(struct xfs_trans *tp, xfs_agnumber_t agno,
|
D | xfs_ialloc.c | 125 xfs_agnumber_t agno = cur->bc_private.a.agno; in xfs_inobt_get_rec() 198 xfs_agnumber_t agno = be32_to_cpu(agi->agi_seqno); in xfs_inobt_insert() 284 xfs_agnumber_t agno, in xfs_ialloc_inode_init() 547 xfs_agnumber_t agno = be32_to_cpu(agi->agi_seqno); in xfs_inobt_insert_sprec() 629 xfs_agnumber_t agno; in xfs_ialloc_ag_alloc() 918 STATIC xfs_agnumber_t 922 xfs_agnumber_t agno; in xfs_ialloc_next_ag() 937 STATIC xfs_agnumber_t 943 xfs_agnumber_t agcount; /* number of ag's in the filesystem */ in xfs_ialloc_ag_select() 944 xfs_agnumber_t agno; /* current ag number */ in xfs_ialloc_ag_select() [all …]
|
D | xfs_alloc_btree.h | 50 xfs_agnumber_t, xfs_btnum_t);
|
/linux-4.19.296/fs/xfs/ |
D | xfs_filestream.c | 27 xfs_agnumber_t ag; /* AG in use for this directory */ 75 xfs_agnumber_t agno) in xfs_filestream_peek_ag() 89 xfs_agnumber_t agno) in xfs_filestream_get_ag() 103 xfs_agnumber_t agno) in xfs_filestream_put_ag() 134 xfs_agnumber_t startag, in xfs_filestream_pick_ag() 135 xfs_agnumber_t *agp, in xfs_filestream_pick_ag() 143 xfs_agnumber_t ag, max_ag = NULLAGNUMBER; in xfs_filestream_pick_ag() 305 xfs_agnumber_t 311 xfs_agnumber_t startag, ag = NULLAGNUMBER; in xfs_filestream_lookup_ag() 334 xfs_agnumber_t rotorstep = xfs_rotorstep; in xfs_filestream_lookup_ag() [all …]
|
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_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_mount.h | 77 xfs_agnumber_t m_agfrotor; /* last ag where space found */ 78 xfs_agnumber_t m_agirotor; /* last ag dir inode alloced */ 80 xfs_agnumber_t m_maxagi; /* highest inode alloc group */ 298 static inline xfs_agnumber_t 303 return (xfs_agnumber_t) ld; in xfs_daddr_to_agno() 336 xfs_agnumber_t pag_agno; /* AG this structure belongs to */ 412 extern int xfs_initialize_perag(xfs_mount_t *mp, xfs_agnumber_t agcount, 413 xfs_agnumber_t *maxagi);
|
D | xfs_trace.h | 95 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, int refcount, 100 __field(xfs_agnumber_t, agno) 119 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, int refcount, \ 133 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno), 137 __field(xfs_agnumber_t, agno) 149 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno), \ 492 TP_PROTO(struct xfs_mount *mp, xfs_ino_t ino, xfs_agnumber_t agno), 497 __field(xfs_agnumber_t, agno) 514 TP_PROTO(struct xfs_mount *mp, xfs_ino_t ino, xfs_agnumber_t agno), \ 521 TP_PROTO(struct xfs_inode *ip, xfs_agnumber_t agno, [all …]
|
D | xfs_super.h | 62 extern xfs_agnumber_t xfs_set_inode_alloc(struct xfs_mount *, 63 xfs_agnumber_t agcount);
|
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() 566 xfs_agnumber_t agno = NULLAGNUMBER; in xfs_extent_busy_clear() 623 xfs_agnumber_t agno; in xfs_extent_busy_wait_all()
|
D | xfs_fsops.c | 37 xfs_agnumber_t nagcount; in xfs_growfs_data_private() 38 xfs_agnumber_t nagimax = 0; in xfs_growfs_data_private() 41 xfs_agnumber_t oagcount; in xfs_growfs_data_private() 532 xfs_agnumber_t agno; in xfs_fs_reserve_ag_blocks() 562 xfs_agnumber_t agno; in xfs_fs_unreserve_ag_blocks()
|
D | xfs_icreate_item.h | 17 void xfs_icreate_log(struct xfs_trans *tp, xfs_agnumber_t agno,
|
D | xfs_discard.c | 26 xfs_agnumber_t agno, in xfs_trim_extents() 156 xfs_agnumber_t start_agno, end_agno, agno; in xfs_ioc_trim()
|
/linux-4.19.296/fs/xfs/scrub/ |
D | trace.h | 23 __field(xfs_agnumber_t, agno) 62 TP_PROTO(struct xfs_scrub *sc, xfs_agnumber_t agno, 68 __field(xfs_agnumber_t, agno) 128 __field(xfs_agnumber_t, agno) 134 xfs_agnumber_t agno; 262 __field(xfs_agnumber_t, agno) 305 __field(xfs_agnumber_t, agno) 347 __field(xfs_agnumber_t, agno) 385 __field(xfs_agnumber_t, agno) 424 __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); 117 int xchk_ag_init(struct xfs_scrub *sc, xfs_agnumber_t agno, 120 int xchk_ag_read_headers(struct xfs_scrub *sc, xfs_agnumber_t agno,
|
D | common.c | 73 xfs_agnumber_t agno, in __xchk_process_error() 103 xfs_agnumber_t agno, in xchk_process_error() 114 xfs_agnumber_t agno, in xchk_xref_process_error() 402 xfs_agnumber_t agno, in xchk_ag_read_headers() 459 xfs_agnumber_t agno = sa->agno; in xchk_ag_btcur_init() 548 xfs_agnumber_t agno, in xchk_ag_init()
|