Home
last modified time | relevance | path

Searched defs:pag (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_icache.c142 struct xfs_perag *pag, in xfs_iget_cache_hit()
276 struct xfs_perag *pag, in xfs_iget_cache_miss()
399 xfs_perag_t *pag; in xfs_iget() local
511 struct xfs_perag *pag, in xfs_inode_ag_walk()
645 struct xfs_perag *pag; in xfs_inode_ag_iterator() local
673 struct xfs_perag *pag; in xfs_inode_ag_iterator_tag() local
732 struct xfs_perag *pag, in __xfs_inode_set_reclaim_tag()
766 struct xfs_perag *pag; in xfs_inode_set_reclaim_tag() local
780 xfs_perag_t *pag, in __xfs_inode_clear_reclaim()
799 xfs_perag_t *pag, in __xfs_inode_clear_reclaim_tag()
[all …]
Dxfs_extent_busy.c44 struct xfs_perag *pag; in xfs_extent_busy_insert() local
111 struct xfs_perag *pag; in xfs_extent_busy_search() local
159 struct xfs_perag *pag, in xfs_extent_busy_update_extent()
312 struct xfs_perag *pag; in xfs_extent_busy_reuse() local
541 struct xfs_perag *pag, in xfs_extent_busy_clear_one()
566 struct xfs_perag *pag = NULL; in xfs_extent_busy_clear() local
Dxfs_filestream.c86 struct xfs_perag *pag; in xfs_filestream_peek_ag() local
100 struct xfs_perag *pag; in xfs_filestream_get_ag() local
114 struct xfs_perag *pag; in xfs_filestream_put_ag() local
149 struct xfs_perag *pag; in xfs_filestream_pick_ag() local
Dxfs_mount.c125 struct xfs_perag *pag = container_of(head, struct xfs_perag, rcu_head); in __xfs_free_perag() local
139 struct xfs_perag *pag; in xfs_free_perag() local
177 xfs_perag_t *pag; in xfs_initialize_perag() local
Dxfs_discard.c47 struct xfs_perag *pag; in xfs_trim_extents() local
Dxfs_super.c589 xfs_perag_t *pag; in xfs_set_inode32() local
638 struct xfs_perag *pag; in xfs_set_inode64() local
Dxfs_buf.c442 struct xfs_perag *pag; in _xfs_buf_find() local
877 struct xfs_perag *pag = bp->b_pag; in xfs_buf_rele() local
Dxfs_inode.c2252 struct xfs_perag *pag; in xfs_ifree_cluster() local
3200 struct xfs_perag *pag; in xfs_iflush_cluster() local
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_sb.c53 struct xfs_perag *pag; in xfs_perag_get() local
76 struct xfs_perag *pag; in xfs_perag_get_tag() local
95 struct xfs_perag *pag) in xfs_perag_put()
708 xfs_perag_t *pag; in xfs_initialize_perag_data() local
Dxfs_alloc_btree.c55 struct xfs_perag *pag = xfs_perag_get(cur->bc_mp, seqno); in xfs_allocbt_set_root() local
139 struct xfs_perag *pag; in xfs_allocbt_update_lastrec() local
278 struct xfs_perag *pag = bp->b_pag; in xfs_allocbt_verify() local
Dxfs_alloc.c554 struct xfs_perag *pag, in xfs_alloc_update_counters()
1567 xfs_perag_t *pag; /* per allocation group data */ in xfs_free_ag_extent() local
1828 struct xfs_perag *pag) in xfs_alloc_longest_free_extent()
1859 xfs_perag_t *pag; /* per-ag information structure */ in xfs_alloc_fix_freelist() local
2034 xfs_perag_t *pag; /* per allocation group data */ in xfs_alloc_get_freelist() local
2154 xfs_perag_t *pag; /* per allocation group data */ in xfs_alloc_put_freelist() local
2325 struct xfs_perag *pag; /* per allocation group data */ in xfs_alloc_read_agf() local
Dxfs_ialloc.c367 struct xfs_perag *pag; in xfs_ialloc_ag_alloc() local
575 xfs_perag_t *pag; /* per allocation group data */ in xfs_ialloc_ag_select() local
749 struct xfs_perag *pag; in xfs_dialloc_ag_inobt() local
1174 struct xfs_perag *pag; in xfs_dialloc_ag() local
1316 struct xfs_perag *pag; in xfs_dialloc() local
1455 struct xfs_perag *pag; in xfs_difree_inobt() local
2157 struct xfs_perag *pag; /* per allocation group data */ in xfs_ialloc_read_agi() local
Dxfs_alloc.h103 struct xfs_perag *pag; /* per-ag struct for this agno */ member
Dxfs_ialloc_btree.c215 struct xfs_perag *pag = bp->b_pag; in xfs_inobt_verify() local
Dxfs_bmap.c3508 struct xfs_perag *pag; in xfs_bmap_longest_free_extent() local
Dxfs_format.h769 #define XFS_MIN_FREELIST_PAG(pag,mp) \ argument