Home
last modified time | relevance | path

Searched refs:fsverity_enable_arg (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/include/uapi/linux/
Dfsverity.h19 struct fsverity_enable_arg { struct
98 #define FS_IOC_ENABLE_VERITY _IOW('f', 133, struct fsverity_enable_arg)
/linux-6.12.1/fs/verity/
Denable.c184 const struct fsverity_enable_arg *arg) in enable_verity()
321 struct fsverity_enable_arg arg; in fsverity_ioctl_enable()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dfs_kfuncs.c74 struct fsverity_enable_arg arg = {0}; in test_fsverity()
/linux-6.12.1/fs/fuse/
Dioctl.c141 struct fsverity_enable_arg enable; in fuse_setup_enable_verity()
142 struct fsverity_enable_arg __user *uarg = (void __user *)arg; in fuse_setup_enable_verity()
/linux-6.12.1/Documentation/filesystems/
Dfsverity.rst109 in a pointer to a struct fsverity_enable_arg, defined as
112 struct fsverity_enable_arg {
226 digest. It will match ``fsverity_enable_arg::hash_algorithm``.