Home
last modified time | relevance | path

Searched refs:xfs_attr3_leafblock (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_ondisk.h59 XFS_CHECK_STRUCT_SIZE(struct xfs_attr3_leafblock, 80); in xfs_check_ondisk_structs()
173 XFS_CHECK_OFFSET(struct xfs_attr3_leafblock, hdr.info.hdr, 0); in xfs_check_ondisk_structs()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_da_format.h675 struct xfs_attr3_leafblock { struct
731 return &((struct xfs_attr3_leafblock *)leafp)->entries[0]; in xfs_attr3_leaf_entryp()
/openbmc/linux/fs/xfs/scrub/
H A Dattr.c388 struct xfs_attr3_leafblock *leaf3 = bp->b_addr; in xchk_xattr_block()