Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Drtsummary.c86 xfs_suminfo_t *info) in xfsum_load()
88 return xfile_obj_load(sc->xfile, info, sizeof(xfs_suminfo_t), in xfsum_load()
96 const xfs_suminfo_t info) in xfsum_store()
98 return xfile_obj_store(sc->xfile, &info, sizeof(xfs_suminfo_t), in xfsum_store()
106 xfs_suminfo_t *info, in xfsum_copyout()
127 xfs_suminfo_t v = 0; in xchk_rtsum_record_free()
H A Dtrace.h1039 xfs_suminfo_t v),
1048 __field(xfs_suminfo_t, v)
/openbmc/linux/fs/xfs/
H A Dxfs_rtalloc.c38 xfs_suminfo_t *sum) /* out: summary info for this block */ in xfs_rtget_summary()
60 xfs_suminfo_t sum; /* summary data */ in xfs_rtany_summary()
111 xfs_suminfo_t sum; /* summary data */ in xfs_rtcopy_summary()
660 xfs_suminfo_t sum; /* summary information for extents */ in xfs_rtallocate_extent_size()
1045 nrsumsize = (uint)sizeof(xfs_suminfo_t) * nrsumlevels * nrbmblocks; in xfs_growfs_rt()
1111 (uint)sizeof(xfs_suminfo_t) * nrsumlevels * in xfs_growfs_rt()
1344 (uint)sizeof(xfs_suminfo_t) * mp->m_rsumlevels * in xfs_rtmount_init()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.h42 xfs_suminfo_t *sum);
H A Dxfs_types.h20 typedef int32_t xfs_suminfo_t; /* type of bitmap summary info */ typedef
H A Dxfs_format.h1153 (((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))))
H A Dxfs_rtbitmap.c455 xfs_suminfo_t *sum) /* out: summary info for this block */ in xfs_rtmodify_summary_int()
461 xfs_suminfo_t *sp; /* pointer to returned data */ in xfs_rtmodify_summary_int()