Home
last modified time | relevance | path

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

12345678

/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.c533 static int fallible_read_node(struct ubifs_info *c, const union ubifs_key *key, in fallible_read_node()
736 static int resolve_collision(struct ubifs_info *c, const union ubifs_key *key, in resolve_collision()
925 const union ubifs_key *key, in fallible_resolve_collision()
1070 const union ubifs_key *key, in resolve_collision_directly()
1206 int ubifs_lookup_level0(struct ubifs_info *c, const union ubifs_key *key, in ubifs_lookup_level0()
1342 static int lookup_level0_dirty(struct ubifs_info *c, const union ubifs_key *key, in lookup_level0_dirty()
1477 int ubifs_tnc_locate(struct ubifs_info *c, const union ubifs_key *key, in ubifs_tnc_locate()
1583 union ubifs_key *key; in ubifs_tnc_get_bu_keys() local
1845 static int do_lookup_nm(struct ubifs_info *c, const union ubifs_key *key, in do_lookup_nm()
1893 int ubifs_tnc_lookup_nm(struct ubifs_info *c, const union ubifs_key *key, in ubifs_tnc_lookup_nm()
[all …]
Dxattr.c272 union ubifs_key key; in ubifs_xattr_set() local
336 union ubifs_key key; in ubifs_xattr_get() local
402 union ubifs_key key; in ubifs_listxattr() local
508 union ubifs_key key; in ubifs_purge_xattrs() local
605 union ubifs_key key; in ubifs_xattr_remove() local
/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()
93 nilfs_direct_find_target_v(const struct nilfs_bmap *direct, __u64 key) in nilfs_direct_find_target_v()
106 static int nilfs_direct_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_direct_insert()
142 static int nilfs_direct_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_direct_delete()
167 __u64 key; in nilfs_direct_seek_key() local
181 __u64 key, lastkey; in nilfs_direct_last_key() local
197 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()
454 __u64 key; in nilfs_bmap_data_get_key() local
[all …]
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()
548 __u64 key, __u64 *ptrp, int minlevel, in nilfs_btree_do_lookup()
686 __u64 key, int level, __u64 *ptrp) in nilfs_btree_lookup()
703 __u64 key, __u64 *ptrp, in nilfs_btree_lookup_contig()
789 int level, __u64 key) in nilfs_btree_promote_key()
1039 __u64 key) in nilfs_btree_find_target_v()
1059 int *levelp, __u64 key, __u64 ptr, in nilfs_btree_prepare_insert()
[all …]
/fs/btrfs/
Dtree-checker.c79 struct btrfs_key key; in file_extent_err() local
112 struct btrfs_key *key, in file_extent_end()
138 struct btrfs_key key; in dir_item_err() local
166 struct btrfs_key *key, int slot, in check_prev_ino()
197 struct btrfs_key *key, int slot, in check_extent_data_item()
334 static int check_csum_item(struct extent_buffer *leaf, struct btrfs_key *key, in check_csum_item()
380 static int check_inode_key(struct extent_buffer *leaf, struct btrfs_key *key, in check_inode_key()
431 static int check_root_key(struct extent_buffer *leaf, struct btrfs_key *key, in check_root_key()
475 struct btrfs_key *key, struct btrfs_key *prev_key, in check_dir_item()
614 struct btrfs_key key; in block_group_err() local
[all …]
Dfree-space-tree.c56 struct btrfs_key key; in add_new_free_space_info() local
89 struct btrfs_key key; in search_free_space_info() local
116 struct btrfs_key *key, struct btrfs_path *p, in btrfs_search_prev_slot()
192 struct btrfs_key key, found_key; in convert_free_space_to_bitmaps() local
332 struct btrfs_key key, found_key; in convert_free_space_to_extents() local
501 struct btrfs_key key; in free_space_test_bit() local
525 struct btrfs_key key; in free_space_set_bits() local
564 struct btrfs_key key; in free_space_next_bitmap() local
592 struct btrfs_key key; in modify_free_space_bitmap() local
705 struct btrfs_key key; in remove_free_space_extent() local
[all …]
Ddir-item.c64 struct btrfs_key key, location; in btrfs_insert_xattr_item() local
119 struct btrfs_key key; in btrfs_insert_dir_item() local
177 struct btrfs_key *key, const char *name, in btrfs_lookup_match_dir()
215 struct btrfs_key key; in btrfs_lookup_dir_item() local
233 struct btrfs_key key; in btrfs_check_dir_item_collision() local
313 struct btrfs_key key; in btrfs_lookup_dir_index_item() local
333 struct btrfs_key key; in btrfs_search_dir_index_item() local
380 struct btrfs_key key; in btrfs_lookup_xattr() local
Duuid-tree.c14 static void btrfs_uuid_to_key(u8 *uuid, u8 type, struct btrfs_key *key) in btrfs_uuid_to_key()
31 struct btrfs_key key; in btrfs_uuid_tree_lookup() local
89 struct btrfs_key key; in btrfs_uuid_tree_add() local
154 struct btrfs_key key; in btrfs_uuid_tree_remove() local
294 struct btrfs_key key; in btrfs_uuid_tree_iterate() local
Droot-tree.c119 *root, struct btrfs_key *key, struct btrfs_root_item in btrfs_update_root()
198 const struct btrfs_key *key, struct btrfs_root_item *item) in btrfs_insert_root()
212 struct btrfs_key key; in btrfs_find_orphan_roots() local
295 const struct btrfs_key *key) in btrfs_del_root()
325 struct btrfs_key key; in btrfs_del_root_ref() local
396 struct btrfs_key key; in btrfs_add_root_ref() local
Dinode-item.c82 struct btrfs_key key; in btrfs_lookup_inode_extref() local
105 struct btrfs_key key; in btrfs_del_inode_extref() local
177 struct btrfs_key key; in btrfs_del_inode_ref() local
261 struct btrfs_key key; in btrfs_insert_inode_extref() local
316 struct btrfs_key key; in btrfs_insert_inode_ref() local
392 struct btrfs_key key; in btrfs_insert_empty_inode() local
Dprint-tree.c29 const char *btrfs_root_name(const struct btrfs_key *key, char *buf) in btrfs_root_name()
85 struct btrfs_disk_key key; in print_extent_item() local
220 struct btrfs_key key; in btrfs_print_leaf() local
368 struct btrfs_key key; in btrfs_print_tree() local
Dorphan.c13 struct btrfs_key key; in btrfs_insert_orphan_item() local
34 struct btrfs_key key; in btrfs_del_orphan_item() local
/fs/nfs/
Ddns_resolve.c76 struct nfs_dns_ent *key; in nfs_dns_ent_update() local
89 struct nfs_dns_ent *key; in nfs_dns_ent_init() local
135 static unsigned int nfs_dns_hash(const struct nfs_dns_ent *key) in nfs_dns_hash()
144 struct nfs_dns_ent *key = container_of(ch, struct nfs_dns_ent, h); in nfs_dns_request() local
153 struct nfs_dns_ent *key = container_of(ch, struct nfs_dns_ent, h); in nfs_dns_upcall() local
204 struct nfs_dns_ent *key) in nfs_dns_lookup()
218 struct nfs_dns_ent *key) in nfs_dns_update()
233 struct nfs_dns_ent key, *item; in nfs_dns_parse() local
282 struct nfs_dns_ent *key, in do_cache_lookup()
298 struct nfs_dns_ent *key, in do_cache_lookup_nowait()
[all …]
/fs/afs/
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()
304 static bool afs_check_permit_rcu(struct afs_vnode *vnode, struct key *key, in afs_check_permit_rcu()
343 int afs_check_permit(struct afs_vnode *vnode, struct key *key, in afs_check_permit()
403 struct key *key; in afs_permission() local
Dvl_alias.c17 static struct afs_volume *afs_sample_volume(struct afs_cell *cell, struct key *key, in afs_sample_volume()
187 static int afs_query_for_alias_one(struct afs_cell *cell, struct key *key, in afs_query_for_alias_one()
234 static int afs_query_for_alias(struct afs_cell *cell, struct key *key) in afs_query_for_alias()
276 static char *afs_vl_get_cell_name(struct afs_cell *cell, struct key *key) in afs_vl_get_cell_name()
302 static int yfs_check_canonical_cell_name(struct afs_cell *cell, struct key *key) in yfs_check_canonical_cell_name()
326 static int afs_do_cell_detect_alias(struct afs_cell *cell, struct key *key) in afs_do_cell_detect_alias()
361 int afs_cell_detect_alias(struct afs_cell *cell, struct key *key) in afs_cell_detect_alias()
Dflock.c114 struct key *key = vnode->lock_key; in afs_next_locker() local
192 static int afs_set_lock(struct afs_vnode *vnode, struct key *key, in afs_set_lock()
224 static int afs_extend_lock(struct afs_vnode *vnode, struct key *key) in afs_extend_lock()
255 static int afs_release_lock(struct afs_vnode *vnode, struct key *key) in afs_release_lock()
286 struct key *key; in afs_lock_work() local
412 static int afs_do_setlk_check(struct afs_vnode *vnode, struct key *key, in afs_do_setlk_check()
458 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
Dfile.c118 struct key *key; in afs_open() local
249 int afs_fetch_data(struct afs_vnode *vnode, struct key *key, struct afs_read *req) in afs_fetch_data()
279 struct key *key = data; in afs_page_filler() local
393 struct key *key; in afs_readpage() local
449 struct key *key = afs_file_key(file); in afs_readpages_one() local
546 struct key *key = afs_file_key(file); in afs_readpages() 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()
250 void mb_cache_entry_delete(struct mb_cache *cache, u32 key, u64 value) in mb_cache_entry_delete()
292 u32 key, u64 value) in mb_cache_entry_delete_or_get()
/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()
643 static void errcatch_decrement_key(struct cpu_key *key) in errcatch_decrement_key()
649 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
Dinode.c111 static void _make_cpu_key(struct cpu_key *key, int version, __u32 dirid, in _make_cpu_key()
127 void make_cpu_key(struct cpu_key *key, struct inode *inode, loff_t offset, in make_cpu_key()
137 inline void make_le_item_head(struct item_head *ih, const struct cpu_key *key, in make_le_item_head()
289 struct cpu_key key; in _get_block_create_0() local
665 struct cpu_key key; in reiserfs_get_block() local
1448 struct cpu_key key; in reiserfs_update_sd_size() local
1544 struct cpu_key key; in reiserfs_read_locked_inode() local
1636 struct inode *reiserfs_iget(struct super_block *s, const struct cpu_key *key) in reiserfs_iget()
1669 struct cpu_key key; in reiserfs_get_dentry() local
1806 struct cpu_key key; in reiserfs_new_directory() local
[all …]
/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()

12345678