Searched refs:leaf1 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 1615 * Return 0 unless leaf2 should go before leaf1. 1672 struct xfs_attr_leafblock *leaf1; in xfs_attr3_leaf_rebalance() local 1689 leaf1 = blk1->bp->b_addr; in xfs_attr3_leaf_rebalance() 1691 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr1, leaf1); in xfs_attr3_leaf_rebalance() 1711 leaf1 = blk1->bp->b_addr; in xfs_attr3_leaf_rebalance() 1745 max = ichdr2.firstused - xfs_attr3_leaf_hdr_size(leaf1); in xfs_attr3_leaf_rebalance() 1751 * Move high entries from leaf1 to low end of leaf2. in xfs_attr3_leaf_rebalance() 1753 xfs_attr3_leaf_moveents(args, leaf1, &ichdr1, in xfs_attr3_leaf_rebalance() 1772 * leaf1 is the destination, compact it if it looks tight. in xfs_attr3_leaf_rebalance() 1774 max = ichdr1.firstused - xfs_attr3_leaf_hdr_size(leaf1); in xfs_attr3_leaf_rebalance() 1865 struct xfs_attr_leafblock *leaf1 = blk1->bp->b_addr; xfs_attr3_leaf_figure_balance() local 2854 struct xfs_attr_leafblock *leaf1; xfs_attr3_leaf_flipflags() local [all...] |
H A D | xfs_dir2_node.c | 1025 * Returns 1 if both are valid and leaf2 should be before leaf1, else 0. 1030 struct xfs_buf *leaf1_bp, /* leaf1 buffer */ in xfs_dir2_leafn_order() 1033 struct xfs_dir2_leaf *leaf1 = leaf1_bp->b_addr; in xfs_dir2_leafn_order() local 1040 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &hdr1, leaf1); in xfs_dir2_leafn_order() 1069 xfs_dir2_leaf_t *leaf1; /* first leaf structure */ in xfs_dir2_leafn_rebalance() local 1091 leaf1 = blk1->bp->b_addr; in xfs_dir2_leafn_rebalance() 1093 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &hdr1, leaf1); in xfs_dir2_leafn_rebalance() 1142 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf1, &hdr1); in xfs_dir2_leafn_rebalance()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 1661 * Return 0 unless leaf2 should go before leaf1. 1718 struct xfs_attr_leafblock *leaf1; in xfs_attr3_leaf_rebalance() local 1735 leaf1 = blk1->bp->b_addr; in xfs_attr3_leaf_rebalance() 1737 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr1, leaf1); in xfs_attr3_leaf_rebalance() 1757 leaf1 = blk1->bp->b_addr; in xfs_attr3_leaf_rebalance() 1791 max = ichdr2.firstused - xfs_attr3_leaf_hdr_size(leaf1); in xfs_attr3_leaf_rebalance() 1797 * Move high entries from leaf1 to low end of leaf2. in xfs_attr3_leaf_rebalance() 1799 xfs_attr3_leaf_moveents(args, leaf1, &ichdr1, in xfs_attr3_leaf_rebalance() 1818 * leaf1 is the destination, compact it if it looks tight. in xfs_attr3_leaf_rebalance() 1820 max = ichdr1.firstused - xfs_attr3_leaf_hdr_size(leaf1); in xfs_attr3_leaf_rebalance() 1911 struct xfs_attr_leafblock *leaf1 = blk1->bp->b_addr; xfs_attr3_leaf_figure_balance() local 2898 struct xfs_attr_leafblock *leaf1; xfs_attr3_leaf_flipflags() local [all...] |
H A D | xfs_dir2_node.c | 1025 * Returns 1 if both are valid and leaf2 should be before leaf1, else 0. 1030 struct xfs_buf *leaf1_bp, /* leaf1 buffer */ in xfs_dir2_leafn_order() 1033 struct xfs_dir2_leaf *leaf1 = leaf1_bp->b_addr; in xfs_dir2_leafn_order() local 1040 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &hdr1, leaf1); in xfs_dir2_leafn_order() 1069 xfs_dir2_leaf_t *leaf1; /* first leaf structure */ in xfs_dir2_leafn_rebalance() local 1091 leaf1 = blk1->bp->b_addr; in xfs_dir2_leafn_rebalance() 1093 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &hdr1, leaf1); in xfs_dir2_leafn_rebalance() 1142 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf1, &hdr1); in xfs_dir2_leafn_rebalance()
|
/kernel/linux/linux-5.10/drivers/net/can/usb/kvaser_usb/ |
H A D | kvaser_usb_leaf.c | 138 } __packed leaf1; member
|
/kernel/linux/linux-6.6/drivers/net/can/usb/kvaser_usb/ |
H A D | kvaser_usb_leaf.c | 139 } __packed leaf1; member
|
Completed in 16 milliseconds