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:NFS_MAXPATHLEN
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
nfsroot.c
100
static char nfs_root_parms[
NFS_MAXPATHLEN
+ 1] __initdata = "";
109
static char nfs_export_path[
NFS_MAXPATHLEN
+ 1] __initdata = "";
112
static char nfs_root_device[
NFS_MAXPATHLEN
+ 1] __initdata = "";
H
A
D
nfs2xdr.c
438
if (unlikely(length >= xdr->buf->page_len || length >
NFS_MAXPATHLEN
))
in decode_path()
H
A
D
fs_context.c
1239
int max_pathlen =
NFS_MAXPATHLEN
;
in nfs_fs_context_validate()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
nfsroot.c
100
static char nfs_root_parms[
NFS_MAXPATHLEN
+ 1] __initdata = "";
109
static char nfs_export_path[
NFS_MAXPATHLEN
+ 1] __initdata = "";
112
static char nfs_root_device[
NFS_MAXPATHLEN
+ 1] __initdata = "";
H
A
D
nfs2xdr.c
439
if (unlikely(length >= xdr->buf->page_len || length >
NFS_MAXPATHLEN
))
in decode_path()
H
A
D
fs_context.c
1389
int max_pathlen =
NFS_MAXPATHLEN
;
in nfs_fs_context_validate()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
nfs.h
17
#define
NFS_MAXPATHLEN
1024
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
nfs.h
17
#define
NFS_MAXPATHLEN
1024
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
nfs.h
26
#define
NFS_MAXPATHLEN
1024
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
nfs.h
13
#define
NFS_MAXPATHLEN
1024
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
nfs.h
26
#define
NFS_MAXPATHLEN
1024
macro
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfsproc.c
158
resp->len =
NFS_MAXPATHLEN
;
in nfsd_proc_readlink()
476
if (argp->tlen >
NFS_MAXPATHLEN
) {
in nfsd_proc_symlink()
674
.pc_xdrressize = ST+1+
NFS_MAXPATHLEN
/4,
H
A
D
nfsxdr.c
146
if (S_ISLNK(type) && stat->size >
NFS_MAXPATHLEN
) {
in encode_fattr()
147
*p++ = htonl(
NFS_MAXPATHLEN
);
in encode_fattr()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfsproc.c
161
resp->len =
NFS_MAXPATHLEN
;
in nfsd_proc_readlink()
473
if (argp->tlen >
NFS_MAXPATHLEN
) {
in nfsd_proc_symlink()
689
.pc_xdrressize = ST+1+
NFS_MAXPATHLEN
/4,
H
A
D
nfsxdr.c
234
if (S_ISLNK(type) && stat->size >
NFS_MAXPATHLEN
)
in svcxdr_encode_fattr()
235
*p++ = cpu_to_be32(
NFS_MAXPATHLEN
);
in svcxdr_encode_fattr()
Completed in 14 milliseconds