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:replay_owner
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
xdr4.h
56
struct nfs4_stateowner *
replay_owner
;
member
H
A
D
nfs4state.c
1580
* Bump the seqid on cstate->
replay_owner
, and clear
replay_owner
if it
1585
struct nfs4_stateowner *so = cstate->
replay_owner
;
in nfsd4_bump_seqid()
4195
cstate->
replay_owner
= nfs4_get_stateowner(so);
in nfsd4_cstate_assign_replay()
4201
struct nfs4_stateowner *so = cstate->
replay_owner
;
in nfsd4_cstate_clear_replay()
4204
cstate->
replay_owner
= NULL;
in nfsd4_cstate_clear_replay()
6874
if (cstate->
replay_owner
&&
in nfsd4_lock()
6875
cstate->
replay_owner
!= &lock_sop->lo_owner &&
in nfsd4_lock()
H
A
D
nfs4proc.c
2437
op->replay = &cstate->
replay_owner
->so_replay;
in nfsd4_proc_compound()
2454
BUG_ON(cstate->
replay_owner
);
in nfsd4_proc_compound()
H
A
D
nfs4xdr.c
5182
struct nfs4_stateowner *so = resp->cstate.
replay_owner
;
in nfsd4_encode_operation()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
xdr4.h
56
struct nfs4_stateowner *
replay_owner
;
member
H
A
D
nfs4state.c
1699
* Bump the seqid on cstate->
replay_owner
, and clear
replay_owner
if it
1704
struct nfs4_stateowner *so = cstate->
replay_owner
;
in nfsd4_bump_seqid()
4457
cstate->
replay_owner
= nfs4_get_stateowner(so);
in nfsd4_cstate_assign_replay()
4463
struct nfs4_stateowner *so = cstate->
replay_owner
;
in nfsd4_cstate_clear_replay()
4466
cstate->
replay_owner
= NULL;
in nfsd4_cstate_clear_replay()
7683
if (cstate->
replay_owner
&&
in nfsd4_lock()
7684
cstate->
replay_owner
!= &lock_sop->lo_owner &&
in nfsd4_lock()
H
A
D
nfs4proc.c
2746
op->replay = &cstate->
replay_owner
->so_replay;
in nfsd4_proc_compound()
2763
BUG_ON(cstate->
replay_owner
);
in nfsd4_proc_compound()
H
A
D
nfs4xdr.c
5385
struct nfs4_stateowner *so = resp->cstate.
replay_owner
;
in nfsd4_encode_operation()
Completed in 46 milliseconds