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:fi_deleg_file
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4state.c
1236
swap(nf, fp->
fi_deleg_file
);
in put_deleg_file()
1246
struct nfsd_file *nf = fp->
fi_deleg_file
;
in nfs4_unlock_deleg_lease()
2704
file = nf->
fi_deleg_file
;
in nfs4_show_deleg()
4325
fp->
fi_deleg_file
= NULL;
in nfsd4_file_init()
5345
fl->fl_file = dp->dl_stid.sc_file->
fi_deleg_file
->nf_file;
in nfs4_alloc_init_lease()
5353
struct file *f = fp->
fi_deleg_file
->nf_file;
in nfsd4_check_conflicting_opens()
5430
if (child != file_dentry(fp->
fi_deleg_file
->nf_file))
in nfsd4_verify_deleg_dentry()
5509
else if (!fp->
fi_deleg_file
) {
in nfs4_set_delegation()
5510
fp->
fi_deleg_file
= nf;
in nfs4_set_delegation()
5511
/* increment early to prevent
fi_deleg_file
fro
in nfs4_set_delegation()
[all...]
H
A
D
state.h
568
struct nfsd_file *
fi_deleg_file
;
member
H
A
D
nfs4layouts.c
240
ls->ls_file = nfsd_file_get(fp->
fi_deleg_file
);
in nfsd4_alloc_layout_stateid()
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
state.h
534
struct nfsd_file *
fi_deleg_file
;
member
H
A
D
nfs4state.c
527
if (f->
fi_deleg_file
)
in find_deleg_file_locked()
528
return f->
fi_deleg_file
;
in find_deleg_file_locked()
1017
swap(nf, fp->
fi_deleg_file
);
in put_deleg_file()
1027
struct nfsd_file *nf = fp->
fi_deleg_file
;
in nfs4_unlock_deleg_lease()
4109
fp->
fi_deleg_file
= NULL;
in nfsd4_init_file()
4991
fl->fl_file = dp->dl_stid.sc_file->
fi_deleg_file
->nf_file;
in nfs4_alloc_init_lease()
5022
else if (!fp->
fi_deleg_file
) {
in nfs4_set_delegation()
5023
fp->
fi_deleg_file
= nf;
in nfs4_set_delegation()
5024
/* increment early to prevent
fi_deleg_file
from being
in nfs4_set_delegation()
5046
status = vfs_setlease(fp->
fi_deleg_file
in nfs4_set_delegation()
[all...]
H
A
D
nfs4layouts.c
239
ls->ls_file = nfsd_file_get(fp->
fi_deleg_file
);
in nfsd4_alloc_layout_stateid()
Completed in 22 milliseconds