Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/
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()
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_da_format.h675 struct xfs_attr3_leafblock { struct
726 return &((struct xfs_attr3_leafblock *)leafp)->entries[0]; in xfs_attr3_leaf_entryp()
/linux-6.6.21/fs/xfs/scrub/
Dattr.c392 struct xfs_attr3_leafblock *leaf3 = bp->b_addr; in xchk_xattr_block()