Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfsverity.h19 struct fsverity_enable_arg { struct
98 #define FS_IOC_ENABLE_VERITY _IOW('f', 133, struct fsverity_enable_arg)
/OK3568_Linux_fs/kernel/fs/verity/
H A Denable.c199 const struct fsverity_enable_arg *arg) in enable_verity()
343 struct fsverity_enable_arg arg; in fsverity_ioctl_enable()
/OK3568_Linux_fs/kernel/fs/incfs/
H A Dverity.c518 const struct fsverity_enable_arg *arg) in incfs_enable_verity()
580 struct fsverity_enable_arg arg; in incfs_ioctl_enable_verity()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfsverity.rst87 in a pointer to a struct fsverity_enable_arg, defined as
90 struct fsverity_enable_arg {
201 digest. It will match ``fsverity_enable_arg::hash_algorithm``.
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c3855 struct fsverity_enable_arg fear = { in enable_verity()