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:FS_NOCOMP_FL
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H
A
D
fs.h
249
#define
FS_NOCOMP_FL
0x00000400 /* Don't compress */
macro
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
fs.h
249
#define
FS_NOCOMP_FL
0x00000400 /* Don't compress */
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
fs.h
250
#define
FS_NOCOMP_FL
0x00000400 /* Don't compress */
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
fs.h
165
#define
FS_NOCOMP_FL
0x00000400
macro
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
fs.h
250
#define
FS_NOCOMP_FL
0x00000400 /* Don't compress */
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
fs.h
165
#define
FS_NOCOMP_FL
0x00000400
macro
/kernel/linux/linux-5.10/fs/nilfs2/
H
A
D
nilfs.h
215
FS_COMPRBLK_FL |
FS_NOCOMP_FL
| FS_NOTAIL_FL | FS_DIRSYNC_FL)
/kernel/linux/linux-6.6/fs/nilfs2/
H
A
D
nilfs.h
215
FS_COMPRBLK_FL |
FS_NOCOMP_FL
| FS_NOTAIL_FL | FS_DIRSYNC_FL)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
fs.h
225
#define
FS_NOCOMP_FL
0x00000400
macro
/kernel/linux/linux-5.10/fs/ext2/
H
A
D
ext2.h
231
#define EXT2_NOCOMP_FL
FS_NOCOMP_FL
/* Don't compress */
/kernel/linux/linux-6.6/fs/ext2/
H
A
D
ext2.h
234
#define EXT2_NOCOMP_FL
FS_NOCOMP_FL
/* Don't compress */
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
ioctl.c
126
iflags |=
FS_NOCOMP_FL
;
in btrfs_inode_flags_to_fsflags()
176
FS_NOCOMP_FL
| FS_COMPR_FL |
in check_fsflags()
181
if ((flags &
FS_NOCOMP_FL
) && (flags & FS_COMPR_FL))
in check_fsflags()
188
if ((old_flags & FS_NOCOW_FL) && (flags & (FS_COMPR_FL |
FS_NOCOMP_FL
)))
in check_fsflags()
190
if ((flags & FS_NOCOW_FL) && (old_flags & (FS_COMPR_FL |
FS_NOCOMP_FL
)))
in check_fsflags()
289
if (fsflags &
FS_NOCOMP_FL
) {
in btrfs_ioctl_setflags()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
ioctl.c
163
iflags |=
FS_NOCOMP_FL
;
in btrfs_inode_flags_to_fsflags()
205
FS_NOCOMP_FL
| FS_COMPR_FL |
in check_fsflags()
210
if ((flags &
FS_NOCOMP_FL
) && (flags & FS_COMPR_FL))
in check_fsflags()
217
if ((old_flags & FS_NOCOW_FL) && (flags & (FS_COMPR_FL |
FS_NOCOMP_FL
)))
in check_fsflags()
219
if ((flags & FS_NOCOW_FL) && (old_flags & (FS_COMPR_FL |
FS_NOCOMP_FL
)))
in check_fsflags()
341
if (fsflags &
FS_NOCOMP_FL
) {
in btrfs_fileattr_set()
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
ocfs2_fs.h
252
#define OCFS2_NOCOMP_FL
FS_NOCOMP_FL
/* Don't compress */
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
ocfs2_fs.h
250
#define OCFS2_NOCOMP_FL
FS_NOCOMP_FL
/* Don't compress */
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
file.c
1891
{ F2FS_NOCOMP_FL,
FS_NOCOMP_FL
},
1905
FS_NOCOMP_FL
| \
1922
FS_NOCOMP_FL
| \
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
file.c
1970
{ F2FS_NOCOMP_FL,
FS_NOCOMP_FL
},
1984
FS_NOCOMP_FL
| \
2001
FS_NOCOMP_FL
| \
Completed in 50 milliseconds