Home
last modified time | relevance | path

Searched refs:leafhdr (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_dir2_priv.h106 struct xfs_dir3_icleaf_hdr *leafhdr, struct xfs_buf *bp);
107 extern void xfs_dir3_leaf_compact_x1(struct xfs_dir3_icleaf_hdr *leafhdr,
125 xfs_dir3_leaf_find_entry(struct xfs_dir3_icleaf_hdr *leafhdr,
/linux/fs/xfs/scrub/
H A Dattr_repair.c392 struct xfs_attr3_icleaf_hdr leafhdr; in xrep_xattr_recover_leaf() local
412 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &leafhdr, leaf); in xrep_xattr_recover_leaf()
418 for (i = 0, ent = entries; i < leafhdr.count; ent++, i++) { in xrep_xattr_recover_leaf()
430 if (nameidx < leafhdr.firstused || in xrep_xattr_recover_leaf()