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:no_open
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
dir.c
1694
goto
no_open
;
in nfs_atomic_open()
1746
goto
no_open
;
in nfs_atomic_open()
1749
goto
no_open
;
in nfs_atomic_open()
1768
no_open
:
in nfs_atomic_open()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
dir.c
2079
goto
no_open
;
in nfs_atomic_open()
2135
goto
no_open
;
in nfs_atomic_open()
2138
goto
no_open
;
in nfs_atomic_open()
2158
no_open
:
in nfs_atomic_open()
/kernel/linux/linux-5.10/fs/fuse/
H
A
D
fuse_i.h
650
unsigned
no_open
:1;
member
H
A
D
dir.c
645
goto
no_open
;
in fuse_atomic_open()
666
no_open
:
in fuse_atomic_open()
H
A
D
file.c
117
if (isdir ? ff->fm->fc->no_opendir : ff->fm->fc->
no_open
) {
in fuse_file_put()
147
if (isdir ? !fc->no_opendir : !fc->
no_open
) {
in fuse_do_open()
163
fc->
no_open
= 1;
in fuse_do_open()
/kernel/linux/linux-6.6/fs/fuse/
H
A
D
fuse_i.h
693
unsigned
no_open
:1;
member
H
A
D
dir.c
744
goto
no_open
;
in fuse_atomic_open()
766
no_open
:
in fuse_atomic_open()
H
A
D
file.c
112
if (isdir ? ff->fm->fc->no_opendir : ff->fm->fc->
no_open
) {
in fuse_file_put()
142
if (isdir ? !fc->no_opendir : !fc->
no_open
) {
in fuse_file_open()
158
fc->
no_open
= 1;
in fuse_file_open()
/kernel/linux/linux-5.10/fs/
H
A
D
inode.c
120
static int
no_open
(struct inode *inode, struct file *file)
in no_open()
function
136
static const struct file_operations no_open_fops = {.open =
no_open
};
in inode_init_always()
/kernel/linux/linux-6.6/fs/
H
A
D
inode.c
143
static int
no_open
(struct inode *inode, struct file *file)
in no_open()
function
159
static const struct file_operations no_open_fops = {.open =
no_open
};
in inode_init_always()
Completed in 31 milliseconds