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_COMPR_FL
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
inode.c
300
fi->i_flags &
F2FS_COMPR_FL
&&
in sanity_check_inode()
460
(fi->i_flags &
F2FS_COMPR_FL
)) {
in do_read_inode()
H
A
D
file.c
809
if (flags &
F2FS_COMPR_FL
)
in f2fs_getattr()
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()
1843
if ((iflags ^ masked_flags) &
F2FS_COMPR_FL
) {
in f2fs_setflags_common()
1844
if (masked_flags &
F2FS_COMPR_FL
) {
in f2fs_setflags_common()
1858
f2fs_bug_on(F2FS_I_SB(inode), (fi->i_flags &
F2FS_COMPR_FL
) &&
in f2fs_setflags_common()
1885
{
F2FS_COMPR_FL
, FS_COMPR_FL },
H
A
D
f2fs.h
2626
#define
F2FS_COMPR_FL
0x00000004 /* Compress file */
macro
2641
F2FS_CASEFOLD_FL |
F2FS_COMPR_FL
| F2FS_NOCOMP_FL)
3990
F2FS_I(inode)->i_flags |=
F2FS_COMPR_FL
;
in set_compress_context()
4005
fi->i_flags &= ~
F2FS_COMPR_FL
;
in f2fs_disable_compressed_file()
H
A
D
inline.c
50
(F2FS_I(inode)->i_flags &
F2FS_COMPR_FL
)));
in f2fs_sanity_check_inline_data()
H
A
D
namei.c
121
if ((F2FS_I(dir)->i_flags &
F2FS_COMPR_FL
) &&
in f2fs_new_inode()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
inode.c
306
fi->i_flags &
F2FS_COMPR_FL
&&
in sanity_check_inode()
484
(fi->i_flags &
F2FS_COMPR_FL
)) {
in do_read_inode()
H
A
D
file.c
859
if (flags &
F2FS_COMPR_FL
)
in f2fs_getattr()
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()
1908
if ((iflags ^ masked_flags) &
F2FS_COMPR_FL
) {
in f2fs_setflags_common()
1909
if (masked_flags &
F2FS_COMPR_FL
) {
in f2fs_setflags_common()
1934
f2fs_bug_on(F2FS_I_SB(inode), (fi->i_flags &
F2FS_COMPR_FL
) &&
in f2fs_setflags_common()
1964
{
F2FS_COMPR_FL
, FS_COMPR_FL },
H
A
D
inline.c
50
(F2FS_I(inode)->i_flags &
F2FS_COMPR_FL
)));
in f2fs_sanity_check_inline_data()
H
A
D
namei.c
188
} else if (F2FS_I(dir)->i_flags &
F2FS_COMPR_FL
) {
in set_compress_new_inode()
H
A
D
f2fs.h
2976
#define
F2FS_COMPR_FL
0x00000004 /* Compress file */
macro
4392
F2FS_I(inode)->i_flags |=
F2FS_COMPR_FL
;
in set_compress_context()
4419
fi->i_flags &= ~
F2FS_COMPR_FL
;
in f2fs_disable_compressed_file()
Completed in 32 milliseconds