Home
last modified time | relevance | path

Searched defs:xfs_rmap_irec (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/libxfs/
Dxfs_types.h192 struct xfs_rmap_irec { struct
193 xfs_agblock_t rm_startblock; /* extent start block */
194 xfs_extlen_t rm_blockcount; /* extent length */
195 uint64_t rm_owner; /* extent owner */
196 uint64_t rm_offset; /* offset within the owner */
197 unsigned int rm_flags; /* state flags */
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_format.h1660 struct xfs_rmap_irec { struct
1661 xfs_agblock_t rm_startblock; /* extent start block */
1662 xfs_extlen_t rm_blockcount; /* extent length */
1663 uint64_t rm_owner; /* extent owner */
1664 uint64_t rm_offset; /* offset within the owner */
1665 unsigned int rm_flags; /* state flags */