Home
last modified time | relevance | path

Searched refs:xfs_agnumber_t (Results 1 – 25 of 31) sorted by relevance

12

/fs/xfs/
Dxfs_mount.h55 ((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 *);
Dxfs_extent_busy.h33 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,
Dxfs_filestream.c121 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 …]
Dxfs_ialloc.c159 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 …]
Dxfs_alloc.h105 xfs_agnumber_t agno; /* allocation group number */
172 xfs_agnumber_t agno, /* allocation group number */
193 xfs_agnumber_t agno, /* allocation group number */
Dxfs_ag.h129 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))
Dxfs_filestream.h56 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);
Dxfs_super.h79 extern xfs_agnumber_t xfs_set_inode32(struct xfs_mount *);
80 extern xfs_agnumber_t xfs_set_inode64(struct xfs_mount *);
Dxfs_ialloc.h128 xfs_agnumber_t agno, /* allocation group number */
139 xfs_agnumber_t agno); /* allocation group number */
Dxfs_extent_busy.c37 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()
Dxfs_types.h61 typedef __uint32_t xfs_agnumber_t; /* allocation group number */ typedef
119 #define NULLAGNUMBER ((xfs_agnumber_t)-1)
Dxfs_trace.h103 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 …]
Dxfs_btree.h265 xfs_agnumber_t agno; /* ag number */
351 xfs_agnumber_t agno, /* allocation group number */
407 xfs_agnumber_t agno, /* allocation group number */
Dxfs_discard.c39 xfs_agnumber_t agno, in xfs_trim_extents()
164 xfs_agnumber_t start_agno, end_agno, agno; in xfs_ioc_trim()
Dxfs_alloc_btree.c56 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()
Dxfs_alloc_btree.h95 xfs_agnumber_t, xfs_btnum_t);
Dxfs_fsops.c149 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()
Dxfs_mount.c206 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()
Dxfs_ialloc_btree.h110 struct xfs_trans *, struct xfs_buf *, xfs_agnumber_t);
Dxfs_inum.h39 ((xfs_agnumber_t)((i) >> XFS_INO_AGINO_BITS(mp)))
Dxfs_icache.c656 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()
Dxfs_super.c616 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()
Dxfs_alloc.c527 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()
Dxfs_itable.c198 xfs_agnumber_t agno; /* allocation group number */ in xfs_bulkstat()
615 xfs_agnumber_t agno; in xfs_inumbers()
Dxfs_ialloc_btree.c327 xfs_agnumber_t agno) /* allocation group number */ in xfs_inobt_init_cursor()

12