Home
last modified time | relevance | path

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

/linux-4.19.296/fs/crypto/
Dcrypto.c78 if (ctx->flags & FS_CTX_REQUIRES_FREE_ENCRYPT_FL) { in fscrypt_release_ctx()
127 ctx->flags |= FS_CTX_REQUIRES_FREE_ENCRYPT_FL; in fscrypt_get_ctx()
129 ctx->flags &= ~FS_CTX_REQUIRES_FREE_ENCRYPT_FL; in fscrypt_get_ctx()
Dfscrypt_private.h72 #define FS_CTX_REQUIRES_FREE_ENCRYPT_FL 0x00000001 macro