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:record_bits
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
record.c
121
u64 vbo = (u64)mi->rno << sbi->
record_bits
;
in mi_read()
406
u64 vbo = (u64)rno << sbi->
record_bits
;
in mi_format_new()
H
A
D
super.c
956
sbi->
record_bits
= blksize_bits(record_size);
in ntfs_init_from_boot()
1262
sbi->
record_bits
;
in ntfs_fill_super()
1309
sbi->mft.used = ni->i_valid >> sbi->
record_bits
;
in ntfs_fill_super()
1310
tt = inode->i_size >> sbi->
record_bits
;
in ntfs_fill_super()
H
A
D
fsntfs.c
477
return avail >= bytes_to_cluster(sbi, mlen << sbi->
record_bits
);
in ntfs_check_for_free_space()
508
new_mft_bytes = (u64)new_mft_total << sbi->
record_bits
;
in ntfs_extend_mft()
521
new_mft_total = le64_to_cpu(attr->nres.alloc_size) >> sbi->
record_bits
;
in ntfs_extend_mft()
825
(u64)sbi->mft.bitmap.nbits << sbi->
record_bits
);
in ntfs_refresh_zone()
861
bytes = sbi->mft.recs_mirr << sbi->
record_bits
;
in ntfs_update_mftmirr()
H
A
D
frecord.c
995
vbo <= ((u64)mi->rno << sbi->
record_bits
))) {
in ni_ins_attr_ext()
1042
if (is_mft_data && vbo <= ((u64)rno << sbi->
record_bits
)) {
in ni_ins_attr_ext()
1290
svcn = bytes_to_cluster(sbi, (u64)(mft_min + 1) << sbi->
record_bits
);
in ni_expand_mft_list()
H
A
D
ntfs_fs.h
226
u8
record_bits
;
member
H
A
D
fslog.c
3070
rno = vbo >> sbi->
record_bits
;
in do_action()
Completed in 17 milliseconds