Home
last modified time | relevance | path

Searched refs:FS_IOC_ENABLE_VERITY (Results 1 – 25 of 2607) sorted by relevance

12345678910>>...105

/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-verity.c36 defined(FS_IOC_ENABLE_VERITY) && \
146 ret = ioctl(fd, FS_IOC_ENABLE_VERITY, &enable); in stress_verity()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dfsverity.h91 #define FS_IOC_ENABLE_VERITY _IOW('f', 133, struct fsverity_enable_arg) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dfsverity.h91 #define FS_IOC_ENABLE_VERITY _IOW('f', 133, struct fsverity_enable_arg) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Dfsverity.h98 #define FS_IOC_ENABLE_VERITY _IOW('f', 133, struct fsverity_enable_arg) macro
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Dfsverity.h98 #define FS_IOC_ENABLE_VERITY _IOW('f', 133, struct fsverity_enable_arg) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/
H A Dfsverity.h98 #define FS_IOC_ENABLE_VERITY _IOW('f', 133, struct fsverity_enable_arg) macro
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/filesystems/
H A Dfsverity.rst83 FS_IOC_ENABLE_VERITY section in User API
86 The FS_IOC_ENABLE_VERITY ioctl enables fs-verity on a file. It takes
128 FS_IOC_ENABLE_VERITY causes the filesystem to build a Merkle tree for
134 FS_IOC_ENABLE_VERITY checks for write access to the inode. However,
142 On success, FS_IOC_ENABLE_VERITY returns 0, and the file becomes a
146 FS_IOC_ENABLE_VERITY can fail with the following errors:
261 passed to FS_IOC_ENABLE_VERITY, if any. See `Built-in signature
304 FS_IOC_ENABLE_VERITY instead, since parameters must be provided.
433 2. `FS_IOC_ENABLE_VERITY`_ accepts a pointer to a PKCS#7 formatted
523 It can only be set by `FS_IOC_ENABLE_VERITY`_, and it cannot be
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/filesystems/
H A Dfsverity.rst83 FS_IOC_ENABLE_VERITY section in User API
86 The FS_IOC_ENABLE_VERITY ioctl enables fs-verity on a file. It takes
128 FS_IOC_ENABLE_VERITY causes the filesystem to build a Merkle tree for
134 FS_IOC_ENABLE_VERITY checks for write access to the inode. However,
142 On success, FS_IOC_ENABLE_VERITY returns 0, and the file becomes a
146 FS_IOC_ENABLE_VERITY can fail with the following errors:
261 passed to FS_IOC_ENABLE_VERITY, if any. See `Built-in signature
304 FS_IOC_ENABLE_VERITY instead, since parameters must be provided.
433 2. `FS_IOC_ENABLE_VERITY`_ accepts a pointer to a PKCS#7 formatted
523 It can only be set by `FS_IOC_ENABLE_VERITY`_, and it cannot be
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/filesystems/
H A Dfsverity.rst83 FS_IOC_ENABLE_VERITY section in User API
86 The FS_IOC_ENABLE_VERITY ioctl enables fs-verity on a file. It takes
128 FS_IOC_ENABLE_VERITY causes the filesystem to build a Merkle tree for
134 FS_IOC_ENABLE_VERITY checks for write access to the inode. However,
142 On success, FS_IOC_ENABLE_VERITY returns 0, and the file becomes a
146 FS_IOC_ENABLE_VERITY can fail with the following errors:
261 passed to FS_IOC_ENABLE_VERITY, if any. See `Built-in signature
304 FS_IOC_ENABLE_VERITY instead, since parameters must be provided.
433 2. `FS_IOC_ENABLE_VERITY`_ accepts a pointer to a PKCS#7 formatted
523 It can only be set by `FS_IOC_ENABLE_VERITY`_, and it cannot be
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/gridscale/gsclient-go/v3/vendor/golang.org/x/sys/unix/
H A Dzerrors_linux_arm.go77 FS_IOC_ENABLE_VERITY = 0x40806685 const
H A Dzerrors_linux_arm64.go80 FS_IOC_ENABLE_VERITY = 0x40806685 const
H A Dzerrors_linux_mips64.go77 FS_IOC_ENABLE_VERITY = 0x80806685 const
H A Dzerrors_linux_mips64le.go77 FS_IOC_ENABLE_VERITY = 0x80806685 const
H A Dzerrors_linux_386.go78 FS_IOC_ENABLE_VERITY = 0x40806685 const
H A Dzerrors_linux_mips.go77 FS_IOC_ENABLE_VERITY = 0x80806685 const
H A Dzerrors_linux_mipsle.go77 FS_IOC_ENABLE_VERITY = 0x80806685 const
H A Dzerrors_linux_amd64.go78 FS_IOC_ENABLE_VERITY = 0x40806685 const
H A Dzerrors_linux_riscv64.go77 FS_IOC_ENABLE_VERITY = 0x40806685 const
/dports/net/gscloud/gscloud-0.11.0/vendor/golang.org/x/sys/unix/
H A Dzerrors_linux_riscv64.go78 FS_IOC_ENABLE_VERITY = 0x40806685 const
H A Dzerrors_linux_386.go79 FS_IOC_ENABLE_VERITY = 0x40806685 const
H A Dzerrors_linux_amd64.go79 FS_IOC_ENABLE_VERITY = 0x40806685 const
H A Dzerrors_linux_arm64.go81 FS_IOC_ENABLE_VERITY = 0x40806685 const
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/sys/unix/
H A Dzerrors_linux_arm64.go78 FS_IOC_ENABLE_VERITY = 0x40806685 const
H A Dzerrors_linux_mips.go75 FS_IOC_ENABLE_VERITY = 0x80806685 const
H A Dzerrors_linux_mips64.go75 FS_IOC_ENABLE_VERITY = 0x80806685 const

12345678910>>...105