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:FMODE_CAN_READ
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
file_table.c
204
file->f_mode |=
FMODE_CAN_READ
;
in alloc_file()
H
A
D
read_write.c
437
if (!(file->f_mode &
FMODE_CAN_READ
))
in __kernel_read()
477
if (!(file->f_mode &
FMODE_CAN_READ
))
in vfs_read()
785
if (!(file->f_mode &
FMODE_CAN_READ
))
in do_iter_read()
815
if (!(file->f_mode &
FMODE_CAN_READ
))
in vfs_iocb_iter_read()
H
A
D
open.c
826
f->f_mode |=
FMODE_CAN_READ
;
in do_dentry_open()
/kernel/linux/linux-6.6/security/landlock/
H
A
D
syscalls.c
120
/* Dummy handler to enable
FMODE_CAN_READ
. */
in fop_dummy_read()
433
ruleset = get_ruleset_from_fd(ruleset_fd,
FMODE_CAN_READ
);
in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/fs/
H
A
D
read_write.c
416
if (!(file->f_mode &
FMODE_CAN_READ
))
in __kernel_read()
456
if (!(file->f_mode &
FMODE_CAN_READ
))
in vfs_read()
784
if (!(file->f_mode &
FMODE_CAN_READ
))
in do_iter_read()
814
if (!(file->f_mode &
FMODE_CAN_READ
))
in vfs_iocb_iter_read()
H
A
D
file_table.c
306
file->f_mode |=
FMODE_CAN_READ
;
in alloc_file()
H
A
D
open.c
936
f->f_mode |=
FMODE_CAN_READ
;
in do_dentry_open()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
storage_common.c
217
if (!(filp->f_mode &
FMODE_CAN_READ
)) {
in fsg_lun_open()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
storage_common.c
218
if (!(filp->f_mode &
FMODE_CAN_READ
)) {
in fsg_lun_open()
/kernel/linux/linux-5.10/kernel/bpf/
H
A
D
syscall.c
588
* f_mode with
FMODE_CAN_READ
.
in bpf_dummy_read()
1035
if (!(map_get_sys_perms(map, f) &
FMODE_CAN_READ
)) {
in map_lookup_elem()
1220
if (!(map_get_sys_perms(map, f) &
FMODE_CAN_READ
)) {
in map_get_next_key()
1510
if (!(map_get_sys_perms(map, f) &
FMODE_CAN_READ
) ||
in map_lookup_and_delete_elem()
4029
if (has_read && !(map_get_sys_perms(map, f) &
FMODE_CAN_READ
)) {
in bpf_map_do_batch()
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
syscall.c
842
* f_mode with
FMODE_CAN_READ
.
in bpf_dummy_read()
1452
if (!(map_get_sys_perms(map, f) &
FMODE_CAN_READ
)) {
in map_lookup_elem()
1634
if (!(map_get_sys_perms(map, f) &
FMODE_CAN_READ
)) {
in map_get_next_key()
1924
if (!(map_get_sys_perms(map, f) &
FMODE_CAN_READ
) ||
in map_lookup_and_delete_elem()
4910
if (has_read && !(map_get_sys_perms(map, f) &
FMODE_CAN_READ
)) {
in bpf_map_do_batch()
/kernel/linux/linux-5.10/mm/
H
A
D
nommu.c
822
if (!(file->f_mode &
FMODE_CAN_READ
))
in validate_mmap_request()
/kernel/linux/linux-6.6/mm/
H
A
D
nommu.c
759
if (!(file->f_mode &
FMODE_CAN_READ
))
in validate_mmap_request()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
nandsim.c
543
if (!(cfile->f_mode &
FMODE_CAN_READ
)) {
in ns_alloc_device()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
nandsim.c
545
if (!(cfile->f_mode &
FMODE_CAN_READ
)) {
in ns_alloc_device()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
157
#define
FMODE_CAN_READ
((__force fmode_t)0x20000)
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
149
#define
FMODE_CAN_READ
((__force fmode_t)0x20000)
macro
Completed in 44 milliseconds