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_NOSEC
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
file.c
445
if (*ilock_shared && (!
IS_NOSEC
(inode) || *extend ||
in ext4_dio_write_checks()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
file.c
456
((!
IS_NOSEC
(inode) || *extend || !overwrite ||
in ext4_dio_write_checks()
/kernel/linux/linux-5.10/fs/
H
A
D
inode.c
1947
if (
IS_NOSEC
(inode))
in dentry_needs_remove_privs()
1988
if (
IS_NOSEC
(inode) || !S_ISREG(inode->i_mode))
in file_remove_privs()
/kernel/linux/linux-6.6/fs/
H
A
D
inode.c
2041
if (
IS_NOSEC
(inode))
in dentry_needs_remove_privs()
2073
if (
IS_NOSEC
(inode) || !S_ISREG(inode->i_mode))
in __file_remove_privs()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_file.c
356
if (*iolock == XFS_IOLOCK_SHARED && !
IS_NOSEC
(inode)) {
in xfs_file_aio_write_checks()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_file.c
415
if (*iolock == XFS_IOLOCK_SHARED && !
IS_NOSEC
(inode)) {
in xfs_file_write_checks()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
file.c
1476
if (iocb->ki_pos + iov_iter_count(from) <= i_size_read(inode) &&
IS_NOSEC
(inode))
in btrfs_direct_write()
1485
if ((ilock_flags & BTRFS_ILOCK_SHARED) && !
IS_NOSEC
(inode)) {
in btrfs_direct_write()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
2092
#define
IS_NOSEC
(inode) ((inode)->i_flags & S_NOSEC)
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
2153
#define
IS_NOSEC
(inode) ((inode)->i_flags & S_NOSEC)
macro
Completed in 44 milliseconds