Searched refs:leaf1 (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1393 * Return 0 unless leaf2 should go before leaf1.
1450 struct xfs_attr_leafblock *leaf1; xfs_attr3_leaf_rebalance() local
1467 leaf1 = blk1->bp->b_addr; xfs_attr3_leaf_rebalance()
1469 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr1, leaf1); xfs_attr3_leaf_rebalance()
1496 leaf1 = blk1->bp->b_addr; xfs_attr3_leaf_rebalance()
1530 max = ichdr2.firstused - xfs_attr3_leaf_hdr_size(leaf1); xfs_attr3_leaf_rebalance()
1536 * Move high entries from leaf1 to low end of leaf2. xfs_attr3_leaf_rebalance()
1538 xfs_attr3_leaf_moveents(args, leaf1, &ichdr1, xfs_attr3_leaf_rebalance()
1557 * leaf1 is the destination, compact it if it looks tight. xfs_attr3_leaf_rebalance()
1559 max = ichdr1.firstused - xfs_attr3_leaf_hdr_size(leaf1); xfs_attr3_leaf_rebalance()
1565 * Move low entries from leaf2 to high end of leaf1. xfs_attr3_leaf_rebalance()
1567 xfs_attr3_leaf_moveents(args, leaf2, &ichdr2, 0, leaf1, &ichdr1, xfs_attr3_leaf_rebalance()
1571 xfs_attr3_leaf_hdr_to_disk(state->args->geo, leaf1, &ichdr1); xfs_attr3_leaf_rebalance()
1579 entries1 = xfs_attr3_leaf_entryp(leaf1); xfs_attr3_leaf_rebalance()
1650 struct xfs_attr_leafblock *leaf1 = blk1->bp->b_addr; xfs_attr3_leaf_figure_balance() local
1672 entry = xfs_attr3_leaf_entryp(leaf1); xfs_attr3_leaf_figure_balance()
1693 leaf1 = leaf2; xfs_attr3_leaf_figure_balance()
1694 entry = xfs_attr3_leaf_entryp(leaf1); xfs_attr3_leaf_figure_balance()
1701 tmp = totallen + sizeof(*entry) + xfs_attr_leaf_entsize(leaf1, xfs_attr3_leaf_figure_balance()
2666 struct xfs_attr_leafblock *leaf1; xfs_attr3_leaf_flipflags() local
2703 leaf1 = bp1->b_addr; xfs_attr3_leaf_flipflags()
2704 entry1 = &xfs_attr3_leaf_entryp(leaf1)[args->index]; xfs_attr3_leaf_flipflags()
2710 xfs_attr3_leaf_hdr_from_disk(args->geo, &ichdr1, leaf1); xfs_attr3_leaf_flipflags()
2719 name_loc = xfs_attr3_leaf_name_local(leaf1, args->index); xfs_attr3_leaf_flipflags()
2723 name_rmt = xfs_attr3_leaf_name_remote(leaf1, args->index); xfs_attr3_leaf_flipflags()
2746 XFS_DA_LOGRANGE(leaf1, entry1, sizeof(*entry1))); xfs_attr3_leaf_flipflags()
2749 name_rmt = xfs_attr3_leaf_name_remote(leaf1, args->index); xfs_attr3_leaf_flipflags()
2753 XFS_DA_LOGRANGE(leaf1, name_rmt, sizeof(*name_rmt))); xfs_attr3_leaf_flipflags()
H A Dxfs_dir2_leaf.c48 * Check the internal consistency of a leaf1 block.
289 * Initialize a new leaf block, leaf1 or leafn magic accepted.
1049 * Log the bests entries indicated from a leaf1 block.
1075 * Log the leaf entries indicated from a leaf1 or leafn block.
1103 * Log the header of the leaf1 or leafn block.
1123 * Log the tail of the leaf1 block.
1756 * Now see if the leafn and free data will fit in a leaf1. xfs_dir2_node_to_leaf()
H A Dxfs_dir2_node.c908 * Returns 1 if both are valid and leaf2 should be before leaf1, else 0.
913 struct xfs_buf *leaf1_bp, /* leaf1 buffer */ xfs_dir2_leafn_order()
916 struct xfs_dir2_leaf *leaf1 = leaf1_bp->b_addr; xfs_dir2_leafn_order() local
923 dp->d_ops->leaf_hdr_from_disk(&hdr1, leaf1); xfs_dir2_leafn_order()
925 ents1 = dp->d_ops->leaf_ents_p(leaf1); xfs_dir2_leafn_order()
952 xfs_dir2_leaf_t *leaf1; /* first leaf structure */ xfs_dir2_leafn_rebalance() local
977 leaf1 = blk1->bp->b_addr; xfs_dir2_leafn_rebalance()
979 dp->d_ops->leaf_hdr_from_disk(&hdr1, leaf1); xfs_dir2_leafn_rebalance()
981 ents1 = dp->d_ops->leaf_ents_p(leaf1); xfs_dir2_leafn_rebalance()
1028 dp->d_ops->leaf_hdr_to_disk(leaf1, &hdr1); xfs_dir2_leafn_rebalance()
/linux-4.1.27/drivers/net/can/usb/
H A Dkvaser_usb.c212 } __packed leaf1; member in union:kvaser_msg_cardinfo::__anon6070
/linux-4.1.27/fs/xfs/
H A Dxfs_log_recover.c2101 xfs_warn(mp, "Bad dir leaf1 magic!"); xlog_recover_validate_buf_type()

Completed in 194 milliseconds