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:bh_size_bits
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/
H
A
D
aops.c
915
unsigned char
bh_size_bits
;
in ntfs_write_mst_block()
local
934
bh_size_bits
= vol->sb->s_blocksize_bits;
in ntfs_write_mst_block()
948
bhs_per_rec = rec_size >>
bh_size_bits
;
in ntfs_write_mst_block()
953
(PAGE_SHIFT -
bh_size_bits
);
in ntfs_write_mst_block()
956
dblock = (i_size_read(vi) + bh_size - 1) >>
bh_size_bits
;
in ntfs_write_mst_block()
1008
vcn = (VCN)block <<
bh_size_bits
;
in ntfs_write_mst_block()
1028
vcn_ofs) >>
bh_size_bits
;
in ntfs_write_mst_block()
1066
bh_size_bits
>>
in ntfs_write_mst_block()
/kernel/linux/linux-6.6/fs/ntfs/
H
A
D
aops.c
917
unsigned char
bh_size_bits
;
in ntfs_write_mst_block()
local
936
bh_size_bits
= vol->sb->s_blocksize_bits;
in ntfs_write_mst_block()
950
bhs_per_rec = rec_size >>
bh_size_bits
;
in ntfs_write_mst_block()
955
(PAGE_SHIFT -
bh_size_bits
);
in ntfs_write_mst_block()
958
dblock = (i_size_read(vi) + bh_size - 1) >>
bh_size_bits
;
in ntfs_write_mst_block()
1010
vcn = (VCN)block <<
bh_size_bits
;
in ntfs_write_mst_block()
1030
vcn_ofs) >>
bh_size_bits
;
in ntfs_write_mst_block()
1068
bh_size_bits
>>
in ntfs_write_mst_block()
Completed in 4 milliseconds