Searched refs:xfs_suminfo_t (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_rtbitmap.h207 * Convert a rt extent length and rt bitmap block number to a xfs_suminfo_t
220 * Convert an xfs_suminfo_t offset to a file block offset within the rt summary
228 return XFS_B_TO_FSBT(mp, rsumoff * sizeof(xfs_suminfo_t));
232 * Convert an xfs_suminfo_t offset to an info word offset within an rt summary
257 static inline xfs_suminfo_t
268 static inline xfs_suminfo_t
325 xfs_fileoff_t bbno, xfs_suminfo_t *sum);
H A Dxfs_types.h21 typedef int32_t xfs_suminfo_t; /* type of bitmap summary info */ typedef
136 #define XFS_SUMINFOLOG 2 /* log2(sizeof(xfs_suminfo_t)) */
H A Dxfs_rtbitmap.c456 last = first + sizeof(xfs_suminfo_t) - 1;
475 xfs_suminfo_t val;
505 xfs_suminfo_t *sum) /* out: summary info for this block */
/linux-master/fs/xfs/scrub/
H A Drtsummary.c149 static inline xfs_suminfo_t
173 xfs_suminfo_t value;
H A Dtrace.h1157 xfs_suminfo_t value),
1166 __field(xfs_suminfo_t, value)
/linux-master/fs/xfs/
H A Dxfs_rtalloc.c43 xfs_suminfo_t sum; /* summary data */
97 xfs_suminfo_t sum; /* summary data */
556 xfs_suminfo_t sum; /* summary information for extents */

Completed in 469 milliseconds