Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 212) sorted by relevance

123456789

/fs/ubifs/
Dkey.h91 union ubifs_key *key, ino_t inum) in ino_key_init()
106 union ubifs_key *key = k; in ino_key_init_flash() local
120 union ubifs_key *key, ino_t inum) in lowest_ino_key()
133 union ubifs_key *key, ino_t inum) in highest_ino_key()
147 union ubifs_key *key, ino_t inum, in dent_key_init()
166 union ubifs_key *key, ino_t inum, in dent_key_init_hash()
185 union ubifs_key *key = k; in dent_key_init_flash() local
202 union ubifs_key *key, ino_t inum) in lowest_dent_key()
216 union ubifs_key *key, ino_t inum, in xent_key_init()
236 union ubifs_key *key = k; in xent_key_init_flash() local
[all …]
Dtnc.c534 static int fallible_read_node(struct ubifs_info *c, const union ubifs_key *key, in fallible_read_node()
737 static int resolve_collision(struct ubifs_info *c, const union ubifs_key *key, in resolve_collision()
926 const union ubifs_key *key, in fallible_resolve_collision()
1071 const union ubifs_key *key, in resolve_collision_directly()
1207 int ubifs_lookup_level0(struct ubifs_info *c, const union ubifs_key *key, in ubifs_lookup_level0()
1343 static int lookup_level0_dirty(struct ubifs_info *c, const union ubifs_key *key, in lookup_level0_dirty()
1478 int ubifs_tnc_locate(struct ubifs_info *c, const union ubifs_key *key, in ubifs_tnc_locate()
1584 union ubifs_key *key; in ubifs_tnc_get_bu_keys() local
1846 static int do_lookup_nm(struct ubifs_info *c, const union ubifs_key *key, in do_lookup_nm()
1894 int ubifs_tnc_lookup_nm(struct ubifs_info *c, const union ubifs_key *key, in ubifs_tnc_lookup_nm()
[all …]
/fs/nilfs2/
Ddirect.c24 nilfs_direct_get_ptr(const struct nilfs_bmap *direct, __u64 key) in nilfs_direct_get_ptr()
30 __u64 key, __u64 ptr) in nilfs_direct_set_ptr()
36 __u64 key, int level, __u64 *ptrp) in nilfs_direct_lookup()
51 __u64 key, __u64 *ptrp, in nilfs_direct_lookup_contig()
98 nilfs_direct_find_target_v(const struct nilfs_bmap *direct, __u64 key) in nilfs_direct_find_target_v()
111 static int nilfs_direct_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_direct_insert()
147 static int nilfs_direct_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_direct_delete()
172 __u64 key; in nilfs_direct_seek_key() local
186 __u64 key, lastkey; in nilfs_direct_last_key() local
202 static int nilfs_direct_check_insert(const struct nilfs_bmap *bmap, __u64 key) in nilfs_direct_check_insert()
[all …]
Dbmap.c62 int nilfs_bmap_lookup_at_level(struct nilfs_bmap *bmap, __u64 key, int level, in nilfs_bmap_lookup_at_level()
94 int nilfs_bmap_lookup_contig(struct nilfs_bmap *bmap, __u64 key, __u64 *ptrp, in nilfs_bmap_lookup_contig()
106 static int nilfs_bmap_do_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_bmap_do_insert()
150 int nilfs_bmap_insert(struct nilfs_bmap *bmap, __u64 key, unsigned long rec) in nilfs_bmap_insert()
161 static int nilfs_bmap_do_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_do_delete()
248 int nilfs_bmap_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_delete()
259 static int nilfs_bmap_do_truncate(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_do_truncate()
300 int nilfs_bmap_truncate(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_truncate()
412 int nilfs_bmap_mark(struct nilfs_bmap *bmap, __u64 key, int level) in nilfs_bmap_mark()
458 __u64 nilfs_bmap_find_target_seq(const struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_find_target_seq()
Dbtree.c143 nilfs_btree_node_set_key(struct nilfs_btree_node *node, int index, __u64 key) in nilfs_btree_node_set_key()
240 __u64 key, __u64 ptr, int ncmax) in nilfs_btree_node_insert()
265 __u64 key; in nilfs_btree_node_delete() local
292 __u64 key, int *indexp) in nilfs_btree_node_lookup()
549 __u64 key, __u64 *ptrp, int minlevel, in nilfs_btree_do_lookup()
687 __u64 key, int level, __u64 *ptrp) in nilfs_btree_lookup()
704 __u64 key, __u64 *ptrp, in nilfs_btree_lookup_contig()
794 int level, __u64 key) in nilfs_btree_promote_key()
1044 __u64 key) in nilfs_btree_find_target_v()
1064 int *levelp, __u64 key, __u64 ptr, in nilfs_btree_prepare_insert()
[all …]
/fs/btrfs/
Dtree-checker.c86 struct btrfs_key key; in file_extent_err() local
121 struct btrfs_key *key, in file_extent_end()
147 struct btrfs_key key; in dir_item_err() local
176 struct btrfs_key *key, int slot, in check_prev_ino()
207 struct btrfs_key *key, int slot, in check_extent_data_item()
364 static int check_csum_item(struct extent_buffer *leaf, struct btrfs_key *key, in check_csum_item()
410 static int check_inode_key(struct extent_buffer *leaf, struct btrfs_key *key, in check_inode_key()
462 static int check_root_key(struct extent_buffer *leaf, struct btrfs_key *key, in check_root_key()
521 struct btrfs_key *key, struct btrfs_key *prev_key, in check_dir_item()
662 struct btrfs_key key; in block_group_err() local
[all …]
Dfree-space-tree.c27 struct btrfs_key key = { in btrfs_free_space_root() local
75 struct btrfs_key key; in add_new_free_space_info() local
108 struct btrfs_key key; in search_free_space_info() local
135 struct btrfs_key *key, struct btrfs_path *p, in btrfs_search_prev_slot()
212 struct btrfs_key key, found_key; in convert_free_space_to_bitmaps() local
350 struct btrfs_key key, found_key; in convert_free_space_to_extents() local
518 struct btrfs_key key; in free_space_test_bit() local
543 struct btrfs_key key; in free_space_set_bits() local
582 struct btrfs_key key; in free_space_next_bitmap() local
610 struct btrfs_key key; in modify_free_space_bitmap() local
[all …]
Ddir-item.c65 struct btrfs_key key, location; in btrfs_insert_xattr_item() local
120 struct btrfs_key key; in btrfs_insert_dir_item() local
180 struct btrfs_key *key, const char *name, in btrfs_lookup_match_dir()
218 struct btrfs_key key; in btrfs_lookup_dir_item() local
237 struct btrfs_key key; in btrfs_check_dir_item_collision() local
314 struct btrfs_key key; in btrfs_lookup_dir_index_item() local
333 struct btrfs_key key; in btrfs_search_dir_index_item() local
362 struct btrfs_key key; in btrfs_lookup_xattr() local
Droot-tree.c129 *root, struct btrfs_key *key, struct btrfs_root_item in btrfs_update_root()
207 const struct btrfs_key *key, struct btrfs_root_item *item) in btrfs_insert_root()
221 struct btrfs_key key; in btrfs_find_orphan_roots() local
319 const struct btrfs_key *key) in btrfs_del_root()
351 struct btrfs_key key; in btrfs_del_root_ref() local
420 struct btrfs_key key; in btrfs_add_root_ref() local
Duuid-tree.c18 static void btrfs_uuid_to_key(const u8 *uuid, u8 type, struct btrfs_key *key) in btrfs_uuid_to_key()
35 struct btrfs_key key; in btrfs_uuid_tree_lookup() local
93 struct btrfs_key key; in btrfs_uuid_tree_add() local
157 struct btrfs_key key; in btrfs_uuid_tree_remove() local
297 struct btrfs_key key; in btrfs_uuid_tree_iterate() local
400 struct btrfs_key key; in btrfs_uuid_scan_kthread() local
Dlru_cache.c23 static struct btrfs_lru_cache_entry *match_entry(struct list_head *head, u64 key, in match_entry()
46 u64 key, u64 gen) in btrfs_lru_cache_lookup()
110 const u64 key = new_entry->key; in btrfs_lru_cache_store() local
Dinode-item.c90 struct btrfs_key key; in btrfs_lookup_inode_extref() local
113 struct btrfs_key key; in btrfs_del_inode_extref() local
182 struct btrfs_key key; in btrfs_del_inode_ref() local
264 struct btrfs_key key; in btrfs_insert_inode_extref() local
315 struct btrfs_key key; in btrfs_insert_inode_ref() local
389 struct btrfs_key key; in btrfs_insert_empty_inode() local
466 struct btrfs_key key; in btrfs_truncate_inode_items() local
Dorphan.c13 struct btrfs_key key; in btrfs_insert_orphan_item() local
30 struct btrfs_key key; in btrfs_del_orphan_item() local
Dprint-tree.c36 const char *btrfs_root_name(const struct btrfs_key *key, char *buf) in btrfs_root_name()
100 struct btrfs_disk_key key; in print_extent_item() local
243 struct btrfs_key key; in btrfs_print_leaf() local
393 struct btrfs_key key; in btrfs_print_tree() local
/fs/nfs/
Ddns_resolve.c75 struct nfs_dns_ent *key; in nfs_dns_ent_update() local
88 struct nfs_dns_ent *key; in nfs_dns_ent_init() local
134 static unsigned int nfs_dns_hash(const struct nfs_dns_ent *key) in nfs_dns_hash()
143 struct nfs_dns_ent *key = container_of(ch, struct nfs_dns_ent, h); in nfs_dns_request() local
152 struct nfs_dns_ent *key = container_of(ch, struct nfs_dns_ent, h); in nfs_dns_upcall() local
203 struct nfs_dns_ent *key) in nfs_dns_lookup()
217 struct nfs_dns_ent *key) in nfs_dns_update()
232 struct nfs_dns_ent key, *item; in nfs_dns_parse() local
281 struct nfs_dns_ent *key, in do_cache_lookup()
297 struct nfs_dns_ent *key, in do_cache_lookup_nowait()
[all …]
/fs/afs/
Dvl_alias.c17 static struct afs_volume *afs_sample_volume(struct afs_cell *cell, struct key *key, in afs_sample_volume()
138 static int afs_query_for_alias_one(struct afs_cell *cell, struct key *key, in afs_query_for_alias_one()
185 static int afs_query_for_alias(struct afs_cell *cell, struct key *key) in afs_query_for_alias()
227 static char *afs_vl_get_cell_name(struct afs_cell *cell, struct key *key) in afs_vl_get_cell_name()
253 static int yfs_check_canonical_cell_name(struct afs_cell *cell, struct key *key) in yfs_check_canonical_cell_name()
281 static int afs_do_cell_detect_alias(struct afs_cell *cell, struct key *key) in afs_do_cell_detect_alias()
316 int afs_cell_detect_alias(struct afs_cell *cell, struct key *key) in afs_cell_detect_alias()
Dsecurity.c25 struct key *key; in afs_request_key() local
53 struct key *key; in afs_request_key_rcu() local
143 void afs_cache_permit(struct afs_vnode *vnode, struct key *key, in afs_cache_permit()
303 static bool afs_check_permit_rcu(struct afs_vnode *vnode, struct key *key, in afs_check_permit_rcu()
342 int afs_check_permit(struct afs_vnode *vnode, struct key *key, in afs_check_permit()
403 struct key *key; in afs_permission() local
Dflock.c114 struct key *key = vnode->lock_key; in afs_next_locker() local
191 static int afs_set_lock(struct afs_vnode *vnode, struct key *key, in afs_set_lock()
223 static int afs_extend_lock(struct afs_vnode *vnode, struct key *key) in afs_extend_lock()
254 static int afs_release_lock(struct afs_vnode *vnode, struct key *key) in afs_release_lock()
285 struct key *key; in afs_lock_work() local
411 static int afs_do_setlk_check(struct afs_vnode *vnode, struct key *key, in afs_do_setlk_check()
457 struct key *key = afs_file_key(file); in afs_do_setlk() local
725 struct key *key = afs_file_key(file); in afs_do_getlk() local
Ddir_silly.c62 struct key *key) in afs_do_silly_rename()
101 struct dentry *dentry, struct key *key) in afs_sillyrename()
193 struct dentry *dentry, struct key *key) in afs_do_silly_unlink()
/fs/
Dmbcache.c51 u32 key) in mb_cache_entry_head()
74 int mb_cache_entry_create(struct mb_cache *cache, gfp_t mask, u32 key, in mb_cache_entry_create()
154 u32 key) in __entry_find()
193 u32 key) in mb_cache_entry_find_first()
222 struct mb_cache_entry *mb_cache_entry_get(struct mb_cache *cache, u32 key, in mb_cache_entry_get()
255 u32 key, u64 value) in mb_cache_entry_delete_or_get()
/fs/bcachefs/
Dchecksum.c165 int bch2_chacha_encrypt_key(struct bch_key *key, struct nonce nonce, in bch2_chacha_encrypt_key()
194 u8 key[POLY1305_KEY_SIZE]; in gen_poly_key() local
524 static int __bch2_request_key(char *key_description, struct bch_key *key) in __bch2_request_key()
550 static int __bch2_request_key(char *key_description, struct bch_key *key) in __bch2_request_key()
581 int bch2_request_key(struct bch_sb *sb, struct bch_key *key) in bch2_request_key()
630 struct bch_key *key) in bch2_decrypt_sb_key()
693 struct bch_key key; in bch2_disable_encryption() local
724 struct bch_encrypted_key key; in bch2_enable_encryption() local
792 struct bch_key key; in bch2_fs_encryption_init() local
/fs/reiserfs/
Ditem_ops.c24 static void sd_decrement_key(struct cpu_key *key) in sd_decrement_key()
31 static int sd_is_left_mergeable(struct reiserfs_key *key, unsigned long bsize) in sd_is_left_mergeable()
120 static void direct_decrement_key(struct cpu_key *key) in direct_decrement_key()
127 static int direct_is_left_mergeable(struct reiserfs_key *key, in direct_is_left_mergeable()
211 static void indirect_decrement_key(struct cpu_key *key) in indirect_decrement_key()
219 static int indirect_is_left_mergeable(struct reiserfs_key *key, in indirect_is_left_mergeable()
356 static void direntry_decrement_key(struct cpu_key *key) in direntry_decrement_key()
363 static int direntry_is_left_mergeable(struct reiserfs_key *key, in direntry_is_left_mergeable()
636 static void errcatch_decrement_key(struct cpu_key *key) in errcatch_decrement_key()
642 static int errcatch_is_left_mergeable(struct reiserfs_key *key, in errcatch_is_left_mergeable()
Dprints.c17 static char *reiserfs_cpu_offset(struct cpu_key *key) in reiserfs_cpu_offset()
31 static char *le_offset(struct reiserfs_key *key) in le_offset()
48 static char *cpu_type(struct cpu_key *key) in cpu_type()
61 static char *le_type(struct reiserfs_key *key) in le_type()
79 static int scnprintf_le_key(char *buf, size_t size, struct reiserfs_key *key) in scnprintf_le_key()
91 static int scnprintf_cpu_key(char *buf, size_t size, struct cpu_key *key) in scnprintf_cpu_key()
444 struct reiserfs_key *key; in print_internal() local
/fs/xfs/scrub/
Dxfblob.c78 struct xb_key key; in xfblob_load() local
106 struct xb_key key = { in xfblob_store() local
137 struct xb_key key; in xfblob_free() local
/fs/xfs/
Dxfs_mru_cache.c421 unsigned long key, in xfs_mru_cache_insert()
455 unsigned long key) in xfs_mru_cache_remove()
479 unsigned long key) in xfs_mru_cache_delete()
511 unsigned long key) in xfs_mru_cache_lookup()

123456789