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:__fput_sync
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
file_table.c
369
void
__fput_sync
(struct file *file)
in __fput_sync()
function
379
EXPORT_SYMBOL(
__fput_sync
);
variable
/kernel/linux/linux-5.10/include/linux/
H
A
D
file.h
114
extern void
__fput_sync
(struct file *);
/kernel/linux/linux-6.6/include/linux/
H
A
D
file.h
114
extern void
__fput_sync
(struct file *);
/kernel/linux/linux-6.6/fs/
H
A
D
file_table.c
462
void
__fput_sync
(struct file *file)
in __fput_sync()
function
469
EXPORT_SYMBOL(
__fput_sync
);
variable
H
A
D
open.c
1569
__fput_sync
(file);
in SYSCALL_DEFINE1()
/kernel/linux/linux-5.10/kernel/
H
A
D
acct.c
189
__fput_sync
(file);
in close_work()
/kernel/linux/linux-6.6/kernel/
H
A
D
acct.c
208
__fput_sync
(file);
in close_work()
/kernel/linux/linux-6.6/net/handshake/
H
A
D
handshake-test.c
477
__fput_sync
(filp);
in handshake_req_destroy_test1()
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
xprtsock.c
1196
* to call
__fput_sync
(). In practice that means rpciod and the
in xs_reset_transport()
1227
__fput_sync
(filp);
in xs_reset_transport()
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
xprtsock.c
1246
* to call
__fput_sync
(). In practice that means rpciod and the
in xs_reset_transport()
1279
__fput_sync
(filp);
in xs_reset_transport()
Completed in 15 milliseconds