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:deleg_cur
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
delegation.c
341
struct nfs_delegation *
deleg_cur
=
in nfs_detach_delegation_locked()
local
345
if (
deleg_cur
== NULL || delegation !=
deleg_cur
)
in nfs_detach_delegation_locked()
H
A
D
nfs4proc.c
1799
struct nfs_delegation *
deleg_cur
;
in update_open_stateid()
local
1812
deleg_cur
= nfs4_get_valid_delegation(state->inode);
in update_open_stateid()
1813
if (
deleg_cur
== NULL)
in update_open_stateid()
1816
spin_lock(&
deleg_cur
->lock);
in update_open_stateid()
1817
if (rcu_dereference(nfsi->delegation) !=
deleg_cur
||
in update_open_stateid()
1818
test_bit(NFS_DELEGATION_RETURNING, &
deleg_cur
->flags) ||
in update_open_stateid()
1819
(
deleg_cur
->type & fmode) != fmode)
in update_open_stateid()
1823
delegation = &
deleg_cur
->stateid;
in update_open_stateid()
1824
else if (!nfs4_stateid_match_other(&
deleg_cur
->stateid, delegation))
in update_open_stateid()
1827
nfs_mark_delegation_referenced(
deleg_cur
);
in update_open_stateid()
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
delegation.c
341
struct nfs_delegation *
deleg_cur
=
in nfs_detach_delegation_locked()
local
345
if (
deleg_cur
== NULL || delegation !=
deleg_cur
)
in nfs_detach_delegation_locked()
H
A
D
nfs4proc.c
1804
struct nfs_delegation *
deleg_cur
;
in update_open_stateid()
local
1817
deleg_cur
= nfs4_get_valid_delegation(state->inode);
in update_open_stateid()
1818
if (
deleg_cur
== NULL)
in update_open_stateid()
1821
spin_lock(&
deleg_cur
->lock);
in update_open_stateid()
1822
if (rcu_dereference(nfsi->delegation) !=
deleg_cur
||
in update_open_stateid()
1823
test_bit(NFS_DELEGATION_RETURNING, &
deleg_cur
->flags) ||
in update_open_stateid()
1824
(
deleg_cur
->type & fmode) != fmode)
in update_open_stateid()
1828
delegation = &
deleg_cur
->stateid;
in update_open_stateid()
1829
else if (!nfs4_stateid_match_other(&
deleg_cur
->stateid, delegation))
in update_open_stateid()
1832
nfs_mark_delegation_referenced(
deleg_cur
);
in update_open_stateid()
[all...]
Completed in 21 milliseconds