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:index_bits
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
dir.c
404
u8
index_bits
= ni->dir.
index_bits
;
in ntfs_readdir()
local
446
bit = (pos - sbi->record_size) >>
index_bits
;
in ntfs_readdir()
460
vbo = (u64)bit <<
index_bits
;
in ntfs_readdir()
475
vbo = (u64)bit <<
index_bits
;
in ntfs_readdir()
520
size_t max_indx = i_size_read(&ni->vfs_inode) >> ni->dir.
index_bits
;
in ntfs_dir_count()
H
A
D
index.c
895
indx->
index_bits
= blksize_bits(t32);
in indx_init()
941
u32 bytes = 1u << indx->
index_bits
;
in indx_new()
1045
u32 bytes = 1u << indx->
index_bits
;
in indx_read()
1336
next_vbn = (((*off - record_size) >> indx->
index_bits
))
in indx_find_raw()
1438
u32 data_size = 1u << indx->
index_bits
;
in indx_create_allocate()
1516
data_size = (u64)(bit + 1) << indx->
index_bits
;
in indx_add_allocate()
2085
new_data = (u64)bit << indx->
index_bits
;
in indx_shrink()
H
A
D
ntfs_fs.h
198
u8
index_bits
; // log2(root->index_block_size)
member
H
A
D
fslog.c
2645
u8
index_bits
= le32_to_cpu(root->index_block_size) >=
in check_index_root()
local
2656
(block_clst <<
index_bits
)) ||
in check_index_root()
Completed in 12 milliseconds