Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_ondisk.h65 XFS_CHECK_STRUCT_SIZE(struct xfs_attr3_leafblock, 80); in xfs_check_ondisk_structs()
209 XFS_CHECK_OFFSET(struct xfs_attr3_leafblock, hdr.info.hdr, 0); in xfs_check_ondisk_structs()
H A Dxfs_da_format.h691 struct xfs_attr3_leafblock { struct
760 return &((struct xfs_attr3_leafblock *)leafp)->entries[0]; in xfs_attr3_leaf_entryp()
H A Dxfs_attr_leaf.c460 struct xfs_attr3_leafblock *hdr3 = bp->b_addr; in xfs_attr3_leaf_header_check()
/linux/fs/xfs/scrub/
H A Dattr.c387 struct xfs_attr3_leafblock *leaf3 = bp->b_addr; in xchk_xattr_block()