Searched refs:xfs_suminfo_t (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/fs/xfs/scrub/ |
| D | rtsummary.c | 85 xfs_suminfo_t *info) in xfsum_load() 87 return xfile_obj_load(sc->xfile, info, sizeof(xfs_suminfo_t), in xfsum_load() 95 const xfs_suminfo_t info) in xfsum_store() 97 return xfile_obj_store(sc->xfile, &info, sizeof(xfs_suminfo_t), in xfsum_store() 105 xfs_suminfo_t *info, in xfsum_copyout() 126 xfs_suminfo_t v = 0; in xchk_rtsum_record_free()
|
| D | trace.h | 1040 uint64_t len, unsigned int log, loff_t pos, xfs_suminfo_t v), 1049 __field(xfs_suminfo_t, v)
|
| /Linux-v6.6/fs/xfs/ |
| D | xfs_rtalloc.c | 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()
|
| D | xfs_rtalloc.h | 120 xfs_suminfo_t *sum);
|
| /Linux-v6.6/fs/xfs/libxfs/ |
| D | xfs_types.h | 20 typedef int32_t xfs_suminfo_t; /* type of bitmap summary info */ typedef
|
| D | xfs_rtbitmap.c | 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()
|
| D | xfs_format.h | 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))))
|