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:F2FS_NOCOMP_FL
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
namei.c
185
if (F2FS_I(dir)->i_flags &
F2FS_NOCOMP_FL
) {
in set_compress_new_inode()
186
F2FS_I(inode)->i_flags |=
F2FS_NOCOMP_FL
;
in set_compress_new_inode()
H
A
D
file.c
1901
if (iflags & (F2FS_COMPR_FL |
F2FS_NOCOMP_FL
)) {
in f2fs_setflags_common()
1904
if ((iflags & F2FS_COMPR_FL) && (iflags &
F2FS_NOCOMP_FL
))
in f2fs_setflags_common()
1935
(fi->i_flags &
F2FS_NOCOMP_FL
));
in f2fs_setflags_common()
1970
{
F2FS_NOCOMP_FL
, FS_NOCOMP_FL },
H
A
D
f2fs.h
2982
#define
F2FS_NOCOMP_FL
0x00000400 /* Don't compress */
macro
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
file.c
1836
if (iflags & (F2FS_COMPR_FL |
F2FS_NOCOMP_FL
)) {
in f2fs_setflags_common()
1839
if ((iflags & F2FS_COMPR_FL) && (iflags &
F2FS_NOCOMP_FL
))
in f2fs_setflags_common()
1859
(fi->i_flags &
F2FS_NOCOMP_FL
));
in f2fs_setflags_common()
1891
{
F2FS_NOCOMP_FL
, FS_NOCOMP_FL },
H
A
D
namei.c
298
F2FS_I(inode)->i_flags &
F2FS_NOCOMP_FL
||
in set_compress_inode()
H
A
D
f2fs.h
2632
#define
F2FS_NOCOMP_FL
0x00000400 /* Don't compress */
macro
2641
F2FS_CASEFOLD_FL | F2FS_COMPR_FL |
F2FS_NOCOMP_FL
)
Completed in 30 milliseconds