Lines Matching refs:xfs_btree_key

32 union xfs_btree_key {
171 void (*init_key_from_rec)(union xfs_btree_key *key,
177 void (*init_high_key_from_rec)(union xfs_btree_key *key,
182 const union xfs_btree_key *key);
191 const union xfs_btree_key *key1,
192 const union xfs_btree_key *key2,
193 const union xfs_btree_key *mask);
199 const union xfs_btree_key *k1,
200 const union xfs_btree_key *k2);
219 const union xfs_btree_key *key1,
220 const union xfs_btree_key *key2,
221 const union xfs_btree_key *mask);
506 union xfs_btree_key *xfs_btree_key_addr(struct xfs_btree_cur *cur, int n,
508 union xfs_btree_key *xfs_btree_high_key_addr(struct xfs_btree_cur *cur, int n,
525 struct xfs_btree_block *block, union xfs_btree_key *key);
526 union xfs_btree_key *xfs_btree_high_key_from_key(struct xfs_btree_cur *cur,
527 union xfs_btree_key *key);
529 const union xfs_btree_key *key1,
530 const union xfs_btree_key *key2);
535 const union xfs_btree_key *mask,
545 const union xfs_btree_key *key1,
546 const union xfs_btree_key *key2)
554 const union xfs_btree_key *key1,
555 const union xfs_btree_key *key2)
563 const union xfs_btree_key *key1,
564 const union xfs_btree_key *key2)
572 const union xfs_btree_key *key1,
573 const union xfs_btree_key *key2)
581 const union xfs_btree_key *key1,
582 const union xfs_btree_key *key2)
590 const union xfs_btree_key *key1,
591 const union xfs_btree_key *key2)
600 const union xfs_btree_key *key1,
601 const union xfs_btree_key *key2,
602 const union xfs_btree_key *mask)
610 const union xfs_btree_key *key1,
611 const union xfs_btree_key *key2,
612 const union xfs_btree_key *mask)
620 const union xfs_btree_key *key1,
621 const union xfs_btree_key *key2,
622 const union xfs_btree_key *mask)
660 union xfs_btree_key *dst_key,
661 const union xfs_btree_key *src_key, int numkeys);