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:S_NOSEC
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
attr.c
331
inode->i_flags &= ~
S_NOSEC
;
in notify_change()
H
A
D
xattr.c
206
inode->i_flags &= ~
S_NOSEC
;
in __vfs_setxattr_noperm()
/kernel/linux/linux-6.6/fs/
H
A
D
attr.c
416
inode->i_flags &= ~
S_NOSEC
;
in notify_change()
H
A
D
xattr.c
233
inode->i_flags &= ~
S_NOSEC
;
in __vfs_setxattr_noperm()
/kernel/linux/linux-5.10/fs/gfs2/
H
A
D
file.c
185
flags &= ~(S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|
S_NOSEC
);
in gfs2_set_inode_flags()
187
flags |=
S_NOSEC
;
in gfs2_set_inode_flags()
/kernel/linux/linux-6.6/fs/gfs2/
H
A
D
file.c
189
flags &= ~(S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|
S_NOSEC
);
in gfs2_set_inode_flags()
191
flags |=
S_NOSEC
;
in gfs2_set_inode_flags()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
2046
#define
S_NOSEC
(1 << 12) /* no suid or xattr security attributes */
macro
2092
#define IS_NOSEC(inode) ((inode)->i_flags &
S_NOSEC
)
3486
inode->i_flags |=
S_NOSEC
;
in inode_has_no_xattr()
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
2106
#define
S_NOSEC
(1 << 12) /* no suid or xattr security attributes */
macro
2153
#define IS_NOSEC(inode) ((inode)->i_flags &
S_NOSEC
)
3390
inode->i_flags |=
S_NOSEC
;
in inode_has_no_xattr()
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
inode.c
482
inode->i_flags |=
S_NOSEC
;
in ntfs_read_mft()
1641
inode->i_flags |=
S_NOSEC
;
in ntfs_create_inode()
/kernel/linux/linux-6.6/fs/fuse/
H
A
D
inode.c
275
*
S_NOSEC
. Ideally, we could have cleared it only if suid/sgid
in fuse_change_attributes_common()
280
inode->i_flags &= ~
S_NOSEC
;
in fuse_change_attributes_common()
Completed in 25 milliseconds