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:orig_length
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
gdth_proc.c
30
int
orig_length
, drive, wb_mode;
in gdth_set_asc_info()
local
40
orig_length
= length + 5;
in gdth_set_asc_info()
81
return(
orig_length
);
in gdth_set_asc_info()
104
return(
orig_length
);
in gdth_set_asc_info()
111
return(
orig_length
);
in gdth_set_asc_info()
144
return(
orig_length
);
in gdth_set_asc_info()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
htc.c
347
int
orig_length
;
in ath10k_htc_process_trailer()
local
351
orig_length
= length;
in ath10k_htc_process_trailer()
421
orig_buffer,
orig_length
);
in ath10k_htc_process_trailer()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
htc.c
356
int
orig_length
;
in ath10k_htc_process_trailer()
local
360
orig_length
= length;
in ath10k_htc_process_trailer()
430
orig_buffer,
orig_length
);
in ath10k_htc_process_trailer()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_bmap.c
3363
xfs_extlen_t
orig_length
)
in xfs_bmap_process_allocated_extent()
3379
if (ap->length <=
orig_length
)
in xfs_bmap_process_allocated_extent()
3381
else if (ap->offset + ap->length < orig_offset +
orig_length
)
in xfs_bmap_process_allocated_extent()
3382
ap->offset = orig_offset +
orig_length
- ap->length;
in xfs_bmap_process_allocated_extent()
3394
xfs_extlen_t
orig_length
;
in xfs_bmap_exact_minlen_extent_alloc()
local
3406
orig_length
= ap->length;
in xfs_bmap_exact_minlen_extent_alloc()
3440
orig_length
);
in xfs_bmap_exact_minlen_extent_alloc()
3697
xfs_extlen_t
orig_length
;
in xfs_bmap_btalloc()
local
3703
orig_length
= ap->length;
in xfs_bmap_btalloc()
3720
orig_length
);
in xfs_bmap_btalloc()
3359
xfs_bmap_process_allocated_extent( struct xfs_bmalloca *ap, struct xfs_alloc_arg *args, xfs_fileoff_t orig_offset, xfs_extlen_t
orig_length
)
xfs_bmap_process_allocated_extent()
argument
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_bmap_util.c
83
xfs_extlen_t
orig_length
= ap->length;
in xfs_bmap_rtalloc()
local
199
ap->length =
orig_length
;
in xfs_bmap_rtalloc()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_bmap.c
3477
xfs_extlen_t
orig_length
;
in xfs_bmap_btalloc()
local
3488
orig_length
= ap->length;
in xfs_bmap_btalloc()
3716
if (ap->length <=
orig_length
)
in xfs_bmap_btalloc()
3718
else if (ap->offset + ap->length < orig_offset +
orig_length
)
in xfs_bmap_btalloc()
3719
ap->offset = orig_offset +
orig_length
- ap->length;
in xfs_bmap_btalloc()
Completed in 17 milliseconds