Home
last modified time | relevance | path

Searched refs:xfs_suminfo_t (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/
Dxfs_rtalloc.h48 (((s) * (uint)sizeof(xfs_suminfo_t)) >> (mp)->m_sb.sb_blocklog)
50 ((xfs_suminfo_t *)((bp)->b_addr + \
51 (((so) * (uint)sizeof(xfs_suminfo_t)) & XFS_BLOCKMASK(mp))))
Dxfs_rtalloc.c60 xfs_rtblock_t, xfs_buf_t **, xfs_fsblock_t *, xfs_suminfo_t *);
600 xfs_suminfo_t sum; /* summary information for extents */ in xfs_rtallocate_extent_size()
818 xfs_suminfo_t sum; /* summary data */ in xfs_rtany_summary()
1089 xfs_suminfo_t sum; /* summary data */ in xfs_rtcopy_summary()
1552 xfs_suminfo_t *sum) /* out: summary info for this block */ in xfs_rtget_summary()
1558 xfs_suminfo_t *sp; /* pointer to returned data */ in xfs_rtget_summary()
1784 xfs_suminfo_t *sp; /* pointer to returned data */ in xfs_rtmodify_summary()
1894 nrsumsize = (uint)sizeof(xfs_suminfo_t) * nrsumlevels * nrbmblocks; in xfs_growfs_rt()
1953 (uint)sizeof(xfs_suminfo_t) * nrsumlevels * in xfs_growfs_rt()
2212 (uint)sizeof(xfs_suminfo_t) * mp->m_rsumlevels * in xfs_rtmount_init()
Dxfs_types.h67 typedef __int32_t xfs_suminfo_t; /* type of bitmap summary info */ typedef