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:NEXT_ORPHAN
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
orphan.c
153
if (!
NEXT_ORPHAN
(inode) ||
NEXT_ORPHAN
(inode) >
in ext4_orphan_add()
156
NEXT_ORPHAN
(inode) = le32_to_cpu(sbi->s_es->s_last_orphan);
in ext4_orphan_add()
186
inode->i_ino,
NEXT_ORPHAN
(inode));
in ext4_orphan_add()
268
ino_next =
NEXT_ORPHAN
(inode);
in ext4_orphan_del()
296
NEXT_ORPHAN
(i_prev) = ino_next;
in ext4_orphan_del()
302
NEXT_ORPHAN
(inode) = 0;
in ext4_orphan_del()
H
A
D
ialloc.c
1414
if (
NEXT_ORPHAN
(inode) > max_ino)
in ext4_orphan_get()
1428
printk(KERN_ERR "
NEXT_ORPHAN
(inode)=%u\n",
in ext4_orphan_get()
1429
NEXT_ORPHAN
(inode));
in ext4_orphan_get()
H
A
D
ext4.h
1958
#define
NEXT_ORPHAN
(inode) EXT4_I(inode)->i_dtime
macro
H
A
D
super.c
1180
NEXT_ORPHAN
(inode));
in dump_orphan_list()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
ialloc.c
1411
if (
NEXT_ORPHAN
(inode) > max_ino)
in ext4_orphan_get()
1425
printk(KERN_ERR "
NEXT_ORPHAN
(inode)=%u\n",
in ext4_orphan_get()
1426
NEXT_ORPHAN
(inode));
in ext4_orphan_get()
H
A
D
namei.c
3105
if (!
NEXT_ORPHAN
(inode) ||
NEXT_ORPHAN
(inode) >
in ext4_orphan_add()
3108
NEXT_ORPHAN
(inode) = le32_to_cpu(sbi->s_es->s_last_orphan);
in ext4_orphan_add()
3138
inode->i_ino,
NEXT_ORPHAN
(inode));
in ext4_orphan_add()
3186
ino_next =
NEXT_ORPHAN
(inode);
in ext4_orphan_del()
3213
NEXT_ORPHAN
(i_prev) = ino_next;
in ext4_orphan_del()
3219
NEXT_ORPHAN
(inode) = 0;
in ext4_orphan_del()
H
A
D
ext4.h
1866
#define
NEXT_ORPHAN
(inode) EXT4_I(inode)->i_dtime
macro
H
A
D
super.c
1131
NEXT_ORPHAN
(inode));
in dump_orphan_list()
Completed in 42 milliseconds