Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_attr_leaf.c1454 struct xfs_attr_leafblock *leaf1; in xfs_attr3_leaf_rebalance() local
1471 leaf1 = blk1->bp->b_addr; in xfs_attr3_leaf_rebalance()
1473 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr1, leaf1); in xfs_attr3_leaf_rebalance()
1500 leaf1 = blk1->bp->b_addr; in xfs_attr3_leaf_rebalance()
1534 max = ichdr2.firstused - xfs_attr3_leaf_hdr_size(leaf1); in xfs_attr3_leaf_rebalance()
1542 xfs_attr3_leaf_moveents(args, leaf1, &ichdr1, in xfs_attr3_leaf_rebalance()
1563 max = ichdr1.firstused - xfs_attr3_leaf_hdr_size(leaf1); in xfs_attr3_leaf_rebalance()
1571 xfs_attr3_leaf_moveents(args, leaf2, &ichdr2, 0, leaf1, &ichdr1, in xfs_attr3_leaf_rebalance()
1575 xfs_attr3_leaf_hdr_to_disk(state->args->geo, leaf1, &ichdr1); in xfs_attr3_leaf_rebalance()
1583 entries1 = xfs_attr3_leaf_entryp(leaf1); in xfs_attr3_leaf_rebalance()
[all …]
Dxfs_dir2_node.c920 struct xfs_dir2_leaf *leaf1 = leaf1_bp->b_addr; in xfs_dir2_leafn_order() local
927 dp->d_ops->leaf_hdr_from_disk(&hdr1, leaf1); in xfs_dir2_leafn_order()
929 ents1 = dp->d_ops->leaf_ents_p(leaf1); in xfs_dir2_leafn_order()
956 xfs_dir2_leaf_t *leaf1; /* first leaf structure */ in xfs_dir2_leafn_rebalance() local
981 leaf1 = blk1->bp->b_addr; in xfs_dir2_leafn_rebalance()
983 dp->d_ops->leaf_hdr_from_disk(&hdr1, leaf1); in xfs_dir2_leafn_rebalance()
985 ents1 = dp->d_ops->leaf_ents_p(leaf1); in xfs_dir2_leafn_rebalance()
1032 dp->d_ops->leaf_hdr_to_disk(leaf1, &hdr1); in xfs_dir2_leafn_rebalance()
/linux-4.4.14/drivers/net/can/usb/
Dkvaser_usb.c212 } __packed leaf1; member