Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dfsverity.h19 struct fsverity_enable_arg { struct
37 #define FS_IOC_ENABLE_VERITY _IOW('f', 133, struct fsverity_enable_arg) argument
/Linux-v5.4/fs/verity/
Denable.c158 const struct fsverity_enable_arg *arg) in enable_verity()
302 struct fsverity_enable_arg arg; in fsverity_ioctl_enable()
/Linux-v5.4/Documentation/filesystems/
Dfsverity.rst87 in a pointer to a :c:type:`struct fsverity_enable_arg`, defined as
90 struct fsverity_enable_arg {
200 measurement. It will match ``fsverity_enable_arg::hash_algorithm``.