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:is_compressed
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
file.c
80
if (
is_compressed
(ni))
in ntfs_getattr()
113
WARN_ON(
is_compressed
(ni));
in ntfs_extend_initialized_size()
276
if (
is_compressed
(ni) && rw) {
in ntfs_file_mmap()
340
if (extend_init && !
is_compressed
(ni)) {
in ntfs_extend()
379
if (
is_compressed
(ni)) {
in ntfs_truncate()
442
bool is_supported_holes = is_sparsed(ni) ||
is_compressed
(ni);
in ntfs_fallocate()
749
if (
is_compressed
(ni) && (iocb->ki_flags & IOCB_DIRECT)) {
in ntfs_file_read_iter()
1083
if (
is_compressed
(ni) && (iocb->ki_flags & IOCB_DIRECT)) {
in ntfs_file_write_iter()
1119
ret =
is_compressed
(ni) ? ntfs_compress_write(iocb, from) :
in ntfs_file_write_iter()
1141
if (unlikely((
is_compressed
(n
in ntfs_file_open()
[all...]
H
A
D
inode.c
454
inode->i_mapping->a_ops =
is_compressed
(ni) ? &ntfs_aops_cmpr :
in ntfs_read_mft()
716
if (
is_compressed
(ni)) {
in ntfs_read_folio()
740
if (
is_compressed
(ni)) {
in ntfs_readahead()
825
if (is_sparsed(ni) ||
is_compressed
(ni)) {
in ntfs_set_size()
1625
inode->i_mapping->a_ops =
is_compressed
(ni) ? &ntfs_aops_cmpr :
in ntfs_create_inode()
H
A
D
ntfs_fs.h
1041
static inline bool
is_compressed
(const struct ntfs_inode *ni)
in is_compressed()
function
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
dso.c
225
bool (*
is_compressed
)(const char *input);
member
305
if (!compressions[dso->comp].
is_compressed
(name))
in decompress_kmodule()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
dso.c
261
bool (*
is_compressed
)(const char *input);
member
335
if (!compressions[comp].
is_compressed
(name))
in filename__decompress()
Completed in 11 milliseconds