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:alloc_blksz
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/fs/hfs/
H
A
D
mdb.c
108
HFS_SB(sb)->
alloc_blksz
= size = be32_to_cpu(mdb->drAlBlkSiz);
in hfs_mdb_get()
114
size = min(HFS_SB(sb)->
alloc_blksz
, (u32)PAGE_SIZE);
in hfs_mdb_get()
123
while (HFS_SB(sb)->
alloc_blksz
& (size - 1))
in hfs_mdb_get()
143
HFS_SB(sb)->fs_div = HFS_SB(sb)->
alloc_blksz
>> sb->s_blocksize_bits;
in hfs_mdb_get()
145
HFS_SB(sb)->
alloc_blksz
;
in hfs_mdb_get()
H
A
D
extent.c
302
total_blocks /= HFS_SB(sb)->
alloc_blksz
;
in hfs_free_fork()
505
size = inode->i_size + HFS_SB(sb)->
alloc_blksz
- 1;
in hfs_file_truncate()
506
blk_cnt = size / HFS_SB(sb)->
alloc_blksz
;
in hfs_file_truncate()
H
A
D
inode.c
283
HFS_SB(sb)->
alloc_blksz
;
in hfs_inode_read_fork()
284
HFS_I(inode)->clump_blocks = clump_size / HFS_SB(sb)->
alloc_blksz
;
in hfs_inode_read_fork()
416
HFS_SB(inode->i_sb)->
alloc_blksz
);
in hfs_inode_write_fork()
H
A
D
hfs_fs.h
144
u32
alloc_blksz
; /* The size of an
member
H
A
D
btree.c
236
HFS_SB(tree->sb)->
alloc_blksz
;
in hfs_bmap_reserve()
/kernel/linux/linux-6.6/fs/hfs/
H
A
D
mdb.c
108
HFS_SB(sb)->
alloc_blksz
= size = be32_to_cpu(mdb->drAlBlkSiz);
in hfs_mdb_get()
114
size = min(HFS_SB(sb)->
alloc_blksz
, (u32)PAGE_SIZE);
in hfs_mdb_get()
123
while (HFS_SB(sb)->
alloc_blksz
& (size - 1))
in hfs_mdb_get()
143
HFS_SB(sb)->fs_div = HFS_SB(sb)->
alloc_blksz
>> sb->s_blocksize_bits;
in hfs_mdb_get()
145
HFS_SB(sb)->
alloc_blksz
;
in hfs_mdb_get()
H
A
D
extent.c
302
total_blocks /= HFS_SB(sb)->
alloc_blksz
;
in hfs_free_fork()
505
size = inode->i_size + HFS_SB(sb)->
alloc_blksz
- 1;
in hfs_file_truncate()
506
blk_cnt = size / HFS_SB(sb)->
alloc_blksz
;
in hfs_file_truncate()
H
A
D
inode.c
287
HFS_SB(sb)->
alloc_blksz
;
in hfs_inode_read_fork()
288
HFS_I(inode)->clump_blocks = clump_size / HFS_SB(sb)->
alloc_blksz
;
in hfs_inode_read_fork()
420
HFS_SB(inode->i_sb)->
alloc_blksz
);
in hfs_inode_write_fork()
H
A
D
hfs_fs.h
144
u32
alloc_blksz
; /* The size of an
member
H
A
D
btree.c
239
HFS_SB(tree->sb)->
alloc_blksz
;
in hfs_bmap_reserve()
/kernel/linux/linux-5.10/fs/hfsplus/
H
A
D
wrapper.c
240
sbi->
alloc_blksz
= blocksize;
in hfsplus_read_wrapper()
242
blocksize = min_t(u32, sbi->
alloc_blksz
, PAGE_SIZE);
in hfsplus_read_wrapper()
H
A
D
hfsplus_fs.h
164
u32
alloc_blksz
;
member
H
A
D
extents.c
573
blk_cnt = (inode->i_size + HFSPLUS_SB(sb)->
alloc_blksz
- 1) >>
in hfsplus_file_truncate()
/kernel/linux/linux-6.6/fs/hfsplus/
H
A
D
wrapper.c
237
sbi->
alloc_blksz
= blocksize;
in hfsplus_read_wrapper()
239
blocksize = min_t(u32, sbi->
alloc_blksz
, PAGE_SIZE);
in hfsplus_read_wrapper()
H
A
D
hfsplus_fs.h
164
u32
alloc_blksz
;
member
H
A
D
extents.c
573
blk_cnt = (inode->i_size + HFSPLUS_SB(sb)->
alloc_blksz
- 1) >>
in hfsplus_file_truncate()
Completed in 11 milliseconds