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:locations_count
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
export.c
325
for (i = 0; i < fsloc->
locations_count
; i++) {
in nfsd4_fslocs_free()
428
err = get_uint(mesg, &fsloc->
locations_count
);
in fsloc_parse()
431
if (fsloc->
locations_count
> MAX_FS_LOCATIONS)
in fsloc_parse()
433
if (fsloc->
locations_count
== 0)
in fsloc_parse()
436
fsloc->locations = kcalloc(fsloc->
locations_count
,
in fsloc_parse()
441
for (i=0; i < fsloc->
locations_count
; i++) {
in fsloc_parse()
740
new->ex_fslocs.
locations_count
= 0;
in svc_export_init()
763
new->ex_fslocs.
locations_count
= item->ex_fslocs.
locations_count
;
in export_update()
764
item->ex_fslocs.
locations_count
in export_update()
[all...]
H
A
D
export.h
28
uint32_t
locations_count
;
member
H
A
D
nfs4xdr.c
2541
*p++ = cpu_to_be32(fslocs->
locations_count
);
in nfsd4_encode_fs_locations()
2542
for (i=0; i<fslocs->
locations_count
; i++) {
in nfsd4_encode_fs_locations()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
export.c
325
for (i = 0; i < fsloc->
locations_count
; i++) {
in nfsd4_fslocs_free()
457
err = get_uint(mesg, &fsloc->
locations_count
);
in fsloc_parse()
460
if (fsloc->
locations_count
> MAX_FS_LOCATIONS)
in fsloc_parse()
462
if (fsloc->
locations_count
== 0)
in fsloc_parse()
465
fsloc->locations = kcalloc(fsloc->
locations_count
,
in fsloc_parse()
470
for (i=0; i < fsloc->
locations_count
; i++) {
in fsloc_parse()
817
new->ex_fslocs.
locations_count
= 0;
in svc_export_init()
841
new->ex_fslocs.
locations_count
= item->ex_fslocs.
locations_count
;
in export_update()
842
item->ex_fslocs.
locations_count
in export_update()
[all...]
H
A
D
export.h
29
uint32_t
locations_count
;
member
H
A
D
nfs4xdr.c
2786
*p++ = cpu_to_be32(fslocs->
locations_count
);
in nfsd4_encode_fs_locations()
2787
for (i=0; i<fslocs->
locations_count
; i++) {
in nfsd4_encode_fs_locations()
Completed in 15 milliseconds