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:EXT4_FIRST_INO
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
ialloc.c
281
if (ino <
EXT4_FIRST_INO
(sb) || ino > le32_to_cpu(es->s_inodes_count)) {
in ext4_free_inode()
759
if (ino <
EXT4_FIRST_INO
(sb) || ino > max_ino)
in ext4_mark_inode_used()
1067
if (group == 0 && (ino + 1) <
EXT4_FIRST_INO
(sb)) {
in __ext4_new_inode()
1375
if (ino <
EXT4_FIRST_INO
(sb) || ino > max_ino)
in ext4_orphan_get()
1574
(used_inos <
EXT4_FIRST_INO
(sb))) {
in ext4_init_inode_table()
H
A
D
ext4.h
285
#define
EXT4_FIRST_INO
(s) (EXT4_SB(s)->s_first_ino)
macro
290
#define
EXT4_FIRST_INO
(s) (((s)->s_rev_level == EXT4_GOOD_OLD_REV) ? \
macro
1685
(ino >=
EXT4_FIRST_INO
(sb) &&
in ext4_valid_inum()
H
A
D
fast_commit.c
522
if (inode->i_ino <
EXT4_FIRST_INO
(inode->i_sb)) {
in __track_range()
H
A
D
inode.c
4800
(ino <
EXT4_FIRST_INO
(sb) && ino != EXT4_ROOT_INO)) ||
in __ext4_iget()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
ialloc.c
281
if (ino <
EXT4_FIRST_INO
(sb) || ino > le32_to_cpu(es->s_inodes_count)) {
in ext4_free_inode()
760
if (ino <
EXT4_FIRST_INO
(sb) || ino > max_ino)
in ext4_mark_inode_used()
1068
if (group == 0 && (ino + 1) <
EXT4_FIRST_INO
(sb)) {
in __ext4_new_inode()
1378
if (ino <
EXT4_FIRST_INO
(sb) || ino > max_ino)
in ext4_orphan_get()
1571
(used_inos <
EXT4_FIRST_INO
(sb))) {
in ext4_init_inode_table()
H
A
D
ext4.h
352
#define
EXT4_FIRST_INO
(s) (EXT4_SB(s)->s_first_ino)
macro
357
#define
EXT4_FIRST_INO
(s) (((s)->s_rev_level == EXT4_GOOD_OLD_REV) ? \
macro
1781
(ino >=
EXT4_FIRST_INO
(sb) &&
in ext4_valid_inum()
H
A
D
fast_commit.c
617
if (inode->i_ino <
EXT4_FIRST_INO
(inode->i_sb)) {
in __track_range()
H
A
D
inode.c
4701
((ino <
EXT4_FIRST_INO
(sb) && ino != EXT4_ROOT_INO) ||
in __ext4_iget()
Completed in 38 milliseconds