Searched defs:ext4_crypto_ctx (Results 1 – 1 of 1) sorted by relevance
78 struct ext4_crypto_ctx { struct79 struct crypto_tfm *tfm; /* Crypto API context */80 struct page *bounce_page; /* Ciphertext page on write path */81 struct page *control_page; /* Original page on write path */82 struct bio *bio; /* The bio for this context */83 struct work_struct work; /* Work queue for read complete path */84 struct list_head free_list; /* Free list */85 int flags; /* Flags */86 int mode; /* Encryption mode for tfm */