Home
last modified time | relevance | path

Searched refs:keyp (Results 1 – 8 of 8) sorted by relevance

/fs/nilfs2/
Dbtree.c263 __u64 *keyp, __u64 *ptrp, int ncmax) in nilfs_btree_node_delete() argument
276 if (keyp != NULL) in nilfs_btree_node_delete()
277 *keyp = key; in nilfs_btree_node_delete()
610 __u64 *keyp, __u64 *ptrp) in nilfs_btree_do_lookup_last() argument
639 if (keyp != NULL) in nilfs_btree_do_lookup_last()
640 *keyp = nilfs_btree_node_get_key(node, index); in nilfs_btree_do_lookup_last()
815 int level, __u64 *keyp, __u64 *ptrp) in nilfs_btree_do_insert() argument
824 *keyp, *ptrp, ncblk); in nilfs_btree_do_insert()
835 *keyp, *ptrp, in nilfs_btree_do_insert()
842 int level, __u64 *keyp, __u64 *ptrp) in nilfs_btree_carry_left() argument
[all …]
Ddirect.c170 __u64 *keyp) in nilfs_direct_seek_key() argument
177 *keyp = key; in nilfs_direct_seek_key()
184 static int nilfs_direct_last_key(const struct nilfs_bmap *direct, __u64 *keyp) in nilfs_direct_last_key() argument
197 *keyp = lastkey; in nilfs_direct_last_key()
Dbmap.c205 int nilfs_bmap_seek_key(struct nilfs_bmap *bmap, __u64 start, __u64 *keyp) in nilfs_bmap_seek_key() argument
210 ret = bmap->b_ops->bop_seek_key(bmap, start, keyp); in nilfs_bmap_seek_key()
218 int nilfs_bmap_last_key(struct nilfs_bmap *bmap, __u64 *keyp) in nilfs_bmap_last_key() argument
223 ret = bmap->b_ops->bop_last_key(bmap, keyp); in nilfs_bmap_last_key()
Dbmap.h151 int nilfs_bmap_seek_key(struct nilfs_bmap *bmap, __u64 start, __u64 *keyp);
152 int nilfs_bmap_last_key(struct nilfs_bmap *bmap, __u64 *keyp);
/fs/xfs/scrub/
Dbtree.c144 union xfs_btree_key *keyp; in xchk_btree_rec() local
167 keyp = xfs_btree_key_addr(cur, cur->bc_levels[1].ptr, keyblock); in xchk_btree_rec()
168 if (xfs_btree_keycmp_lt(cur, &key, keyp)) in xchk_btree_rec()
176 keyp = xfs_btree_high_key_addr(cur, cur->bc_levels[1].ptr, keyblock); in xchk_btree_rec()
177 if (xfs_btree_keycmp_lt(cur, keyp, &hkey)) in xchk_btree_rec()
192 union xfs_btree_key *keyp; in xchk_btree_key() local
214 keyp = xfs_btree_key_addr(cur, cur->bc_levels[level + 1].ptr, keyblock); in xchk_btree_key()
215 if (xfs_btree_keycmp_lt(cur, key, keyp)) in xchk_btree_key()
223 keyp = xfs_btree_high_key_addr(cur, cur->bc_levels[level + 1].ptr, in xchk_btree_key()
225 if (xfs_btree_keycmp_lt(cur, keyp, key)) in xchk_btree_key()
/fs/fuse/
Dcuse.c218 static int cuse_parse_one(char **pp, char *end, char **keyp, char **valp) in cuse_parse_one() argument
251 *keyp = key; in cuse_parse_one()
/fs/
Ddax.c164 unsigned int mode, int sync, void *keyp) in wake_exceptional_entry_func() argument
166 struct exceptional_entry_key *key = keyp; in wake_exceptional_entry_func()
/fs/xfs/libxfs/
Dxfs_bmap.c268 xfs_bmbt_key_t *prevp, *keyp; in xfs_check_block() local
275 keyp = XFS_BMBT_KEY_ADDR(mp, block, i); in xfs_check_block()
279 be64_to_cpu(keyp->br_startoff)); in xfs_check_block()
281 prevp = keyp; in xfs_check_block()