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_stid
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4state.c
767
clp = st->
st_stid
.sc_client;
in nfs4_resolve_deny_conflicts_locked()
774
clp = stp->
st_stid
.sc_client;
in nfs4_resolve_deny_conflicts_locked()
1423
recalculate_deny_mode(stp->
st_stid
.sc_file);
in reset_union_bmap_deny()
1431
struct nfs4_file *fp = stp->
st_stid
.sc_file;
in release_all_access()
1438
nfs4_file_put_access(stp->
st_stid
.sc_file, i);
in release_all_access()
1470
struct nfs4_file *fp = stp->
st_stid
.sc_file;
in unhash_ol_stateid()
1502
nf = find_any_file(stp->
st_stid
.sc_file);
in nfs4_free_lock_stateid()
1519
struct nfs4_stid *s = &stp->
st_stid
;
in put_ol_stateid_locked()
1537
lockdep_assert_held(&stp->
st_stid
.sc_client->cl_lock);
in unhash_lock_stateid()
1542
nfs4_unhash_stid(&stp->
st_stid
);
in unhash_lock_stateid()
[all...]
H
A
D
state.h
593
struct nfs4_stid
st_stid
;
member
611
return container_of(s, struct nfs4_ol_stateid,
st_stid
);
in openlockstateid()
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfs4state.c
1304
recalculate_deny_mode(stp->
st_stid
.sc_file);
in reset_union_bmap_deny()
1312
struct nfs4_file *fp = stp->
st_stid
.sc_file;
in release_all_access()
1319
nfs4_file_put_access(stp->
st_stid
.sc_file, i);
in release_all_access()
1351
struct nfs4_file *fp = stp->
st_stid
.sc_file;
in unhash_ol_stateid()
1383
nf = find_any_file(stp->
st_stid
.sc_file);
in nfs4_free_lock_stateid()
1400
struct nfs4_stid *s = &stp->
st_stid
;
in put_ol_stateid_locked()
1418
lockdep_assert_held(&stp->
st_stid
.sc_client->cl_lock);
in unhash_lock_stateid()
1423
nfs4_unhash_stid(&stp->
st_stid
);
in unhash_lock_stateid()
1429
struct nfs4_client *clp = stp->
st_stid
.sc_client;
in release_lock_stateid()
1436
nfs4_put_stid(&stp->
st_stid
);
in release_lock_stateid()
[all...]
H
A
D
state.h
559
struct nfs4_stid
st_stid
;
member
573
return container_of(s, struct nfs4_ol_stateid,
st_stid
);
in openlockstateid()
Completed in 17 milliseconds