Lines Matching defs:key
182 union xfs_btree_key *key,
185 key->alloc.ar_startblock = rec->alloc.ar_startblock;
186 key->alloc.ar_blockcount = rec->alloc.ar_blockcount;
191 union xfs_btree_key *key,
198 key->alloc.ar_startblock = cpu_to_be32(x);
199 key->alloc.ar_blockcount = 0;
204 union xfs_btree_key *key,
207 key->alloc.ar_blockcount = rec->alloc.ar_blockcount;
208 key->alloc.ar_startblock = 0;
235 const union xfs_btree_key *key)
238 const struct xfs_alloc_rec *kp = &key->alloc;
246 const union xfs_btree_key *key)
249 const struct xfs_alloc_rec *kp = &key->alloc;