Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_ondisk.h54 XFS_CHECK_STRUCT_SIZE(struct xfs_attr3_leafblock, 88); in xfs_check_ondisk_structs()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_format.h698 struct xfs_attr3_leafblock { struct
786 return &((struct xfs_attr3_leafblock *)leafp)->entries[0]; in xfs_attr3_leaf_entryp()
/linux-4.19.296/fs/xfs/scrub/
Dattr.c274 struct xfs_attr3_leafblock *leaf = bp->b_addr; in xchk_xattr_block()