Searched refs:lastkey (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/fs/xfs/scrub/ |
D | btree.h | 53 struct xchk_btree_key lastkey[]; member 63 return struct_size_t(struct xchk_btree, lastkey, nlevels - 1); in xchk_btree_sizeof()
|
D | btree.c | 203 if (bs->lastkey[level - 1].valid && in xchk_btree_key() 204 !cur->bc_ops->keys_inorder(cur, &bs->lastkey[level - 1].key, key)) in xchk_btree_key() 206 memcpy(&bs->lastkey[level - 1].key, key, cur->bc_ops->key_len); in xchk_btree_key() 207 bs->lastkey[level - 1].valid = true; in xchk_btree_key()
|
/linux-6.6.21/fs/nilfs2/ |
D | direct.c | 181 __u64 key, lastkey; in nilfs_direct_last_key() local 183 lastkey = NILFS_DIRECT_KEY_MAX + 1; in nilfs_direct_last_key() 187 lastkey = key; in nilfs_direct_last_key() 189 if (lastkey == NILFS_DIRECT_KEY_MAX + 1) in nilfs_direct_last_key() 192 *keyp = lastkey; in nilfs_direct_last_key()
|
D | bmap.c | 261 __u64 lastkey; in nilfs_bmap_do_truncate() local 264 ret = bmap->b_ops->bop_last_key(bmap, &lastkey); in nilfs_bmap_do_truncate() 271 while (key <= lastkey) { in nilfs_bmap_do_truncate() 272 ret = nilfs_bmap_do_delete(bmap, lastkey); in nilfs_bmap_do_truncate() 275 ret = bmap->b_ops->bop_last_key(bmap, &lastkey); in nilfs_bmap_do_truncate()
|
/linux-6.6.21/kernel/debug/kdb/ |
D | kdb_io.c | 63 char *lastkey = buf + sz - 1; in kdb_handle_escape() local 67 if (*lastkey == '\e') in kdb_handle_escape() 72 if (*lastkey == '[') in kdb_handle_escape() 77 switch (*lastkey) { in kdb_handle_escape() 94 if (*lastkey == '~') { in kdb_handle_escape()
|