Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_attr_leaf.h85 struct xfs_buf *leaf2_bp);
Dxfs_dir2_priv.h94 struct xfs_buf *leaf2_bp);
Dxfs_attr_leaf.c1516 struct xfs_buf *leaf2_bp, in xfs_attr3_leaf_order() argument
1523 entries2 = xfs_attr3_leaf_entryp(leaf2_bp->b_addr); in xfs_attr3_leaf_order()
1537 struct xfs_buf *leaf2_bp) in xfs_attr_leaf_order() argument
1544 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr2, leaf2_bp->b_addr); in xfs_attr_leaf_order()
1545 return xfs_attr3_leaf_order(leaf1_bp, &ichdr1, leaf2_bp, &ichdr2); in xfs_attr_leaf_order()
Dxfs_dir2_node.c971 struct xfs_buf *leaf2_bp) /* leaf2 buffer */ in xfs_dir2_leafn_order() argument
974 struct xfs_dir2_leaf *leaf2 = leaf2_bp->b_addr; in xfs_dir2_leafn_order()