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:i_opflags
(Results
1 - 25
of
43
) sorted by relevance
1
2
/kernel/linux/linux-5.10/security/integrity/evm/
H
A
D
evm_crypto.c
199
if (!(inode->
i_opflags
& IOP_XATTR) ||
in evm_calc_hmac_or_hash()
325
} else if (rc == -ENODATA && (inode->
i_opflags
& IOP_XATTR)) {
in evm_update_evmxattr()
H
A
D
evm_main.c
100
if (!(inode->
i_opflags
& IOP_XATTR))
in evm_find_protected_xattrs()
/kernel/linux/linux-6.6/security/integrity/evm/
H
A
D
evm_crypto.c
235
if (!(inode->
i_opflags
& IOP_XATTR) ||
in evm_calc_hmac_or_hash()
382
} else if (rc == -ENODATA && (inode->
i_opflags
& IOP_XATTR)) {
in evm_update_evmxattr()
H
A
D
evm_main.c
139
if (!(inode->
i_opflags
& IOP_XATTR))
in evm_find_protected_xattrs()
/kernel/linux/linux-5.10/fs/
H
A
D
xattr.c
59
if (!(inode->
i_opflags
& IOP_XATTR)) {
in xattr_resolve_name()
147
if (!(inode->
i_opflags
& IOP_XATTR)) {
in xattr_supported_namespace()
207
if (inode->
i_opflags
& IOP_XATTR) {
in __vfs_setxattr_noperm()
419
if (inode->i_op->listxattr && (inode->
i_opflags
& IOP_XATTR)) {
in vfs_listxattr()
H
A
D
bad_inode.c
207
inode->
i_opflags
&= ~IOP_XATTR;
in make_bad_inode()
H
A
D
dcache.c
1910
if (unlikely(!(inode->
i_opflags
& IOP_LOOKUP))) {
in d_flags_for_inode()
1914
inode->
i_opflags
|= IOP_LOOKUP;
in d_flags_for_inode()
1919
if (unlikely(!(inode->
i_opflags
& IOP_NOFOLLOW))) {
in d_flags_for_inode()
1924
inode->
i_opflags
|= IOP_NOFOLLOW;
in d_flags_for_inode()
H
A
D
inode.c
147
inode->
i_opflags
= 0;
in inode_init_always()
149
inode->
i_opflags
|= IOP_XATTR;
in inode_init_always()
/kernel/linux/linux-6.6/fs/
H
A
D
bad_inode.c
213
inode->
i_opflags
&= ~IOP_XATTR;
in make_bad_inode()
H
A
D
xattr.c
62
if (!(inode->
i_opflags
& IOP_XATTR)) {
in xattr_resolve_name()
168
if (!(inode->
i_opflags
& IOP_XATTR)) {
in xattr_supports_user_prefix()
234
if (inode->
i_opflags
& IOP_XATTR) {
in __vfs_setxattr_noperm()
H
A
D
dcache.c
1970
if (unlikely(!(inode->
i_opflags
& IOP_LOOKUP))) {
in d_flags_for_inode()
1974
inode->
i_opflags
|= IOP_LOOKUP;
in d_flags_for_inode()
1979
if (unlikely(!(inode->
i_opflags
& IOP_NOFOLLOW))) {
in d_flags_for_inode()
1984
inode->
i_opflags
|= IOP_NOFOLLOW;
in d_flags_for_inode()
/kernel/linux/linux-5.10/security/integrity/ima/
H
A
D
ima_appraise.c
379
if (!(inode->
i_opflags
& IOP_XATTR) && !try_modsig)
in ima_appraise_measurement()
514
|| !(inode->
i_opflags
& IOP_XATTR))
in ima_inode_post_setattr()
/kernel/linux/linux-5.10/fs/cachefiles/
H
A
D
bind.c
126
!(d_backing_inode(root)->
i_opflags
& IOP_XATTR) ||
in cachefiles_daemon_add_cache()
H
A
D
namei.c
822
if (!(d_backing_inode(subdir)->
i_opflags
& IOP_XATTR) ||
in cachefiles_get_directory()
/kernel/linux/linux-6.6/security/integrity/ima/
H
A
D
ima_appraise.c
495
if (!(inode->
i_opflags
& IOP_XATTR) && !try_modsig)
in ima_appraise_measurement()
646
|| !(inode->
i_opflags
& IOP_XATTR))
in ima_inode_post_setattr()
/kernel/linux/linux-5.10/fs/sharefs/
H
A
D
inode.c
44
if (!(d_inode(lower_dentry)->
i_opflags
& IOP_XATTR)) {
in sharefs_listxattr()
/kernel/linux/linux-6.6/fs/cachefiles/
H
A
D
cache.c
65
!(d_backing_inode(root)->
i_opflags
& IOP_XATTR) ||
in cachefiles_add_cache()
H
A
D
namei.c
175
if (!(d_backing_inode(subdir)->
i_opflags
& IOP_XATTR) ||
in cachefiles_get_directory()
/kernel/linux/linux-6.6/fs/sharefs/
H
A
D
inode.c
44
if (!(d_inode(lower_dentry)->
i_opflags
& IOP_XATTR)) {
in sharefs_listxattr()
/kernel/linux/linux-5.10/fs/ecryptfs/
H
A
D
inode.c
1029
if (!(d_inode(lower_dentry)->
i_opflags
& IOP_XATTR)) {
in ecryptfs_setxattr()
1046
if (!(lower_inode->
i_opflags
& IOP_XATTR)) {
in ecryptfs_getxattr_lower()
1093
if (!(lower_inode->
i_opflags
& IOP_XATTR)) {
in ecryptfs_removexattr()
H
A
D
mmap.c
412
if (!(lower_inode->
i_opflags
& IOP_XATTR)) {
in ecryptfs_write_inode_size_to_xattr()
/kernel/linux/linux-6.6/fs/ecryptfs/
H
A
D
inode.c
1048
if (!(lower_inode->
i_opflags
& IOP_XATTR)) {
in ecryptfs_setxattr()
1067
if (!(lower_inode->
i_opflags
& IOP_XATTR)) {
in ecryptfs_getxattr_lower()
1114
if (!(lower_inode->
i_opflags
& IOP_XATTR)) {
in ecryptfs_removexattr()
H
A
D
mmap.c
413
if (!(lower_inode->
i_opflags
& IOP_XATTR)) {
in ecryptfs_write_inode_size_to_xattr()
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
xattr.c
899
d_inode(dentry)->
i_opflags
&= ~IOP_XATTR;
in create_privroot()
986
d_inode(dentry)->
i_opflags
&= ~IOP_XATTR;
in reiserfs_lookup_privroot()
/kernel/linux/linux-5.10/fs/overlayfs/
H
A
D
copy_up.c
54
if (!(old->d_inode->
i_opflags
& IOP_XATTR) ||
in ovl_copy_xattr()
55
!(new->d_inode->
i_opflags
& IOP_XATTR))
in ovl_copy_xattr()
Completed in 31 milliseconds
1
2