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:path_noexec
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
exec.c
112
bool
path_noexec
(const struct path *path)
in path_noexec()
function
154
path_noexec
(&file->f_path)))
in SYSCALL_DEFINE1()
930
path_noexec
(&file->f_path)))
in do_open_execat()
H
A
D
open.c
435
if (
path_noexec
(&path))
in do_faccessat()
H
A
D
namei.c
2937
if ((acc_mode & MAY_EXEC) &&
path_noexec
(path))
in may_open()
/kernel/linux/linux-6.6/fs/
H
A
D
exec.c
111
bool
path_noexec
(const struct path *path)
in path_noexec()
function
153
path_noexec
(&file->f_path)))
in SYSCALL_DEFINE1()
936
path_noexec
(&file->f_path)))
in do_open_execat()
H
A
D
open.c
495
if (
path_noexec
(&path))
in do_faccessat()
H
A
D
namei.c
3257
if ((acc_mode & MAY_EXEC) &&
path_noexec
(path))
in may_open()
/kernel/linux/linux-5.10/mm/
H
A
D
nommu.c
874
if (
path_noexec
(&file->f_path)) {
in validate_mmap_request()
H
A
D
mmap.c
1439
if (!(file &&
path_noexec
(&file->f_path)))
in do_mmap()
1550
if (
path_noexec
(&file->f_path)) {
in do_mmap()
/kernel/linux/linux-6.6/mm/
H
A
D
nommu.c
808
if (
path_noexec
(&file->f_path)) {
in validate_mmap_request()
H
A
D
mmap.c
1230
if (!(file &&
path_noexec
(&file->f_path)))
in do_mmap()
1329
if (
path_noexec
(&file->f_path)) {
in do_mmap()
/kernel/linux/linux-5.10/security/
H
A
D
security.c
1538
if (!
path_noexec
(&file->f_path)) {
in mmap_prot()
/kernel/linux/linux-5.10/kernel/
H
A
D
sys.c
1861
if (!S_ISREG(inode->i_mode) ||
path_noexec
(&exe.file->f_path))
in prctl_set_mm_exe_file()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
3538
extern bool
path_noexec
(const struct path *path);
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
3442
extern bool
path_noexec
(const struct path *path);
/kernel/linux/linux-6.6/security/
H
A
D
security.c
2688
if (!
path_noexec
(&file->f_path)) {
in mmap_prot()
/kernel/linux/linux-6.6/kernel/
H
A
D
sys.c
1908
if (!S_ISREG(inode->i_mode) ||
path_noexec
(&exe.file->f_path))
in prctl_set_mm_exe_file()
Completed in 62 milliseconds