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:ls_state
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
nfs4proc.c
1850
struct nfs4_state *state = lsp->
ls_state
;
in nfs4_update_lock_stateid()
2906
const struct cred *cred = lsp->
ls_state
->owner->so_cred;
in nfs41_check_expired_locks()
6685
struct nfs4_state *state = lsp->
ls_state
;
in nfs4_refresh_lock_old_stateid()
6704
struct nfs4_state *state = lsp->
ls_state
;
in nfs4_sync_lock_stateid()
6731
struct nfs4_state *state = lsp->
ls_state
;
in nfs4_alloc_unlockdata()
6768
.inode = calldata->lsp->
ls_state
->inode,
in nfs4_locku_done()
6777
locks_lock_inode_wait(calldata->lsp->
ls_state
->inode, &calldata->fl);
in nfs4_locku_done()
6853
.rpc_client = NFS_CLIENT(lsp->
ls_state
->inode),
in nfs4_do_unlck()
6860
nfs4_state_protect(NFS_SERVER(lsp->
ls_state
->inode)->nfs_client,
in nfs4_do_unlck()
6949
struct inode *inode = lsp->
ls_state
in nfs4_alloc_lockdata()
[all...]
H
A
D
nfs4_fs.h
149
struct nfs4_state *
ls_state
; /* Pointer to open state */
member
H
A
D
nfs4state.c
882
lsp->
ls_state
= state;
in nfs4_alloc_lock_state()
944
state = lsp->
ls_state
;
in nfs4_put_lock_state()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
nfs4proc.c
1855
struct nfs4_state *state = lsp->
ls_state
;
in nfs4_update_lock_stateid()
2916
const struct cred *cred = lsp->
ls_state
->owner->so_cred;
in nfs41_check_expired_locks()
6811
struct nfs4_state *state = lsp->
ls_state
;
in nfs4_refresh_lock_old_stateid()
6830
struct nfs4_state *state = lsp->
ls_state
;
in nfs4_sync_lock_stateid()
6857
struct nfs4_state *state = lsp->
ls_state
;
in nfs4_alloc_unlockdata()
6894
.inode = calldata->lsp->
ls_state
->inode,
in nfs4_locku_done()
6903
locks_lock_inode_wait(calldata->lsp->
ls_state
->inode, &calldata->fl);
in nfs4_locku_done()
6979
.rpc_client = NFS_CLIENT(lsp->
ls_state
->inode),
in nfs4_do_unlck()
6986
if (nfs_server_capable(lsp->
ls_state
->inode, NFS_CAP_MOVEABLE))
in nfs4_do_unlck()
6989
nfs4_state_protect(NFS_SERVER(lsp->
ls_state
in nfs4_do_unlck()
[all...]
H
A
D
nfs4_fs.h
150
struct nfs4_state *
ls_state
; /* Pointer to open state */
member
H
A
D
nfs4state.c
881
lsp->
ls_state
= state;
in nfs4_alloc_lock_state()
943
state = lsp->
ls_state
;
in nfs4_put_lock_state()
Completed in 35 milliseconds