Lines Matching refs:xfs_btree_key
32 union xfs_btree_key { union
128 void (*init_key_from_rec)(union xfs_btree_key *key,
134 void (*init_high_key_from_rec)(union xfs_btree_key *key,
139 const union xfs_btree_key *key);
146 const union xfs_btree_key *key1,
147 const union xfs_btree_key *key2);
153 const union xfs_btree_key *k1,
154 const union xfs_btree_key *k2);
521 union xfs_btree_key *xfs_btree_key_addr(struct xfs_btree_cur *cur, int n,
523 union xfs_btree_key *xfs_btree_high_key_addr(struct xfs_btree_cur *cur, int n,
540 struct xfs_btree_block *block, union xfs_btree_key *key);
541 union xfs_btree_key *xfs_btree_high_key_from_key(struct xfs_btree_cur *cur,
542 union xfs_btree_key *key);
580 union xfs_btree_key *dst_key,
581 const union xfs_btree_key *src_key, int numkeys);