Searched defs:xfs_rmap_irec (Results 1 – 1 of 1) sorted by relevance
184 struct xfs_rmap_irec { struct185 xfs_agblock_t rm_startblock; /* extent start block */186 xfs_extlen_t rm_blockcount; /* extent length */187 uint64_t rm_owner; /* extent owner */188 uint64_t rm_offset; /* offset within the owner */189 unsigned int rm_flags; /* state flags */