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:node_blocks
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
segment.h
602
unsigned int
node_blocks
, unsigned int dent_blocks)
in has_curseg_enough_space()
614
if (
node_blocks
> left_blocks)
in has_curseg_enough_space()
636
unsigned int
node_blocks
= total_node_blocks % BLKS_PER_SEC(sbi);
in has_not_enough_free_secs()
local
645
need_upper = need_lower + (
node_blocks
? 1 : 0) + (dent_blocks ? 1 : 0);
in has_not_enough_free_secs()
651
return !has_curseg_enough_space(sbi,
node_blocks
, dent_blocks);
in has_not_enough_free_secs()
601
has_curseg_enough_space(struct f2fs_sb_info *sbi, unsigned int
node_blocks
, unsigned int dent_blocks)
has_curseg_enough_space()
argument
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
segment.h
573
unsigned int
node_blocks
, unsigned int dent_blocks)
in has_curseg_enough_space()
584
if (
node_blocks
> left_blocks)
in has_curseg_enough_space()
610
unsigned int
node_blocks
= total_node_blocks % CAP_BLKS_PER_SEC(sbi);
in __get_secs_required()
local
617
(
node_blocks
? 1 : 0) + (dent_blocks ? 1 : 0);
in __get_secs_required()
620
node_blocks
, dent_blocks);
in __get_secs_required()
572
has_curseg_enough_space(struct f2fs_sb_info *sbi, unsigned int
node_blocks
, unsigned int dent_blocks)
has_curseg_enough_space()
argument
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_btree.c
4687
unsigned long long
node_blocks
= 2;
in xfs_btree_space_to_height()
local
4694
while (
node_blocks
< blocks_left) {
in xfs_btree_space_to_height()
4695
blocks_left -=
node_blocks
;
in xfs_btree_space_to_height()
4696
node_blocks
*= limits[1];
in xfs_btree_space_to_height()
Completed in 10 milliseconds