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:nfsd_file_get
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
filecache.h
57
struct nfsd_file *
nfsd_file_get
(struct nfsd_file *nf);
H
A
D
filecache.c
320
nfsd_file_get
(struct nfsd_file *nf)
in nfsd_file_get()
function
901
if (
nfsd_file_get
(nf) != NULL)
in nfsd_file_find_locked()
H
A
D
nfs4layouts.c
239
ls->ls_file =
nfsd_file_get
(fp->fi_deleg_file);
in nfsd4_alloc_layout_stateid()
H
A
D
nfs4proc.c
1429
dst->nf_dst =
nfsd_file_get
(src->nf_dst);
in dup_copy_fields()
1432
dst->nf_src =
nfsd_file_get
(src->nf_src);
in dup_copy_fields()
H
A
D
nfs4state.c
438
return
nfsd_file_get
(f->fi_fds[oflag]);
in __nfs4_get_fd()
5740
return
nfsd_file_get
(s->sc_file->fi_deleg_file);
in nfs4_find_file()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
filecache.h
57
struct nfsd_file *
nfsd_file_get
(struct nfsd_file *nf);
H
A
D
filecache.c
18
*
nfsd_file_get
and nfsd_file_put. There are two varieties of nfsd_file
342
nfsd_file_get
(struct nfsd_file *nf)
in nfsd_file_get()
function
549
if (!
nfsd_file_get
(nf))
in __must_hold()
945
if (!
nfsd_file_get
(nf))
in nfsd_file_lookup_locked()
H
A
D
nfs4state.c
609
ret =
nfsd_file_get
(f->fi_fds[O_WRONLY]);
in find_writeable_file_locked()
611
ret =
nfsd_file_get
(f->fi_fds[O_RDWR]);
in find_writeable_file_locked()
634
ret =
nfsd_file_get
(f->fi_fds[O_RDONLY]);
in find_readable_file_locked()
636
ret =
nfsd_file_get
(f->fi_fds[O_RDWR]);
in find_readable_file_locked()
658
ret =
nfsd_file_get
(f->fi_fds[O_RDWR]);
in find_rw_file()
672
ret =
nfsd_file_get
(f->fi_fds[O_RDWR]);
in find_any_file()
674
ret =
nfsd_file_get
(f->fi_fds[O_WRONLY]);
in find_any_file()
676
ret =
nfsd_file_get
(f->fi_fds[O_RDONLY]);
in find_any_file()
6483
ret =
nfsd_file_get
(s->sc_file->fi_deleg_file);
in nfs4_find_file()
H
A
D
nfs4layouts.c
240
ls->ls_file =
nfsd_file_get
(fp->fi_deleg_file);
in nfsd4_alloc_layout_stateid()
H
A
D
nfs4proc.c
1699
dst->nf_dst =
nfsd_file_get
(src->nf_dst);
in dup_copy_fields()
1702
dst->nf_src =
nfsd_file_get
(src->nf_src);
in dup_copy_fields()
Completed in 39 milliseconds