Searched defs:keyp (Results 1 - 5 of 5) sorted by relevance

/fs/nilfs2/
H A Ddirect.c176 static int nilfs_direct_last_key(const struct nilfs_bmap *direct, __u64 *keyp) argument
189 *keyp = lastkey;
H A Dbtree.c273 __u64 *keyp, __u64 *ptrp, int ncmax)
286 if (keyp != NULL)
287 *keyp = key;
569 __u64 *keyp, __u64 *ptrp)
598 if (keyp != NULL)
599 *keyp = nilfs_btree_node_get_key(node, index);
731 int level, __u64 *keyp, __u64 *ptrp)
740 *keyp, *ptrp, ncblk);
751 *keyp, *ptrp,
758 int level, __u64 *keyp, __u6
272 nilfs_btree_node_delete(struct nilfs_btree_node *node, int index, __u64 *keyp, __u64 *ptrp, int ncmax) argument
567 nilfs_btree_do_lookup_last(const struct nilfs_bmap *btree, struct nilfs_btree_path *path, __u64 *keyp, __u64 *ptrp) argument
729 nilfs_btree_do_insert(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) argument
756 nilfs_btree_carry_left(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) argument
802 nilfs_btree_carry_right(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) argument
849 nilfs_btree_split(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) argument
904 nilfs_btree_grow(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) argument
1184 nilfs_btree_do_delete(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) argument
1209 nilfs_btree_borrow_left(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) argument
1241 nilfs_btree_borrow_right(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) argument
1274 nilfs_btree_concat_left(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) argument
1300 nilfs_btree_concat_right(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) argument
1325 nilfs_btree_shrink(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) argument
1349 nilfs_btree_nop(struct nilfs_bmap *btree, struct nilfs_btree_path *path, int level, __u64 *keyp, __u64 *ptrp) argument
1536 nilfs_btree_last_key(const struct nilfs_bmap *btree, __u64 *keyp) argument
[all...]
/fs/fuse/
H A Dcuse.c212 * @keyp: out parameter for key
216 * at @end - 1. This function parses one pair and set *@keyp to the
224 static int cuse_parse_one(char **pp, char *end, char **keyp, char **valp) argument
257 *keyp = key;
/fs/xfs/libxfs/
H A Dxfs_bmap.c314 xfs_bmbt_key_t *prevp, *keyp; local
321 keyp = XFS_BMBT_KEY_ADDR(mp, block, i);
325 be64_to_cpu(keyp->br_startoff));
327 prevp = keyp;
H A Dxfs_btree.c1860 union xfs_btree_key *keyp,
1869 XFS_BTREE_TRACE_ARGIK(cur, level, keyp);
1893 xfs_btree_copy_keys(cur, kp, keyp, 1);
3360 union xfs_btree_key key; /* storage for keyp */
3361 union xfs_btree_key *keyp = &key; /* passed to the next level */ local
3438 keyp = xfs_btree_key_addr(cur, 1, block);
3455 keyp = &key;
3524 error = xfs_btree_updkey(cur, keyp, level + 1);
1858 xfs_btree_updkey( struct xfs_btree_cur *cur, union xfs_btree_key *keyp, int level) argument

Completed in 139 milliseconds