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:unencoded_len
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
btrfs.h
956
*
unencoded_len
.
980
* Must be less than or equal to
unencoded_len
- unencoded_offset. For
990
*
unencoded_len
, then it is truncated; if it is shorter, then it is
993
__u64
unencoded_len
;
member
998
* Must be less than
unencoded_len
.
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
ioctl.c
110
__u64
unencoded_len
;
member
4507
args.
unencoded_len
= args32.
unencoded_len
;
in btrfs_ioctl_encoded_write()
4533
if (args.unencoded_offset > args.
unencoded_len
)
in btrfs_ioctl_encoded_write()
4535
if (args.len > args.
unencoded_len
- args.unencoded_offset)
in btrfs_ioctl_encoded_write()
H
A
D
inode.c
9885
encoded->
unencoded_len
= ram_bytes;
in btrfs_encoded_read_inline()
9890
encoded->
unencoded_len
= count;
in btrfs_encoded_read_inline()
10129
encoded->
unencoded_len
= count;
in btrfs_encoded_read()
10142
encoded->
unencoded_len
= em->ram_bytes;
in btrfs_encoded_read()
10160
encoded->
unencoded_len
= count;
in btrfs_encoded_read()
10251
if (encoded->
unencoded_len
> BTRFS_MAX_UNCOMPRESSED ||
in btrfs_do_encoded_write()
10268
if (orig_count >= encoded->
unencoded_len
)
in btrfs_do_encoded_write()
10290
ram_bytes = ALIGN(encoded->
unencoded_len
, fs_info->sectorsize);
in btrfs_do_encoded_write()
10361
if (start == 0 && encoded->
unencoded_len
== encoded->len &&
in btrfs_do_encoded_write()
Completed in 20 milliseconds