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:max_ino
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
inode-map.c
301
int
max_ino
;
in recalculate_thresholds()
local
316
max_ino
= info->bytes - 1;
in recalculate_thresholds()
318
max_bitmaps = ALIGN(
max_ino
, INODES_PER_BITMAP) / INODES_PER_BITMAP;
in recalculate_thresholds()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
ialloc.c
752
unsigned long
max_ino
= le32_to_cpu(EXT4_SB(sb)->s_es->s_inodes_count);
in ext4_mark_inode_used()
local
759
if (ino < EXT4_FIRST_INO(sb) || ino >
max_ino
)
in ext4_mark_inode_used()
1368
unsigned long
max_ino
= le32_to_cpu(EXT4_SB(sb)->s_es->s_inodes_count);
in ext4_orphan_get()
local
1375
if (ino < EXT4_FIRST_INO(sb) || ino >
max_ino
)
in ext4_orphan_get()
1411
if (NEXT_ORPHAN(inode) >
max_ino
)
in ext4_orphan_get()
1427
printk(KERN_ERR "
max_ino
=%lu\n",
max_ino
);
in ext4_orphan_get()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
ialloc.c
753
unsigned long
max_ino
= le32_to_cpu(EXT4_SB(sb)->s_es->s_inodes_count);
in ext4_mark_inode_used()
local
760
if (ino < EXT4_FIRST_INO(sb) || ino >
max_ino
)
in ext4_mark_inode_used()
1371
unsigned long
max_ino
= le32_to_cpu(EXT4_SB(sb)->s_es->s_inodes_count);
in ext4_orphan_get()
local
1378
if (ino < EXT4_FIRST_INO(sb) || ino >
max_ino
)
in ext4_orphan_get()
1414
if (NEXT_ORPHAN(inode) >
max_ino
)
in ext4_orphan_get()
1430
printk(KERN_ERR "
max_ino
=%lu\n",
max_ino
);
in ext4_orphan_get()
Completed in 5 milliseconds