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:ncomponents
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
nfs4namespace.c
39
for (i = 0; i < pathname->
ncomponents
; i++) {
in nfs4_pathname_len()
73
for (i = 0; i < pathname->
ncomponents
; i++) {
in nfs4_pathname_string()
388
location->rootpath.
ncomponents
== 0)
in nfs_follow_referral()
434
fs_locations->fs_path.
ncomponents
<= 0)
in nfs_do_refmount()
559
location->rootpath.
ncomponents
== 0)
in nfs4_replace_transport()
H
A
D
nfs4xdr.c
3634
for (path->
ncomponents
= 0; path->
ncomponents
< n; path->
ncomponents
++) {
in decode_pathname()
3635
struct nfs4_string *component = &path->components[path->
ncomponents
];
in decode_pathname()
3641
(path->
ncomponents
!= n ? "/ " : ""),
in decode_pathname()
3648
path->
ncomponents
= 1;
in decode_pathname()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
nfs4namespace.c
39
for (i = 0; i < pathname->
ncomponents
; i++) {
in nfs4_pathname_len()
73
for (i = 0; i < pathname->
ncomponents
; i++) {
in nfs4_pathname_string()
389
location->rootpath.
ncomponents
== 0)
in nfs_follow_referral()
438
fs_locations->fs_path.
ncomponents
<= 0)
in nfs_do_refmount()
564
location->rootpath.
ncomponents
== 0)
in nfs4_replace_transport()
H
A
D
nfs4xdr.c
3702
for (path->
ncomponents
= 0; path->
ncomponents
< n; path->
ncomponents
++) {
in decode_pathname()
3703
struct nfs4_string *component = &path->components[path->
ncomponents
];
in decode_pathname()
3709
(path->
ncomponents
!= n ? "/ " : ""),
in decode_pathname()
3716
path->
ncomponents
= 1;
in decode_pathname()
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfs4xdr.c
2447
unsigned int
ncomponents
= 0;
in nfsd4_encode_path()
local
2464
if ((
ncomponents
& 15) == 0) {
in nfsd4_encode_path()
2467
sizeof(*new) * (
ncomponents
+ 16),
in nfsd4_encode_path()
2473
components[
ncomponents
++] = cur.dentry;
in nfsd4_encode_path()
2480
*p++ = cpu_to_be32(
ncomponents
);
in nfsd4_encode_path()
2482
while (
ncomponents
) {
in nfsd4_encode_path()
2483
struct dentry *dentry = components[
ncomponents
- 1];
in nfsd4_encode_path()
2497
ncomponents
--;
in nfsd4_encode_path()
2503
while (
ncomponents
)
in nfsd4_encode_path()
2504
dput(components[--
ncomponents
]);
in nfsd4_encode_path()
[all...]
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4xdr.c
2692
unsigned int
ncomponents
= 0;
in nfsd4_encode_path()
local
2709
if ((
ncomponents
& 15) == 0) {
in nfsd4_encode_path()
2712
sizeof(*new) * (
ncomponents
+ 16),
in nfsd4_encode_path()
2718
components[
ncomponents
++] = cur.dentry;
in nfsd4_encode_path()
2725
*p++ = cpu_to_be32(
ncomponents
);
in nfsd4_encode_path()
2727
while (
ncomponents
) {
in nfsd4_encode_path()
2728
struct dentry *dentry = components[
ncomponents
- 1];
in nfsd4_encode_path()
2742
ncomponents
--;
in nfsd4_encode_path()
2748
while (
ncomponents
)
in nfsd4_encode_path()
2749
dput(components[--
ncomponents
]);
in nfsd4_encode_path()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
nfs_xdr.h
1192
unsigned int
ncomponents
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
nfs_xdr.h
1213
unsigned int
ncomponents
;
member
Completed in 39 milliseconds