Searched refs:FS_CTX_REQUIRES_FREE_ENCRYPT_FL (Results 1 – 2 of 2) sorted by relevance
78 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()
72 #define FS_CTX_REQUIRES_FREE_ENCRYPT_FL 0x00000001 macro