Searched refs:leaf1 (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 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() 1799 xfs_attr3_leaf_moveents(args, leaf1, &ichdr1, in xfs_attr3_leaf_rebalance() 1820 max = ichdr1.firstused - xfs_attr3_leaf_hdr_size(leaf1); in xfs_attr3_leaf_rebalance() 1828 xfs_attr3_leaf_moveents(args, leaf2, &ichdr2, 0, leaf1, &ichdr1, in xfs_attr3_leaf_rebalance() 1832 xfs_attr3_leaf_hdr_to_disk(state->args->geo, leaf1, &ichdr1); in xfs_attr3_leaf_rebalance() 1840 entries1 = xfs_attr3_leaf_entryp(leaf1); in xfs_attr3_leaf_rebalance() [all …]
|
D | xfs_dir2_node.c | 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()
|
/Linux-v6.1/drivers/net/can/usb/kvaser_usb/ |
D | kvaser_usb_leaf.c | 130 } __packed leaf1; member
|