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:cached_blocks
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/hfsplus/
H
A
D
extents.c
197
hip->
cached_blocks
=
in __hfsplus_ext_cache_extent()
200
hip->cached_start = hip->
cached_blocks
= 0;
in __hfsplus_ext_cache_extent()
213
block < hip->cached_start + hip->
cached_blocks
)
in hfsplus_ext_read_extent()
511
hip->
cached_blocks
+= len;
in hfsplus_file_extend()
537
hip->
cached_blocks
= len;
in hfsplus_file_extend()
615
hip->cached_start = hip->
cached_blocks
= 0;
in hfsplus_file_truncate()
H
A
D
inode.c
397
hip->
cached_blocks
= 0;
in hfsplus_new_inode()
463
hip->
cached_blocks
= 0;
in hfsplus_inode_read_fork()
H
A
D
hfsplus_fs.h
220
u32
cached_blocks
;
member
/kernel/linux/linux-5.10/fs/hfs/
H
A
D
extent.c
183
HFS_I(inode)->
cached_blocks
= hfs_ext_block_count(HFS_I(inode)->cached_extents);
in __hfs_ext_cache_extent()
185
HFS_I(inode)->cached_start = HFS_I(inode)->
cached_blocks
= 0;
in __hfs_ext_cache_extent()
197
block < HFS_I(inode)->cached_start + HFS_I(inode)->
cached_blocks
)
in hfs_ext_read_extent()
442
HFS_I(inode)->
cached_blocks
+= len;
in hfs_extend_file()
470
HFS_I(inode)->
cached_blocks
= len;
in hfs_extend_file()
538
HFS_I(inode)->cached_start = HFS_I(inode)->
cached_blocks
= 0;
in hfs_file_truncate()
H
A
D
hfs_fs.h
83
u16 cached_start,
cached_blocks
;
member
H
A
D
inode.c
228
HFS_I(inode)->
cached_blocks
= 0;
in hfs_new_inode()
/kernel/linux/linux-6.6/fs/hfsplus/
H
A
D
extents.c
197
hip->
cached_blocks
=
in __hfsplus_ext_cache_extent()
200
hip->cached_start = hip->
cached_blocks
= 0;
in __hfsplus_ext_cache_extent()
213
block < hip->cached_start + hip->
cached_blocks
)
in hfsplus_ext_read_extent()
511
hip->
cached_blocks
+= len;
in hfsplus_file_extend()
537
hip->
cached_blocks
= len;
in hfsplus_file_extend()
615
hip->cached_start = hip->
cached_blocks
= 0;
in hfsplus_file_truncate()
H
A
D
inode.c
411
hip->
cached_blocks
= 0;
in hfsplus_new_inode()
477
hip->
cached_blocks
= 0;
in hfsplus_inode_read_fork()
H
A
D
hfsplus_fs.h
220
u32
cached_blocks
;
member
/kernel/linux/linux-6.6/fs/hfs/
H
A
D
extent.c
183
HFS_I(inode)->
cached_blocks
= hfs_ext_block_count(HFS_I(inode)->cached_extents);
in __hfs_ext_cache_extent()
185
HFS_I(inode)->cached_start = HFS_I(inode)->
cached_blocks
= 0;
in __hfs_ext_cache_extent()
197
block < HFS_I(inode)->cached_start + HFS_I(inode)->
cached_blocks
)
in hfs_ext_read_extent()
442
HFS_I(inode)->
cached_blocks
+= len;
in hfs_extend_file()
470
HFS_I(inode)->
cached_blocks
= len;
in hfs_extend_file()
538
HFS_I(inode)->cached_start = HFS_I(inode)->
cached_blocks
= 0;
in hfs_file_truncate()
H
A
D
hfs_fs.h
83
u16 cached_start,
cached_blocks
;
member
H
A
D
inode.c
232
HFS_I(inode)->
cached_blocks
= 0;
in hfs_new_inode()
Completed in 10 milliseconds