Searched refs:leaf1_bp (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.h | 99 int xfs_attr_leaf_order(struct xfs_buf *leaf1_bp,
|
H A D | xfs_dir2_priv.h | 143 extern int xfs_dir2_leafn_order(struct xfs_inode *dp, struct xfs_buf *leaf1_bp,
|
H A D | xfs_attr_leaf.c | 1669 struct xfs_buf *leaf1_bp, in xfs_attr3_leaf_order() argument 1677 entries1 = xfs_attr3_leaf_entryp(leaf1_bp->b_addr); in xfs_attr3_leaf_order() 1691 struct xfs_buf *leaf1_bp, in xfs_attr_leaf_order() argument 1696 struct xfs_mount *mp = leaf1_bp->b_mount; in xfs_attr_leaf_order() 1698 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr1, leaf1_bp->b_addr); in xfs_attr_leaf_order() 1700 return xfs_attr3_leaf_order(leaf1_bp, &ichdr1, leaf2_bp, &ichdr2); in xfs_attr_leaf_order()
|
H A D | xfs_dir2_node.c | 1030 struct xfs_buf *leaf1_bp, /* leaf1 buffer */ in xfs_dir2_leafn_order() argument 1033 struct xfs_dir2_leaf *leaf1 = leaf1_bp->b_addr; in xfs_dir2_leafn_order()
|