Searched refs:xfs_perag (Results 1 – 19 of 19) sorted by relevance
/linux-4.1.27/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);
|
D | xfs_sb.c | 48 struct xfs_perag * 53 struct xfs_perag *pag; in xfs_perag_get() 70 struct xfs_perag * 76 struct xfs_perag *pag; in xfs_perag_get_tag() 95 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_ialloc.c | 367 struct xfs_perag *pag; in xfs_ialloc_ag_alloc() 749 struct xfs_perag *pag; in xfs_dialloc_ag_inobt() 1174 struct xfs_perag *pag; in xfs_dialloc_ag() 1316 struct xfs_perag *pag; in xfs_dialloc() 1455 struct xfs_perag *pag; in xfs_difree_inobt() 2157 struct xfs_perag *pag; /* per allocation group data */ in xfs_ialloc_read_agi()
|
D | xfs_ialloc_btree.c | 215 struct xfs_perag *pag = bp->b_pag; in xfs_inobt_verify()
|
D | xfs_alloc.c | 554 struct xfs_perag *pag, in xfs_alloc_update_counters() 1828 struct xfs_perag *pag) in xfs_alloc_longest_free_extent() 2325 struct xfs_perag *pag; /* per allocation group data */ in xfs_alloc_read_agf()
|
D | xfs_bmap.c | 3508 struct xfs_perag *pag; in xfs_bmap_longest_free_extent()
|
/linux-4.1.27/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); 142 struct xfs_perag *pag, in xfs_iget_cache_hit() 276 struct xfs_perag *pag, in xfs_iget_cache_miss() 511 struct xfs_perag *pag, in xfs_inode_ag_walk() 645 struct xfs_perag *pag; in xfs_inode_ag_iterator() 673 struct xfs_perag *pag; in xfs_inode_ag_iterator_tag() 732 struct xfs_perag *pag, in __xfs_inode_set_reclaim_tag() 766 struct xfs_perag *pag; in xfs_inode_set_reclaim_tag() 895 struct xfs_perag *pag, in xfs_reclaim_inode() 1023 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_discard.c | 47 struct xfs_perag *pag; in xfs_trim_extents()
|
D | xfs_mount.c | 125 struct xfs_perag *pag = container_of(head, struct xfs_perag, rcu_head); in __xfs_free_perag() 139 struct xfs_perag *pag; in xfs_free_perag()
|
D | xfs_mount.h | 266 typedef struct xfs_perag { struct
|
D | xfs_buf.h | 164 struct xfs_perag *b_pag; /* contains rbtree root */
|
D | xfs_buf.c | 442 struct xfs_perag *pag; in _xfs_buf_find() 877 struct xfs_perag *pag = bp->b_pag; in xfs_buf_rele()
|
D | xfs_inode.c | 2252 struct xfs_perag *pag; in xfs_ifree_cluster() 3200 struct xfs_perag *pag; in xfs_iflush_cluster()
|
D | xfs_super.c | 638 struct xfs_perag *pag; in xfs_set_inode64()
|