Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dcrypto.c90 if (ctx->flags & F2FS_CTX_REQUIRES_FREE_ENCRYPT_FL) { in f2fs_release_crypto_ctx()
137 ctx->flags |= F2FS_CTX_REQUIRES_FREE_ENCRYPT_FL; in f2fs_get_crypto_ctx()
139 ctx->flags &= ~F2FS_CTX_REQUIRES_FREE_ENCRYPT_FL; in f2fs_get_crypto_ctx()
Df2fs_crypto.h86 #define F2FS_CTX_REQUIRES_FREE_ENCRYPT_FL 0x00000001 macro