Home
last modified time | relevance | path

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

/linux-5.19.10/fs/
Dbuffer.c298 struct decrypt_bh_ctx { struct
305 struct decrypt_bh_ctx *ctx = in decrypt_bh() argument
306 container_of(work, struct decrypt_bh_ctx, work); in decrypt_bh()
325 struct decrypt_bh_ctx *ctx = kmalloc(sizeof(*ctx), GFP_ATOMIC); in end_buffer_async_read_io()