Home
last modified time | relevance | path

Searched refs:xfs_btree_key (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_btree.h32 union xfs_btree_key { union
165 void (*init_key_from_rec)(union xfs_btree_key *key,
171 void (*init_high_key_from_rec)(union xfs_btree_key *key,
179 const union xfs_btree_key *key);
188 const union xfs_btree_key *key1,
189 const union xfs_btree_key *key2,
190 const union xfs_btree_key *mask);
196 const union xfs_btree_key *k1,
197 const union xfs_btree_key *k2);
216 const union xfs_btree_key *key1,
[all …]
/linux/fs/xfs/scrub/
H A Dbtree.c144 union xfs_btree_key key; in xchk_btree_rec()
145 union xfs_btree_key hkey; in xchk_btree_rec()
146 union xfs_btree_key *keyp; in xchk_btree_rec()
193 union xfs_btree_key *key; in xchk_btree_key()
194 union xfs_btree_key *keyp; in xchk_btree_key()
548 union xfs_btree_key block_key; in xchk_btree_block_check_keys()
549 union xfs_btree_key *block_high_key; in xchk_btree_block_check_keys()
550 union xfs_btree_key *parent_low_key, *parent_high_key; in xchk_btree_block_check_keys()
642 union xfs_btree_key block_keys; in xchk_btree_block_keys()
644 union xfs_btree_key *high_bk; in xchk_btree_block_keys()
[all …]
H A Dbtree.h35 union xfs_btree_key key;
H A Drmap.c152 union xfs_btree_key *lkey, *hkey; in xchk_rmapbt_check_unwritten_in_keyflags()