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:nfs4_file
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
pnfs.h
74
struct
nfs4_file
*fp);
79
struct
nfs4_file
;
89
struct
nfs4_file
*fp)
in nfsd4_return_all_file_layouts()
H
A
D
state.h
105
struct
nfs4_file
*sc_file;
496
struct
nfs4_file
*co_file;
502
*
nfs4_file
: a file opened by some number of (open) nfs4_stateowners.
504
* These objects are global. nfsd keeps one instance of a
nfs4_file
per
513
struct
nfs4_file
{
struct
669
struct
nfs4_file
*find_file(struct knfsd_fh *fh);
670
void put_nfs4_file(struct
nfs4_file
*fi);
679
static inline void get_nfs4_file(struct
nfs4_file
*fi)
in get_nfs4_file()
683
struct nfsd_file *find_any_file(struct
nfs4_file
*f);
H
A
D
nfs4state.c
81
static bool check_for_locks(struct
nfs4_file
*fp, struct nfs4_lockowner *lowner);
415
struct
nfs4_file
*fp = container_of(rcu, struct
nfs4_file
, fi_rcu);
in nfsd4_free_file_rcu()
421
put_nfs4_file(struct
nfs4_file
*fi)
in put_nfs4_file()
435
__nfs4_get_fd(struct
nfs4_file
*f, int oflag)
in __nfs4_get_fd()
443
find_writeable_file_locked(struct
nfs4_file
*f)
in find_writeable_file_locked()
456
find_writeable_file(struct
nfs4_file
*f)
in find_writeable_file()
468
find_readable_file_locked(struct
nfs4_file
*f)
in find_readable_file_locked()
481
find_readable_file(struct
nfs4_file
*f)
in find_readable_file()
493
find_any_file(struct
nfs4_file
*
[all...]
H
A
D
nfs4layouts.c
159
struct
nfs4_file
*fp = ls->ls_stid.sc_file;
in nfsd4_free_layout_stateid()
216
struct
nfs4_file
*fp = parent->sc_file;
in nfsd4_alloc_layout_stateid()
385
struct
nfs4_file
*fp = ls->ls_stid.sc_file;
in nfsd4_recall_conflict()
405
struct
nfs4_file
*fp = ls->ls_stid.sc_file;
in nfsd4_insert_layout()
591
nfsd4_return_all_file_layouts(struct nfs4_client *clp, struct
nfs4_file
*fp)
in nfsd4_return_all_file_layouts()
H
A
D
xdr4.h
280
struct
nfs4_file
*op_file; /* used during processing */
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
pnfs.h
74
struct
nfs4_file
*fp);
79
struct
nfs4_file
;
89
struct
nfs4_file
*fp)
in nfsd4_return_all_file_layouts()
H
A
D
state.h
105
struct
nfs4_file
*sc_file;
531
struct
nfs4_file
*co_file;
537
*
nfs4_file
: a file opened by some number of (open) nfs4_stateowners.
539
* These objects are global. nfsd keeps one instance of a
nfs4_file
per
545
struct
nfs4_file
{
struct
707
void put_nfs4_file(struct
nfs4_file
*fi);
713
static inline void get_nfs4_file(struct
nfs4_file
*fi)
in get_nfs4_file()
717
struct nfsd_file *find_any_file(struct
nfs4_file
*f);
H
A
D
nfs4state.c
85
static bool check_for_locks(struct
nfs4_file
*fp, struct nfs4_lockowner *lowner);
89
static void nfsd4_file_hash_remove(struct
nfs4_file
*fi);
586
struct
nfs4_file
*fp = container_of(rcu, struct
nfs4_file
, fi_rcu);
in nfsd4_free_file_rcu()
592
put_nfs4_file(struct
nfs4_file
*fi)
in put_nfs4_file()
603
find_writeable_file_locked(struct
nfs4_file
*f)
in find_writeable_file_locked()
616
find_writeable_file(struct
nfs4_file
*f)
in find_writeable_file()
628
find_readable_file_locked(struct
nfs4_file
*f)
in find_readable_file_locked()
641
find_readable_file(struct
nfs4_file
*f)
in find_readable_file()
653
find_rw_file(struct
nfs4_file
*
[all...]
H
A
D
nfs4layouts.c
160
struct
nfs4_file
*fp = ls->ls_stid.sc_file;
in nfsd4_free_layout_stateid()
217
struct
nfs4_file
*fp = parent->sc_file;
in nfsd4_alloc_layout_stateid()
386
struct
nfs4_file
*fp = ls->ls_stid.sc_file;
in nfsd4_recall_conflict()
406
struct
nfs4_file
*fp = ls->ls_stid.sc_file;
in nfsd4_insert_layout()
592
nfsd4_return_all_file_layouts(struct nfs4_client *clp, struct
nfs4_file
*fp)
in nfsd4_return_all_file_layouts()
H
A
D
xdr4.h
277
struct
nfs4_file
*op_file; /* used during processing */
Completed in 21 milliseconds