Searched refs:F2FS_ENCRYPTION_CONTEXT_FORMAT_V1 (Results 1 – 2 of 2) sorted by relevance
57 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()
29 #define F2FS_ENCRYPTION_CONTEXT_FORMAT_V1 1 macro