/fs/xfs/ |
D | xfs_mount.h | 55 ((xfs_agnumber_t)(XFS_BB_TO_FSBT(mp, d) / (mp)->m_sb.sb_agblocks)) 128 xfs_agnumber_t m_agfrotor; /* last ag where space found */ 129 xfs_agnumber_t m_agirotor; /* last ag dir inode alloced */ 131 xfs_agnumber_t m_maxagi; /* highest inode alloc group */ 321 static inline xfs_agnumber_t 326 return (xfs_agnumber_t) ld; in xfs_daddr_to_agno() 339 struct xfs_perag *xfs_perag_get(struct xfs_mount *mp, xfs_agnumber_t agno); 340 struct xfs_perag *xfs_perag_get_tag(struct xfs_mount *mp, xfs_agnumber_t agno, 396 extern int xfs_initialize_perag(struct xfs_mount *, xfs_agnumber_t, 397 xfs_agnumber_t *);
|
D | xfs_extent_busy.h | 33 xfs_agnumber_t agno; 42 xfs_extent_busy_insert(struct xfs_trans *tp, xfs_agnumber_t agno, 50 xfs_extent_busy_search(struct xfs_mount *mp, xfs_agnumber_t agno, 54 xfs_extent_busy_reuse(struct xfs_mount *mp, xfs_agnumber_t agno,
|
D | xfs_filestream.c | 121 xfs_agnumber_t ag; /* AG currently in use for the file/directory. */ 166 xfs_agnumber_t agno) in xfs_filestream_peek_ag() 180 xfs_agnumber_t agno) in xfs_filestream_get_ag() 194 xfs_agnumber_t agno) in xfs_filestream_put_ag() 210 xfs_agnumber_t startag, in _xfs_filestream_pick_ag() 211 xfs_agnumber_t *agp, in _xfs_filestream_pick_ag() 218 xfs_agnumber_t ag, max_ag = NULLAGNUMBER; in _xfs_filestream_pick_ag() 334 xfs_agnumber_t ag) in _xfs_filestream_update_ag() 340 xfs_agnumber_t old_ag; in _xfs_filestream_update_ag() 531 xfs_agnumber_t [all …]
|
D | xfs_ialloc.c | 159 xfs_agnumber_t agno, in xfs_ialloc_inode_init() 279 xfs_agnumber_t agno; in xfs_ialloc_ag_alloc() 459 STATIC xfs_agnumber_t 463 xfs_agnumber_t agno; in xfs_ialloc_next_ag() 478 STATIC xfs_agnumber_t 485 xfs_agnumber_t agcount; /* number of ag's in the filesystem */ in xfs_ialloc_ag_select() 486 xfs_agnumber_t agno; /* current ag number */ in xfs_ialloc_ag_select() 493 xfs_agnumber_t pagno; /* parent (starting) ag number */ in xfs_ialloc_ag_select() 653 xfs_agnumber_t agno = be32_to_cpu(agi->agi_seqno); in xfs_dialloc_ag() 654 xfs_agnumber_t pagno = XFS_INO_TO_AGNO(mp, parent); in xfs_dialloc_ag() [all …]
|
D | xfs_alloc.h | 105 xfs_agnumber_t agno; /* allocation group number */ 172 xfs_agnumber_t agno, /* allocation group number */ 193 xfs_agnumber_t agno, /* allocation group number */
|
D | xfs_ag.h | 129 xfs_agnumber_t agno, int flags, struct xfs_buf **bpp); 192 xfs_agnumber_t agno, struct xfs_buf **bpp); 237 xfs_agnumber_t pag_agno; /* AG this structure belongs to */ 305 ((xfs_agnumber_t)((fsbno) >> (mp)->m_sb.sb_agblklog))
|
D | xfs_filestream.h | 56 xfs_agnumber_t xfs_filestream_lookup_ag(struct xfs_inode *ip); 59 int xfs_filestream_new_ag(struct xfs_bmalloca *ap, xfs_agnumber_t *agp);
|
D | xfs_super.h | 79 extern xfs_agnumber_t xfs_set_inode32(struct xfs_mount *); 80 extern xfs_agnumber_t xfs_set_inode64(struct xfs_mount *);
|
D | xfs_ialloc.h | 128 xfs_agnumber_t agno, /* allocation group number */ 139 xfs_agnumber_t agno); /* allocation group number */
|
D | xfs_extent_busy.c | 37 xfs_agnumber_t agno, in xfs_extent_busy_insert() 107 xfs_agnumber_t agno, in xfs_extent_busy_search() 306 xfs_agnumber_t agno, in xfs_extent_busy_reuse() 566 xfs_agnumber_t agno = NULLAGNUMBER; in xfs_extent_busy_clear()
|
D | xfs_types.h | 61 typedef __uint32_t xfs_agnumber_t; /* allocation group number */ typedef 119 #define NULLAGNUMBER ((xfs_agnumber_t)-1)
|
D | xfs_trace.h | 103 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, int refcount, 108 __field(xfs_agnumber_t, agno) 127 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, int refcount, \ 1196 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, 1201 __field(xfs_agnumber_t, agno) 1219 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, \ 1229 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, 1235 __field(xfs_agnumber_t, agno) 1283 __field(xfs_agnumber_t, agno) 1335 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agblock_t agbno, [all …]
|
D | xfs_btree.h | 265 xfs_agnumber_t agno; /* ag number */ 351 xfs_agnumber_t agno, /* allocation group number */ 407 xfs_agnumber_t agno, /* allocation group number */
|
D | xfs_discard.c | 39 xfs_agnumber_t agno, in xfs_trim_extents() 164 xfs_agnumber_t start_agno, end_agno, agno; in xfs_ioc_trim()
|
D | xfs_alloc_btree.c | 56 xfs_agnumber_t seqno = be32_to_cpu(agf->agf_seqno); in xfs_allocbt_set_root() 142 xfs_agnumber_t seqno = be32_to_cpu(agf->agf_seqno); in xfs_allocbt_update_lastrec() 459 xfs_agnumber_t agno, /* allocation group number */ in xfs_allocbt_init_cursor()
|
D | xfs_alloc_btree.h | 95 xfs_agnumber_t, xfs_btnum_t);
|
D | xfs_fsops.c | 149 xfs_agnumber_t agno; in xfs_growfs_data_private() 157 xfs_agnumber_t nagcount; in xfs_growfs_data_private() 158 xfs_agnumber_t nagimax = 0; in xfs_growfs_data_private() 162 xfs_agnumber_t oagcount; in xfs_growfs_data_private()
|
D | xfs_mount.c | 206 xfs_perag_get(struct xfs_mount *mp, xfs_agnumber_t agno) in xfs_perag_get() 228 xfs_agnumber_t first, in xfs_perag_get_tag() 275 xfs_agnumber_t agno; in xfs_free_perag() 483 xfs_agnumber_t agcount, in xfs_initialize_perag() 484 xfs_agnumber_t *maxagi) in xfs_initialize_perag() 486 xfs_agnumber_t index; in xfs_initialize_perag() 487 xfs_agnumber_t first_initialised = 0; in xfs_initialize_perag() 927 xfs_initialize_perag_data(xfs_mount_t *mp, xfs_agnumber_t agcount) in xfs_initialize_perag_data() 929 xfs_agnumber_t index; in xfs_initialize_perag_data()
|
D | xfs_ialloc_btree.h | 110 struct xfs_trans *, struct xfs_buf *, xfs_agnumber_t);
|
D | xfs_inum.h | 39 ((xfs_agnumber_t)((i) >> XFS_INO_AGINO_BITS(mp)))
|
D | xfs_icache.c | 656 xfs_agnumber_t ag; in xfs_inode_ag_iterator() 685 xfs_agnumber_t ag; in xfs_inode_ag_iterator_tag() 1037 xfs_agnumber_t ag; in xfs_reclaim_inodes_ag() 1188 xfs_agnumber_t ag = 0; in xfs_reclaim_inodes_count()
|
D | xfs_super.c | 616 xfs_agnumber_t 619 xfs_agnumber_t index = 0; in xfs_set_inode32() 620 xfs_agnumber_t maxagi = 0; in xfs_set_inode32() 622 xfs_agnumber_t max_metadata; in xfs_set_inode32() 666 xfs_agnumber_t 669 xfs_agnumber_t index = 0; in xfs_set_inode64()
|
D | xfs_alloc.c | 527 xfs_agnumber_t agno, /* allocation group number */ in xfs_alloc_read_agfl() 1540 xfs_agnumber_t agno, /* allocation group number */ in xfs_free_ag_extent() 2115 xfs_agnumber_t agno, /* allocation group number */ in xfs_alloc_pagf_init() 2279 xfs_agnumber_t agno, /* allocation group number */ in xfs_read_agf() 2307 xfs_agnumber_t agno, /* allocation group number */ in xfs_alloc_read_agf() 2372 xfs_agnumber_t sagno; /* starting allocation group number */ in xfs_alloc_vextent() 2376 xfs_agnumber_t rotorstep = xfs_rotorstep; /* inode32 agf stepper */ in xfs_alloc_vextent()
|
D | xfs_itable.c | 198 xfs_agnumber_t agno; /* allocation group number */ in xfs_bulkstat() 615 xfs_agnumber_t agno; in xfs_inumbers()
|
D | xfs_ialloc_btree.c | 327 xfs_agnumber_t agno) /* allocation group number */ in xfs_inobt_init_cursor()
|