Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dcrypto_policy.c57 ctx.format = F2FS_ENCRYPTION_CONTEXT_FORMAT_V1; in f2fs_create_encryption_context_from_policy()
126 if (ctx.format != F2FS_ENCRYPTION_CONTEXT_FORMAT_V1) in f2fs_get_policy()
197 ctx.format = F2FS_ENCRYPTION_CONTEXT_FORMAT_V1; in f2fs_inherit_context()
Df2fs_crypto.h29 #define F2FS_ENCRYPTION_CONTEXT_FORMAT_V1 1 macro