Home
last modified time | relevance | path

Searched refs:ctx2 (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/crypto/
Dalgif_hash.c245 struct hash_ctx *ctx2; in hash_accept() local
263 ctx2 = ask2->private; in hash_accept()
264 ctx2->more = more; in hash_accept()
269 err = crypto_ahash_import(&ctx2->req, state); in hash_accept()
/linux-4.19.296/lib/mpi/
Dmpih-mul.c408 struct karatsuba_ctx *ctx2; in mpihelp_release_karatsuba_ctx() local
414 for (ctx = ctx->next; ctx; ctx = ctx2) { in mpihelp_release_karatsuba_ctx()
415 ctx2 = ctx->next; in mpihelp_release_karatsuba_ctx()
/linux-4.19.296/fs/nfs/
Dinternal.h270 const struct nfs_open_context *ctx2) in nfs_match_open_context() argument
272 return ctx1->cred == ctx2->cred && ctx1->state == ctx2->state; in nfs_match_open_context()
/linux-4.19.296/fs/btrfs/
Dtree-log.c6158 struct btrfs_log_ctx ctx2; in btrfs_log_new_name() local
6160 btrfs_init_log_ctx(&ctx2, &inode->vfs_inode); in btrfs_log_new_name()
6162 LOG_INODE_EXISTS, &ctx2); in btrfs_log_new_name()
6168 ret = btrfs_sync_log(trans, inode->root, &ctx2); in btrfs_log_new_name()