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:first_blocks
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/fs/hfsplus/
H
A
D
extents.c
252
if (ablock < hip->
first_blocks
) {
in hfsplus_get_block()
458
if (hip->alloc_blocks == hip->
first_blocks
)
in hfsplus_file_extend()
485
if (hip->alloc_blocks <= hip->
first_blocks
) {
in hfsplus_file_extend()
486
if (!hip->
first_blocks
) {
in hfsplus_file_extend()
502
hip->
first_blocks
+= len;
in hfsplus_file_extend()
589
if (alloc_cnt == hip->
first_blocks
) {
in hfsplus_file_truncate()
594
hip->
first_blocks
= blk_cnt;
in hfsplus_file_truncate()
H
A
D
inode.c
395
hip->
first_blocks
= 0;
in hfsplus_new_inode()
460
hip->
first_blocks
= count;
in hfsplus_inode_read_fork()
H
A
D
hfsplus_fs.h
216
u32
first_blocks
;
member
H
A
D
btree.c
155
if (!HFSPLUS_I(tree->inode)->
first_blocks
) {
in hfs_btree_open()
/kernel/linux/linux-5.10/fs/hfs/
H
A
D
extent.c
360
if (ablock < HFS_I(inode)->
first_blocks
) {
in hfs_get_block()
398
if (HFS_I(inode)->alloc_blocks == HFS_I(inode)->
first_blocks
)
in hfs_extend_file()
415
if (HFS_I(inode)->alloc_blocks == HFS_I(inode)->
first_blocks
) {
in hfs_extend_file()
416
if (!HFS_I(inode)->
first_blocks
) {
in hfs_extend_file()
432
HFS_I(inode)->
first_blocks
+= len;
in hfs_extend_file()
519
if (alloc_cnt == HFS_I(inode)->
first_blocks
) {
in hfs_file_truncate()
523
HFS_I(inode)->
first_blocks
= blk_cnt;
in hfs_file_truncate()
H
A
D
btree.c
51
HFS_I(tree->inode)->
first_blocks
) {
in hfs_btree_open()
63
if (!HFS_I(tree->inode)->
first_blocks
) {
in hfs_btree_open()
H
A
D
hfs_fs.h
81
u16
first_blocks
;
member
H
A
D
inode.c
226
HFS_I(inode)->
first_blocks
= 0;
in hfs_new_inode()
277
HFS_I(inode)->
first_blocks
= count;
in hfs_inode_read_fork()
/kernel/linux/linux-6.6/fs/hfsplus/
H
A
D
extents.c
252
if (ablock < hip->
first_blocks
) {
in hfsplus_get_block()
458
if (hip->alloc_blocks == hip->
first_blocks
)
in hfsplus_file_extend()
485
if (hip->alloc_blocks <= hip->
first_blocks
) {
in hfsplus_file_extend()
486
if (!hip->
first_blocks
) {
in hfsplus_file_extend()
502
hip->
first_blocks
+= len;
in hfsplus_file_extend()
589
if (alloc_cnt == hip->
first_blocks
) {
in hfsplus_file_truncate()
594
hip->
first_blocks
= blk_cnt;
in hfsplus_file_truncate()
H
A
D
inode.c
409
hip->
first_blocks
= 0;
in hfsplus_new_inode()
474
hip->
first_blocks
= count;
in hfsplus_inode_read_fork()
H
A
D
hfsplus_fs.h
216
u32
first_blocks
;
member
H
A
D
btree.c
155
if (!HFSPLUS_I(tree->inode)->
first_blocks
) {
in hfs_btree_open()
/kernel/linux/linux-6.6/fs/hfs/
H
A
D
extent.c
360
if (ablock < HFS_I(inode)->
first_blocks
) {
in hfs_get_block()
398
if (HFS_I(inode)->alloc_blocks == HFS_I(inode)->
first_blocks
)
in hfs_extend_file()
415
if (HFS_I(inode)->alloc_blocks == HFS_I(inode)->
first_blocks
) {
in hfs_extend_file()
416
if (!HFS_I(inode)->
first_blocks
) {
in hfs_extend_file()
432
HFS_I(inode)->
first_blocks
+= len;
in hfs_extend_file()
519
if (alloc_cnt == HFS_I(inode)->
first_blocks
) {
in hfs_file_truncate()
523
HFS_I(inode)->
first_blocks
= blk_cnt;
in hfs_file_truncate()
H
A
D
btree.c
51
HFS_I(tree->inode)->
first_blocks
) {
in hfs_btree_open()
63
if (!HFS_I(tree->inode)->
first_blocks
) {
in hfs_btree_open()
H
A
D
hfs_fs.h
81
u16
first_blocks
;
member
H
A
D
inode.c
230
HFS_I(inode)->
first_blocks
= 0;
in hfs_new_inode()
281
HFS_I(inode)->
first_blocks
= count;
in hfs_inode_read_fork()
Completed in 17 milliseconds