From 9f48730151b9672237f493192dae562dca04dbdd Mon Sep 17 00:00:00 2001 From: Viacheslav Sablin Date: Tue, 6 Aug 2024 23:50:57 +0300 Subject: sys/linux/filesystems: add the inlinecrypt mount flag --- sys/linux/filesystem.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux') diff --git a/sys/linux/filesystem.txt b/sys/linux/filesystem.txt index 0deb64454..8589d1967 100644 --- a/sys/linux/filesystem.txt +++ b/sys/linux/filesystem.txt @@ -680,6 +680,7 @@ ext4_options [ noinit_itable stringnoz["noinit_itable"] test_dummy_encryption stringnoz["test_dummy_encryption"] nombcache stringnoz["nombcache"] + inlinecrypt stringnoz["inlinecrypt"] resgid fs_opt_hex["resgid", gid] resuid fs_opt_hex["resuid", uid] sb fs_opt_hex["sb", int32] @@ -762,6 +763,7 @@ f2fs_options [ test_dummy_encryption stringnoz["test_dummy_encryption"] errors_continue stringnoz["errors=continue"] errors_remount stringnoz["errors=remount-ro"] + inlinecrypt stringnoz["inlinecrypt"] ] [varlen] bpf_options [ -- cgit mrf-deployment