Home
last modified time | relevance | path

Searched refs:auth_key_name (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ubifs/
H A Dsuper.c1019 char *auth_key_name; member
1084 kfree(ctx->auth_key_name); in ubifs_parse_param()
1085 ctx->auth_key_name = param->string; in ubifs_parse_param()
1109 kfree(c->auth_key_name); in ubifs_release_options()
1110 c->auth_key_name = NULL; in ubifs_release_options()
1277 if (c->auth_key_name) { in mount_ubifs()
2148 c->auth_key_name = ctx->auth_key_name; in ubifs_fill_super()
2156 ctx->auth_key_name = NULL; in ubifs_fill_super()
2322 kfree(ctx->auth_key_name); in ubifs_free_fc()
H A Dauth.c278 keyring_key = request_key(&key_type_logon, c->auth_key_name, NULL); in ubifs_init_authentication()
H A Dubifs.h1491 char *auth_key_name; member