Home
last modified time | relevance | path

Searched refs:description (Results 1 – 12 of 12) sorted by relevance

/fs/smb/client/
A Dcifs_spnego.c95 char *description, *dp; in cifs_get_spnego_key() local
120 description = kzalloc(desc_len, GFP_KERNEL); in cifs_get_spnego_key()
121 if (description == NULL) in cifs_get_spnego_key()
124 dp = description; in cifs_get_spnego_key()
166 cifs_dbg(FYI, "key description = %s\n", description); in cifs_get_spnego_key()
168 spnego_key = request_key(&cifs_spnego_key_type, description, ""); in cifs_get_spnego_key()
180 kfree(description); in cifs_get_spnego_key()
/fs/crypto/
A Dkeysetup_v1.c88 char *description; in find_and_lock_process_key() local
93 description = kasprintf(GFP_KERNEL, "%s%*phN", prefix, in find_and_lock_process_key()
95 if (!description) in find_and_lock_process_key()
98 key = request_key(&key_type_logon, description, NULL); in find_and_lock_process_key()
99 kfree(description); in find_and_lock_process_key()
115 key->description); in find_and_lock_process_key()
122 key->description, payload->size, min_keysize); in find_and_lock_process_key()
A Dkeyring.c162 seq_puts(m, key->description); in fscrypt_user_key_describe()
189 char description[FSCRYPT_MK_USERS_DESCRIPTION_SIZE], in format_mk_users_keyring_description()
192 sprintf(description, "fscrypt-%*phN-users", in format_mk_users_keyring_description()
197 char description[FSCRYPT_MK_USER_DESCRIPTION_SIZE], in format_mk_user_description()
341 char description[FSCRYPT_MK_USERS_DESCRIPTION_SIZE]; in allocate_master_key_users_keyring() local
344 format_mk_users_keyring_description(description, in allocate_master_key_users_keyring()
363 char description[FSCRYPT_MK_USER_DESCRIPTION_SIZE]; in find_master_key_user() local
373 &key_type_fscrypt_user, description, false); in find_master_key_user()
391 char description[FSCRYPT_MK_USER_DESCRIPTION_SIZE]; in add_master_key_user() local
396 mk_user = key_alloc(&key_type_fscrypt_user, description, in add_master_key_user()
[all …]
/fs/afs/
A Dsecurity.c29 _debug("key %s", cell->anonymous_key->description); in afs_request_key()
30 key = request_key_net(&key_type_rxrpc, cell->anonymous_key->description, in afs_request_key()
57 _debug("key %s", cell->anonymous_key->description); in afs_request_key_rcu()
59 cell->anonymous_key->description, in afs_request_key_rcu()
/fs/xfs/scrub/
A Dxfblob.c33 const char *description, in xfblob_create() argument
40 error = xfile_create(description, 0, &xfile); in xfblob_create()
A Dxfile.c52 const char *description, in xfile_create() argument
64 xf->file = shmem_kernel_file_setup(description, isize, VM_NORESERVE); in xfile_create()
A Dxfile.h13 int xfile_create(const char *description, loff_t isize, struct xfile **xfilep);
A Dxfarray.c71 const char *description, in xfarray_create() argument
82 error = xfile_create(description, 0, &xfile); in xfarray_create()
/fs/
A DKconfig13 bool "Validate filesystem parameter description"
15 Enable this to perform validation of the parameter description for a
/fs/bcachefs/
A Dsuper.c2499 #define BCH_DEBUG_PARAM(name, description) DEFINE_STATIC_KEY_FALSE(bch2_##name); argument
2535 #define BCH_DEBUG_PARAM(name, description) \ argument
2538 MODULE_PARM_DESC(name, description);
A Dbcachefs.h477 #define BCH_DEBUG_PARAM(name, description) extern struct static_key_false bch2_##name; argument
/fs/nfs/
A Dnfs4idmap.c594 ret = nfs_idmap_prepare_message(key->description, idmap, im, msg); in nfs_idmap_legacy_upcall()

Completed in 27 milliseconds