Lines Matching refs:xfs_btree_key
34 union xfs_btree_key { union
132 void (*init_key_from_rec)(union xfs_btree_key *key,
138 void (*init_high_key_from_rec)(union xfs_btree_key *key,
143 const union xfs_btree_key *key);
150 const union xfs_btree_key *key1,
151 const union xfs_btree_key *key2);
157 const union xfs_btree_key *k1,
158 const union xfs_btree_key *k2);
499 union xfs_btree_key *xfs_btree_key_addr(struct xfs_btree_cur *cur, int n,
501 union xfs_btree_key *xfs_btree_high_key_addr(struct xfs_btree_cur *cur, int n,
518 struct xfs_btree_block *block, union xfs_btree_key *key);
519 union xfs_btree_key *xfs_btree_high_key_from_key(struct xfs_btree_cur *cur,
520 union xfs_btree_key *key);
558 union xfs_btree_key *dst_key,
559 const union xfs_btree_key *src_key, int numkeys);