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:st_stateowner
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfs4state.c
1353
lockdep_assert_held(&stp->
st_stateowner
->so_client->cl_lock);
in unhash_ol_stateid()
1371
if (stp->
st_stateowner
)
in nfs4_free_ol_stateid()
1372
nfs4_put_stateowner(stp->
st_stateowner
);
in nfs4_free_ol_stateid()
1380
struct nfs4_lockowner *lo = lockowner(stp->
st_stateowner
);
in nfs4_free_lock_stateid()
2474
oo = ols->
st_stateowner
;
in nfs4_show_open()
2515
oo = ols->
st_stateowner
;
in nfs4_show_lock()
4267
if (local->
st_stateowner
->so_is_open_owner == 0)
in nfsd4_find_existing_open()
4269
if (local->
st_stateowner
!= &oo->oo_owner)
in nfsd4_find_existing_open()
4383
stp->
st_stateowner
= nfs4_get_stateowner(&oo->oo_owner);
in init_open_stateid()
4417
struct nfs4_openowner *oo = openowner(s->
st_stateowner
);
in move_to_close_lru()
[all...]
H
A
D
state.h
563
struct nfs4_stateowner *
st_stateowner
;
member
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4state.c
1472
lockdep_assert_held(&stp->
st_stateowner
->so_client->cl_lock);
in unhash_ol_stateid()
1490
if (stp->
st_stateowner
)
in nfs4_free_ol_stateid()
1491
nfs4_put_stateowner(stp->
st_stateowner
);
in nfs4_free_ol_stateid()
1499
struct nfs4_lockowner *lo = lockowner(stp->
st_stateowner
);
in nfs4_free_lock_stateid()
2624
oo = ols->
st_stateowner
;
in nfs4_show_open()
2665
oo = ols->
st_stateowner
;
in nfs4_show_lock()
4529
if (local->
st_stateowner
->so_is_open_owner == 0)
in nfsd4_find_existing_open()
4531
if (local->
st_stateowner
!= &oo->oo_owner)
in nfsd4_find_existing_open()
4645
stp->
st_stateowner
= nfs4_get_stateowner(&oo->oo_owner);
in init_open_stateid()
4679
struct nfs4_openowner *oo = openowner(s->
st_stateowner
);
in move_to_close_lru()
[all...]
H
A
D
state.h
597
struct nfs4_stateowner *
st_stateowner
;
member
Completed in 19 milliseconds