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:clump_blocks
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/fs/hfsplus/
H
A
D
inode.c
411
hip->
clump_blocks
= sbi->data_clump_blocks;
in hfsplus_new_inode()
417
hip->
clump_blocks
= 1;
in hfsplus_new_inode()
470
hip->
clump_blocks
=
in hfsplus_inode_read_fork()
472
if (!hip->
clump_blocks
) {
in hfsplus_inode_read_fork()
473
hip->
clump_blocks
= HFSPLUS_IS_RSRC(inode) ?
in hfsplus_inode_read_fork()
H
A
D
xattr.c
185
hip->
clump_blocks
= clump_size >> sbi->alloc_blksz_shift;
in hfsplus_create_attributes_file()
188
if (sbi->free_blocks <= (hip->
clump_blocks
<< 1)) {
in hfsplus_create_attributes_file()
193
while (hip->alloc_blocks < hip->
clump_blocks
) {
in hfsplus_create_attributes_file()
H
A
D
hfsplus_fs.h
217
u32
clump_blocks
;
member
H
A
D
extents.c
467
len = hip->
clump_blocks
;
in hfsplus_file_extend()
/kernel/linux/linux-6.6/fs/hfsplus/
H
A
D
inode.c
425
hip->
clump_blocks
= sbi->data_clump_blocks;
in hfsplus_new_inode()
431
hip->
clump_blocks
= 1;
in hfsplus_new_inode()
484
hip->
clump_blocks
=
in hfsplus_inode_read_fork()
486
if (!hip->
clump_blocks
) {
in hfsplus_inode_read_fork()
487
hip->
clump_blocks
= HFSPLUS_IS_RSRC(inode) ?
in hfsplus_inode_read_fork()
H
A
D
xattr.c
185
hip->
clump_blocks
= clump_size >> sbi->alloc_blksz_shift;
in hfsplus_create_attributes_file()
188
if (sbi->free_blocks <= (hip->
clump_blocks
<< 1)) {
in hfsplus_create_attributes_file()
193
while (hip->alloc_blocks < hip->
clump_blocks
) {
in hfsplus_create_attributes_file()
H
A
D
hfsplus_fs.h
217
u32
clump_blocks
;
member
H
A
D
extents.c
467
len = hip->
clump_blocks
;
in hfsplus_file_extend()
/kernel/linux/linux-5.10/fs/hfs/
H
A
D
inode.c
213
HFS_I(inode)->
clump_blocks
= HFS_SB(sb)->clumpablks;
in hfs_new_inode()
284
HFS_I(inode)->
clump_blocks
= clump_size / HFS_SB(sb)->alloc_blksz;
in hfs_inode_read_fork()
285
if (!HFS_I(inode)->
clump_blocks
)
in hfs_inode_read_fork()
286
HFS_I(inode)->
clump_blocks
= HFS_SB(sb)->clumpablks;
in hfs_inode_read_fork()
H
A
D
hfs_fs.h
77
u16 alloc_blocks,
clump_blocks
;
member
H
A
D
extent.c
407
len = HFS_I(inode)->
clump_blocks
;
in hfs_extend_file()
/kernel/linux/linux-6.6/fs/hfs/
H
A
D
inode.c
217
HFS_I(inode)->
clump_blocks
= HFS_SB(sb)->clumpablks;
in hfs_new_inode()
288
HFS_I(inode)->
clump_blocks
= clump_size / HFS_SB(sb)->alloc_blksz;
in hfs_inode_read_fork()
289
if (!HFS_I(inode)->
clump_blocks
)
in hfs_inode_read_fork()
290
HFS_I(inode)->
clump_blocks
= HFS_SB(sb)->clumpablks;
in hfs_inode_read_fork()
H
A
D
hfs_fs.h
77
u16 alloc_blocks,
clump_blocks
;
member
H
A
D
extent.c
407
len = HFS_I(inode)->
clump_blocks
;
in hfs_extend_file()
Completed in 21 milliseconds