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

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1579 * Return 0 unless leaf2 should go before leaf1.
1636 struct xfs_attr_leafblock *leaf1; local
1653 leaf1 = blk1->bp->b_addr;
1655 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr1, leaf1);
1675 leaf1 = blk1->bp->b_addr;
1709 max = ichdr2.firstused - xfs_attr3_leaf_hdr_size(leaf1);
1715 * Move high entries from leaf1 to low end of leaf2.
1717 xfs_attr3_leaf_moveents(args, leaf1, &ichdr1,
1736 * leaf1 is the destination, compact it if it looks tight.
1738 max = ichdr1.firstused - xfs_attr3_leaf_hdr_size(leaf1);
1829 struct xfs_attr_leafblock *leaf1 = blk1->bp->b_addr; local
2820 struct xfs_attr_leafblock *leaf1; local
[all...]
H A Dxfs_dir2_node.c1031 * Returns 1 if both are valid and leaf2 should be before leaf1, else 0.
1036 struct xfs_buf *leaf1_bp, /* leaf1 buffer */
1039 struct xfs_dir2_leaf *leaf1 = leaf1_bp->b_addr; local
1046 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &hdr1, leaf1);
1075 xfs_dir2_leaf_t *leaf1; /* first leaf structure */ local
1097 leaf1 = blk1->bp->b_addr;
1099 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &hdr1, leaf1);
1148 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf1, &hdr1);
/linux-master/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_leaf.c139 } __packed leaf1; member in union:kvaser_cmd_cardinfo::__anon1595

Completed in 133 milliseconds