Searched refs:candidate (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/fs/fscache/ |
D | netfs.c | 22 struct fscache_cookie *candidate, *cookie; in __fscache_register_netfs() local 27 candidate = fscache_alloc_cookie(&fscache_fsdef_index, in __fscache_register_netfs() 32 if (!candidate) { in __fscache_register_netfs() 37 candidate->flags = 1 << FSCACHE_COOKIE_ENABLED; in __fscache_register_netfs() 40 cookie = fscache_hash_cookie(candidate); in __fscache_register_netfs() 43 if (cookie != candidate) { in __fscache_register_netfs() 44 trace_fscache_cookie(candidate, fscache_cookie_discard, 1); in __fscache_register_netfs() 45 fscache_free_cookie(candidate); in __fscache_register_netfs() 59 fscache_cookie_put(candidate, fscache_cookie_put_dup_netfs); in __fscache_register_netfs()
|
D | cookie.c | 187 struct fscache_cookie *fscache_hash_cookie(struct fscache_cookie *candidate) in fscache_hash_cookie() argument 194 bucket = candidate->key_hash & (ARRAY_SIZE(fscache_cookie_hash) - 1); in fscache_hash_cookie() 199 if (fscache_compare_cookie(candidate, cursor) == 0) in fscache_hash_cookie() 203 __set_bit(FSCACHE_COOKIE_ACQUIRED, &candidate->flags); in fscache_hash_cookie() 204 fscache_cookie_get(candidate->parent, fscache_cookie_get_acquire_parent); in fscache_hash_cookie() 205 atomic_inc(&candidate->parent->n_children); in fscache_hash_cookie() 206 hlist_bl_add_head(&candidate->hash_link, h); in fscache_hash_cookie() 208 return candidate; in fscache_hash_cookie() 216 fscache_print_cookie(candidate, 'N'); in fscache_hash_cookie() 250 struct fscache_cookie *candidate, *cookie; in __fscache_acquire_cookie() local [all …]
|
/linux-4.19.296/fs/afs/ |
D | server.c | 146 struct afs_server *candidate) in afs_install_server() argument 153 _enter("%p", candidate); in afs_install_server() 164 diff = memcmp(&candidate->uuid, &server->uuid, sizeof(uuid_t)); in afs_install_server() 173 server = candidate; in afs_install_server() 288 struct afs_server *server, *candidate; in afs_lookup_server() local 300 candidate = afs_alloc_server(cell->net, uuid, alist); in afs_lookup_server() 301 if (!candidate) { in afs_lookup_server() 306 server = afs_install_server(cell->net, candidate); in afs_lookup_server() 307 if (server != candidate) { in afs_lookup_server() 309 kfree(candidate); in afs_lookup_server()
|
D | cell.c | 216 struct afs_cell *cell, *candidate, *cursor; in afs_lookup_cell() local 237 candidate = afs_alloc_cell(net, name, namesz, vllist); in afs_lookup_cell() 238 if (IS_ERR(candidate)) { in afs_lookup_cell() 239 _leave(" = %ld", PTR_ERR(candidate)); in afs_lookup_cell() 240 return candidate; in afs_lookup_cell() 266 cell = candidate; in afs_lookup_cell() 267 candidate = NULL; in afs_lookup_cell() 304 kfree(candidate); in afs_lookup_cell()
|
D | super.c | 498 struct afs_volume *candidate; in afs_mount() local 547 candidate = afs_create_volume(¶ms); in afs_mount() 548 if (IS_ERR(candidate)) { in afs_mount() 549 ret = PTR_ERR(candidate); in afs_mount() 553 as->volume = candidate; in afs_mount()
|
/linux-4.19.296/crypto/ |
D | Kconfig | 1619 candidate cipher by researchers at CounterPane Systems. It is a 1641 candidate cipher by researchers at CounterPane Systems. It is a 1657 candidate cipher by researchers at CounterPane Systems. It is a 1675 candidate cipher by researchers at CounterPane Systems. It is a 1698 candidate cipher by researchers at CounterPane Systems. It is a
|