Home
last modified time | relevance | path

Searched refs:xfs_agf (Results 1 – 9 of 9) sorted by relevance

/fs/xfs/libxfs/
Dxfs_refcount_btree.c55 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_refcountbt_set_root()
78 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_refcountbt_alloc_block()
128 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_refcountbt_free_block()
197 struct xfs_agf *agf = XFS_BUF_TO_AGF(cur->bc_private.a.agbp); in xfs_refcountbt_init_ptr_from_cur()
341 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_refcountbt_init_cursor()
429 struct xfs_agf *agf; in xfs_refcountbt_calc_reserves()
Dxfs_rmap_btree.c80 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_rmapbt_set_root()
103 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_rmapbt_alloc_block()
144 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_rmapbt_free_block()
236 struct xfs_agf *agf = XFS_BUF_TO_AGF(cur->bc_private.a.agbp); in xfs_rmapbt_init_ptr_from_cur()
471 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_rmapbt_init_cursor()
570 struct xfs_agf *agf; in xfs_rmapbt_calc_reserves()
Dxfs_alloc_btree.c52 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_allocbt_set_root()
109 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_allocbt_free_block()
135 struct xfs_agf *agf = XFS_BUF_TO_AGF(cur->bc_private.a.agbp); in xfs_allocbt_update_lastrec()
248 struct xfs_agf *agf = XFS_BUF_TO_AGF(cur->bc_private.a.agbp); in xfs_allocbt_init_ptr_from_cur()
500 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_allocbt_init_cursor()
Dxfs_alloc.c655 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_alloc_update_counters()
2073 struct xfs_agf *agf) in xfs_agfl_needs_reset()
2126 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_agfl_reset()
2514 struct xfs_agf *agf = XFS_BUF_TO_AGF(bp); in xfs_agf_verify()
2651 struct xfs_agf *agf; /* ag freelist header */ in xfs_alloc_read_agf()
Dxfs_format.h628 typedef struct xfs_agf { struct
672 #define XFS_AGF_CRC_OFF offsetof(struct xfs_agf, agf_crc) argument
Dxfs_btree.c122 struct xfs_agf *agf; /* ag. freespace structure */ in xfs_btree_check_sblock()
/fs/xfs/
Dxfs_ondisk.h36 XFS_CHECK_STRUCT_SIZE(struct xfs_agf, 224); in xfs_check_ondisk_structs()
Dxfs_trace.h26 struct xfs_agf;
1517 TP_PROTO(struct xfs_mount *mp, struct xfs_agf *agf, int flags,
1574 TP_PROTO(struct xfs_mount *mp, struct xfs_agf *agf, int flags, \
1577 DEFINE_AGF_EVENT(xfs_agf);
Dxfs_log_recover.c2296 lsn = be64_to_cpu(((struct xfs_agf *)blk)->agf_lsn); in xlog_recover_get_buf_lsn()
2297 uuid = &((struct xfs_agf *)blk)->agf_uuid; in xlog_recover_get_buf_lsn()