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_OPENED
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
file_table.c
208
file->f_mode |=
FMODE_OPENED
;
in alloc_file()
262
if (unlikely(!(file->f_mode &
FMODE_OPENED
)))
in __fput()
H
A
D
open.c
777
f->f_mode = FMODE_PATH |
FMODE_OPENED
;
in do_dentry_open()
821
f->f_mode |=
FMODE_OPENED
;
in do_dentry_open()
888
BUG_ON(file->f_mode &
FMODE_OPENED
); /* once it's opened, it's opened */
in finish_open()
H
A
D
namei.c
3018
* If the file was looked up only or didn't need creating,
FMODE_OPENED
won't
3041
if (file->f_mode &
FMODE_OPENED
) {
in atomic_open()
3073
* These case are distinguished by presence of
FMODE_OPENED
on file->f_mode.
3254
if (file->f_mode & (
FMODE_OPENED
| FMODE_CREATED)) {
in open_last_lookups()
3280
if (!(file->f_mode & (
FMODE_OPENED
| FMODE_CREATED))) {
in do_open()
3313
if (!error && !(file->f_mode &
FMODE_OPENED
))
in do_open()
3436
if (likely(file->f_mode &
FMODE_OPENED
))
in path_openat()
/kernel/linux/linux-6.6/fs/
H
A
D
file_table.c
311
file->f_mode |=
FMODE_OPENED
;
in alloc_file()
365
if (unlikely(!(file->f_mode &
FMODE_OPENED
)))
in __fput()
H
A
D
open.c
887
f->f_mode = FMODE_PATH |
FMODE_OPENED
;
in do_dentry_open()
933
f->f_mode |=
FMODE_OPENED
;
in do_dentry_open()
982
* Once we return a file with
FMODE_OPENED
, __fput() will call
in do_dentry_open()
1021
BUG_ON(file->f_mode &
FMODE_OPENED
); /* once it's opened, it's opened */
in finish_open()
H
A
D
namei.c
3334
* If the file was looked up only or didn't need creating,
FMODE_OPENED
won't
3357
if (file->f_mode &
FMODE_OPENED
) {
in atomic_open()
3389
* These case are distinguished by presence of
FMODE_OPENED
on file->f_mode.
3572
if (file->f_mode & (
FMODE_OPENED
| FMODE_CREATED)) {
in open_last_lookups()
3599
if (!(file->f_mode & (
FMODE_OPENED
| FMODE_CREATED))) {
in do_open()
3633
if (!error && !(file->f_mode &
FMODE_OPENED
))
in do_open()
3795
if (likely(file->f_mode &
FMODE_OPENED
))
in path_openat()
/kernel/linux/linux-5.10/fs/gfs2/
H
A
D
inode.c
1276
if (!(file->f_mode &
FMODE_OPENED
))
in gfs2_atomic_open()
/kernel/linux/linux-6.6/fs/gfs2/
H
A
D
inode.c
1301
if (!(file->f_mode &
FMODE_OPENED
))
in gfs2_atomic_open()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
161
#define
FMODE_OPENED
((__force fmode_t)0x80000)
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
153
#define
FMODE_OPENED
((__force fmode_t)0x80000)
macro
Completed in 33 milliseconds