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:place_holder
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
delegation.c
580
struct inode *
place_holder
= NULL;
in nfs_server_return_marked_delegations()
local
587
* to an inode
place_holder
. Each time we restart, we
in nfs_server_return_marked_delegations()
592
* the next
place_holder
.
in nfs_server_return_marked_delegations()
597
if (
place_holder
)
in nfs_server_return_marked_delegations()
598
delegation = rcu_dereference(NFS_I(
place_holder
)->delegation);
in nfs_server_return_marked_delegations()
616
to_put =
place_holder
;
in nfs_server_return_marked_delegations()
617
place_holder
= tmp;
in nfs_server_return_marked_delegations()
643
iput(
place_holder
);
in nfs_server_return_marked_delegations()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
delegation.c
598
struct inode *
place_holder
= NULL;
in nfs_server_return_marked_delegations()
local
605
* to an inode
place_holder
. Each time we restart, we
in nfs_server_return_marked_delegations()
610
* the next
place_holder
.
in nfs_server_return_marked_delegations()
615
if (
place_holder
)
in nfs_server_return_marked_delegations()
616
delegation = rcu_dereference(NFS_I(
place_holder
)->delegation);
in nfs_server_return_marked_delegations()
634
to_put =
place_holder
;
in nfs_server_return_marked_delegations()
635
place_holder
= tmp;
in nfs_server_return_marked_delegations()
661
iput(
place_holder
);
in nfs_server_return_marked_delegations()
Completed in 4 milliseconds