Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IS_VERITY
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
fsverity.h
182
return
IS_VERITY
(inode) ? -EOPNOTSUPP : 0;
in fsverity_file_open()
188
return
IS_VERITY
(d_inode(dentry)) ? -EOPNOTSUPP : 0;
in fsverity_prepare_setattr()
250
* be verified or not. Don't use
IS_VERITY
() for this purpose; it's subject to
H
A
D
fs.h
2096
#define
IS_VERITY
(inode) ((inode)->i_flags & S_VERITY)
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
fsverity.h
310
* be verified or not. Don't use
IS_VERITY
() for this purpose; it's subject to
336
if (
IS_VERITY
(inode))
in fsverity_file_open()
354
if (
IS_VERITY
(d_inode(dentry)))
in fsverity_prepare_setattr()
H
A
D
fs.h
2157
#define
IS_VERITY
(inode) ((inode)->i_flags & S_VERITY)
macro
/kernel/linux/linux-5.10/fs/verity/
H
A
D
open.c
323
if (!
IS_VERITY
(inode))
in fsverity_file_open()
348
if (
IS_VERITY
(d_inode(dentry)) && (attr->ia_valid & ATTR_SIZE)) {
in fsverity_prepare_setattr()
H
A
D
enable.c
303
if (
IS_VERITY
(inode))
in fsverity_enable_with_descriptor()
367
} else if (WARN_ON(!
IS_VERITY
(inode))) {
in fsverity_enable_with_descriptor()
/kernel/linux/linux-6.6/fs/verity/
H
A
D
enable.c
287
if (
IS_VERITY
(inode))
in fsverity_enable_with_descriptor()
346
} else if (WARN_ON_ONCE(!
IS_VERITY
(inode))) {
in fsverity_enable_with_descriptor()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
readpage.c
218
(
IS_VERITY
(inode) || ext4_verity_in_progress(inode)))
in ext4_readpage_limit()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
readpage.c
212
if (IS_ENABLED(CONFIG_FS_VERITY) &&
IS_VERITY
(inode))
in ext4_readpage_limit()
/kernel/linux/linux-6.6/fs/overlayfs/
H
A
D
util.c
1257
if (!fsverity_active(inode) &&
IS_VERITY
(inode)) {
in ovl_ensure_verity_loaded()
/kernel/linux/linux-6.6/fs/
H
A
D
buffer.c
2375
if (IS_ENABLED(CONFIG_FS_VERITY) &&
IS_VERITY
(inode))
in block_read_full_folio()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
file.c
819
if (
IS_VERITY
(inode))
in f2fs_getattr()
1961
if (
IS_VERITY
(inode))
in f2fs_ioc_getflags()
H
A
D
data.c
2063
(
IS_VERITY
(inode) || f2fs_verity_in_progress(inode)))
in f2fs_readpage_limit()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
file.c
869
if (
IS_VERITY
(inode))
in f2fs_getattr()
3114
if (
IS_VERITY
(inode))
in f2fs_fileattr_get()
H
A
D
data.c
2114
if (IS_ENABLED(CONFIG_FS_VERITY) &&
IS_VERITY
(inode))
in f2fs_readpage_limit()
Completed in 45 milliseconds