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:cl_nfs_mod
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
client.c
157
clp->
cl_nfs_mod
= cl_init->nfs_mod;
in nfs_alloc_client()
158
if (!try_module_get(clp->
cl_nfs_mod
->owner))
in nfs_alloc_client()
161
clp->rpc_ops = clp->
cl_nfs_mod
->rpc_ops;
in nfs_alloc_client()
190
put_nfs_version(clp->
cl_nfs_mod
);
in nfs_alloc_client()
247
put_nfs_version(clp->
cl_nfs_mod
);
in nfs_free_client()
574
.nlmclnt_ops = clp->
cl_nfs_mod
->rpc_ops->nlmclnt_ops,
in nfs_start_lockd()
H
A
D
namespace.c
184
ctx->nfs_mod = client->
cl_nfs_mod
;
in nfs_d_automount()
H
A
D
super.c
1027
sb->s_xattr = server->nfs_client->
cl_nfs_mod
->xattr;
in nfs_fill_super()
1028
sb->s_op = server->nfs_client->
cl_nfs_mod
->sops;
in nfs_fill_super()
H
A
D
fs_context.c
1476
ctx->nfs_mod = nfss->nfs_client->
cl_nfs_mod
;
in nfs_init_fs_context()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
client.c
158
clp->
cl_nfs_mod
= cl_init->nfs_mod;
in nfs_alloc_client()
159
if (!try_module_get(clp->
cl_nfs_mod
->owner))
in nfs_alloc_client()
162
clp->rpc_ops = clp->
cl_nfs_mod
->rpc_ops;
in nfs_alloc_client()
191
put_nfs_version(clp->
cl_nfs_mod
);
in nfs_alloc_client()
246
put_nfs_version(clp->
cl_nfs_mod
);
in nfs_free_client()
578
.nlmclnt_ops = clp->
cl_nfs_mod
->rpc_ops->nlmclnt_ops,
in nfs_start_lockd()
H
A
D
namespace.c
184
ctx->nfs_mod = client->
cl_nfs_mod
;
in nfs_d_automount()
H
A
D
super.c
1051
sb->s_xattr = server->nfs_client->
cl_nfs_mod
->xattr;
in nfs_fill_super()
1052
sb->s_op = server->nfs_client->
cl_nfs_mod
->sops;
in nfs_fill_super()
H
A
D
fs_context.c
1621
ctx->nfs_mod = nfss->nfs_client->
cl_nfs_mod
;
in nfs_init_fs_context()
/kernel/linux/linux-5.10/include/linux/
H
A
D
nfs_fs_sb.h
61
struct nfs_subversion *
cl_nfs_mod
; /* pointer to nfs version module */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
nfs_fs_sb.h
62
struct nfs_subversion *
cl_nfs_mod
; /* pointer to nfs version module */
member
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/
H
A
D
flexfilelayout.c
1205
int vers = clp->
cl_nfs_mod
->rpc_vers->number;
in ff_layout_async_handle_error()
/kernel/linux/linux-6.6/fs/nfs/flexfilelayout/
H
A
D
flexfilelayout.c
1200
int vers = clp->
cl_nfs_mod
->rpc_vers->number;
in ff_layout_async_handle_error()
Completed in 20 milliseconds