Searched refs:leafhdr (Results 1 – 4 of 4) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_attr_list.c | 315 struct xfs_attr3_icleaf_hdr leafhdr; in xfs_attr_node_list() local 371 &leafhdr, leaf); in xfs_attr_node_list() 374 entries[leafhdr.count - 1].hashval)) { in xfs_attr_node_list() 415 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &leafhdr, leaf); in xfs_attr_node_list() 416 if (context->seen_enough || leafhdr.forw == 0) in xfs_attr_node_list() 418 cursor->blkno = leafhdr.forw; in xfs_attr_node_list()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2_priv.h | 106 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,
|
H A D | xfs_da_btree.c | 768 struct xfs_dir3_icleaf_hdr leafhdr; in xfs_da3_root_split() local 771 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf); in xfs_da3_root_split() 773 ASSERT(leafhdr.magic == XFS_DIR2_LEAFN_MAGIC || in xfs_da3_root_split() 774 leafhdr.magic == XFS_DIR3_LEAFN_MAGIC); in xfs_da3_root_split() 775 size = (int)((char *)&leafhdr.ents[leafhdr.count] - in xfs_da3_root_split() 2471 struct xfs_dir3_icleaf_hdr leafhdr; in xfs_da3_swap_lastblock() local 2475 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, in xfs_da3_swap_lastblock() 2477 ents = leafhdr.ents; in xfs_da3_swap_lastblock() 2479 dead_hash = be32_to_cpu(ents[leafhdr.count - 1].hashval); in xfs_da3_swap_lastblock()
|
H A D | xfs_attr_leaf.c | 243 struct xfs_attr3_icleaf_hdr *leafhdr, in xfs_attr3_leaf_verify_entry() argument 262 if (nameidx < leafhdr->firstused || nameidx >= mp->m_attr_geo->blksize) in xfs_attr3_leaf_verify_entry() 1020 struct xfs_attr3_icleaf_hdr leafhdr; in xfs_attr_shortform_allfit() local 1026 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &leafhdr, leaf); in xfs_attr_shortform_allfit() 1030 for (i = 0; i < leafhdr.count; entry++, i++) { in xfs_attr_shortform_allfit()
|