Searched refs:xfs_suminfo_t (Results 1 – 5 of 5) sorted by relevance
37 xfs_suminfo_t *sum) /* out: summary info for this block */ in xfs_rtget_summary()59 xfs_suminfo_t sum; /* summary data */ in xfs_rtany_summary()110 xfs_suminfo_t sum; /* summary data */ in xfs_rtcopy_summary()639 xfs_suminfo_t sum; /* summary information for extents */ in xfs_rtallocate_extent_size()982 nrsumsize = (uint)sizeof(xfs_suminfo_t) * nrsumlevels * nrbmblocks; in xfs_growfs_rt()1045 (uint)sizeof(xfs_suminfo_t) * nrsumlevels * in xfs_growfs_rt()1265 (uint)sizeof(xfs_suminfo_t) * mp->m_rsumlevels * in xfs_rtmount_init()
120 xfs_suminfo_t *sum);
20 typedef int32_t xfs_suminfo_t; /* type of bitmap summary info */ typedef
452 xfs_suminfo_t *sum) /* out: summary info for this block */ in xfs_rtmodify_summary_int()458 xfs_suminfo_t *sp; /* pointer to returned data */ in xfs_rtmodify_summary_int()
1153 (((s) * (uint)sizeof(xfs_suminfo_t)) >> (mp)->m_sb.sb_blocklog)1155 ((xfs_suminfo_t *)((bp)->b_addr + \1156 (((so) * (uint)sizeof(xfs_suminfo_t)) & XFS_BLOCKMASK(mp))))
Completed in 16 milliseconds