Searched refs:xfs_perag (Results 1 – 19 of 19) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_sb.h | 24 extern struct xfs_perag *xfs_perag_get(struct xfs_mount *, xfs_agnumber_t); 25 extern struct xfs_perag *xfs_perag_get_tag(struct xfs_mount *, xfs_agnumber_t, 27 extern void xfs_perag_put(struct xfs_perag *pag);
|
D | xfs_alloc.h | 24 struct xfs_perag; 103 struct xfs_perag *pag; /* per-ag struct for this agno */ 136 struct xfs_perag *pag, xfs_extlen_t need); 138 struct xfs_perag *pag);
|
D | xfs_sb.c | 49 struct xfs_perag * 54 struct xfs_perag *pag; in xfs_perag_get() 71 struct xfs_perag * 77 struct xfs_perag *pag; in xfs_perag_get_tag() 96 struct xfs_perag *pag) in xfs_perag_put()
|
D | xfs_alloc_btree.c | 55 struct xfs_perag *pag = xfs_perag_get(cur->bc_mp, seqno); in xfs_allocbt_set_root() 139 struct xfs_perag *pag; in xfs_allocbt_update_lastrec() 278 struct xfs_perag *pag = bp->b_pag; in xfs_allocbt_verify()
|
D | xfs_alloc.c | 571 struct xfs_perag *pag, in xfs_alloc_update_counters() 1863 struct xfs_perag *pag, in xfs_alloc_longest_free_extent() 1879 struct xfs_perag *pag) in xfs_alloc_min_freelist() 1905 struct xfs_perag *pag = args->pag; in xfs_alloc_space_available() 1990 struct xfs_perag *pag) in xfs_agfl_reset() 2023 struct xfs_perag *pag = args->pag; in xfs_alloc_fix_freelist() 2483 struct xfs_perag *pag; /* per allocation group data */ in xfs_alloc_read_agf()
|
D | xfs_ialloc.c | 610 struct xfs_perag *pag; in xfs_ialloc_ag_alloc() 1117 struct xfs_perag *pag; in xfs_dialloc_ag_inobt() 1542 struct xfs_perag *pag; in xfs_dialloc_ag() 1684 struct xfs_perag *pag; in xfs_dialloc() 1899 struct xfs_perag *pag; in xfs_difree_inobt() 2613 struct xfs_perag *pag; /* per allocation group data */ in xfs_ialloc_read_agi()
|
D | xfs_ialloc_btree.c | 224 struct xfs_perag *pag = bp->b_pag; in xfs_inobt_verify()
|
D | xfs_bmap.c | 3510 struct xfs_perag *pag; in xfs_bmap_longest_free_extent()
|
/fs/xfs/ |
D | xfs_extent_busy.c | 44 struct xfs_perag *pag; in xfs_extent_busy_insert() 111 struct xfs_perag *pag; in xfs_extent_busy_search() 159 struct xfs_perag *pag, in xfs_extent_busy_update_extent() 312 struct xfs_perag *pag; in xfs_extent_busy_reuse() 541 struct xfs_perag *pag, in xfs_extent_busy_clear_one() 566 struct xfs_perag *pag = NULL; in xfs_extent_busy_clear()
|
D | xfs_icache.c | 41 struct xfs_perag *pag, struct xfs_inode *ip); 182 struct xfs_perag *pag, in xfs_iget_cache_hit() 319 struct xfs_perag *pag, in xfs_iget_cache_miss() 579 struct xfs_perag *pag, in xfs_inode_ag_walk() 718 struct xfs_perag *pag; in xfs_inode_ag_iterator_flags() 758 struct xfs_perag *pag; in xfs_inode_ag_iterator_tag() 818 struct xfs_perag *pag, in __xfs_inode_set_reclaim_tag() 852 struct xfs_perag *pag; in xfs_inode_set_reclaim_tag() 981 struct xfs_perag *pag, in xfs_reclaim_inode() 1109 struct xfs_perag *pag; in xfs_reclaim_inodes_ag() [all …]
|
D | xfs_filestream.c | 86 struct xfs_perag *pag; in xfs_filestream_peek_ag() 100 struct xfs_perag *pag; in xfs_filestream_get_ag() 114 struct xfs_perag *pag; in xfs_filestream_put_ag() 149 struct xfs_perag *pag; in xfs_filestream_pick_ag()
|
D | xfs_icache.h | 22 struct xfs_perag;
|
D | xfs_mount.c | 135 struct xfs_perag *pag = container_of(head, struct xfs_perag, rcu_head); in __xfs_free_perag() 149 struct xfs_perag *pag; in xfs_free_perag()
|
D | xfs_discard.c | 47 struct xfs_perag *pag; in xfs_trim_extents()
|
D | xfs_mount.h | 271 typedef struct xfs_perag { struct
|
D | xfs_buf.h | 166 struct xfs_perag *b_pag; /* contains rbtree root */
|
D | xfs_buf.c | 443 struct xfs_perag *pag; in _xfs_buf_find() 877 struct xfs_perag *pag = bp->b_pag; in xfs_buf_rele()
|
D | xfs_inode.c | 2226 struct xfs_perag *pag; in xfs_ifree_cluster() 3184 struct xfs_perag *pag; in xfs_iflush_cluster()
|
D | xfs_super.c | 637 struct xfs_perag *pag; in xfs_set_inode64()
|