Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1717 struct xfs_attr_leafblock *leaf1; in xfs_attr3_leaf_rebalance() local
1734 leaf1 = blk1->bp->b_addr; in xfs_attr3_leaf_rebalance()
1736 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr1, leaf1); in xfs_attr3_leaf_rebalance()
1756 leaf1 = blk1->bp->b_addr; in xfs_attr3_leaf_rebalance()
1790 max = ichdr2.firstused - xfs_attr3_leaf_hdr_size(leaf1); in xfs_attr3_leaf_rebalance()
1798 xfs_attr3_leaf_moveents(args, leaf1, &ichdr1, in xfs_attr3_leaf_rebalance()
1819 max = ichdr1.firstused - xfs_attr3_leaf_hdr_size(leaf1); in xfs_attr3_leaf_rebalance()
1827 xfs_attr3_leaf_moveents(args, leaf2, &ichdr2, 0, leaf1, &ichdr1, in xfs_attr3_leaf_rebalance()
1831 xfs_attr3_leaf_hdr_to_disk(state->args->geo, leaf1, &ichdr1); in xfs_attr3_leaf_rebalance()
1839 entries1 = xfs_attr3_leaf_entryp(leaf1); in xfs_attr3_leaf_rebalance()
[all …]
/linux/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_leaf.c143 } __packed leaf1; member