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:bp_internal
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/hpfs/
H
A
D
map.c
181
(
bp_internal
(&fnode->btree) ? 12 : 8)) {
in hpfs_map_fnode()
188
8 + fnode->btree.n_used_nodes * (
bp_internal
(&fnode->btree) ? 8 : 12)) {
in hpfs_map_fnode()
236
(
bp_internal
(&anode->btree) ? 60 : 40)) {
in hpfs_map_anode()
241
8 + anode->btree.n_used_nodes * (
bp_internal
(&anode->btree) ? 8 : 12)) {
in hpfs_map_anode()
H
A
D
anode.c
24
if (
bp_internal
(btree)) {
in hpfs_bplus_lookup()
86
if (
bp_internal
(btree)) {
in hpfs_add_sector_to_btree()
244
ranode->btree.n_free_nodes = (
bp_internal
(&ranode->btree) ? 60 : 40) - ranode->btree.n_used_nodes;
in hpfs_add_sector_to_btree()
245
if (
bp_internal
(&ranode->btree)) for (n = 0; n < ranode->btree.n_used_nodes; n++) {
in hpfs_add_sector_to_btree()
287
while (
bp_internal
(btree1)) {
in hpfs_remove_btree()
427
while (
bp_internal
(btree)) {
in hpfs_truncate_btree()
H
A
D
hpfs.h
418
static inline bool
bp_internal
(struct bplus_header *bp)
in bp_internal()
function
/kernel/linux/linux-6.6/fs/hpfs/
H
A
D
map.c
181
(
bp_internal
(&fnode->btree) ? 12 : 8)) {
in hpfs_map_fnode()
188
8 + fnode->btree.n_used_nodes * (
bp_internal
(&fnode->btree) ? 8 : 12)) {
in hpfs_map_fnode()
236
(
bp_internal
(&anode->btree) ? 60 : 40)) {
in hpfs_map_anode()
241
8 + anode->btree.n_used_nodes * (
bp_internal
(&anode->btree) ? 8 : 12)) {
in hpfs_map_anode()
H
A
D
anode.c
24
if (
bp_internal
(btree)) {
in hpfs_bplus_lookup()
86
if (
bp_internal
(btree)) {
in hpfs_add_sector_to_btree()
244
ranode->btree.n_free_nodes = (
bp_internal
(&ranode->btree) ? 60 : 40) - ranode->btree.n_used_nodes;
in hpfs_add_sector_to_btree()
245
if (
bp_internal
(&ranode->btree)) for (n = 0; n < ranode->btree.n_used_nodes; n++) {
in hpfs_add_sector_to_btree()
287
while (
bp_internal
(btree1)) {
in hpfs_remove_btree()
427
while (
bp_internal
(btree)) {
in hpfs_truncate_btree()
H
A
D
hpfs.h
419
static inline bool
bp_internal
(struct bplus_header *bp)
in bp_internal()
function
Completed in 6 milliseconds