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:fd_prot_file
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_file.h
41
struct file *
fd_prot_file
;
member
H
A
D
target_core_file.c
498
struct file *prot_fd = fd_dev->
fd_prot_file
;
in fd_do_prot_fill()
503
pr_err("Unable to locate fd_dev->
fd_prot_file
\n");
in fd_do_prot_fill()
601
struct file *pfile = fd_dev->
fd_prot_file
;
in fd_execute_rw_buffered()
867
fd_dev->
fd_prot_file
= prot_file;
in fd_init_prot()
904
if (!fd_dev->
fd_prot_file
)
in fd_free_prot()
907
filp_close(fd_dev->
fd_prot_file
, NULL);
in fd_free_prot()
908
fd_dev->
fd_prot_file
= NULL;
in fd_free_prot()
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_file.h
41
struct file *
fd_prot_file
;
member
H
A
D
target_core_file.c
491
struct file *prot_fd = fd_dev->
fd_prot_file
;
in fd_do_prot_fill()
496
pr_err("Unable to locate fd_dev->
fd_prot_file
\n");
in fd_do_prot_fill()
594
struct file *pfile = fd_dev->
fd_prot_file
;
in fd_execute_rw_buffered()
860
fd_dev->
fd_prot_file
= prot_file;
in fd_init_prot()
896
if (!fd_dev->
fd_prot_file
)
in fd_free_prot()
899
filp_close(fd_dev->
fd_prot_file
, NULL);
in fd_free_prot()
900
fd_dev->
fd_prot_file
= NULL;
in fd_free_prot()
Completed in 4 milliseconds