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:i_pino
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
inode.c
385
fi->
i_pino
= le32_to_cpu(ri->
i_pino
);
in do_read_inode()
607
ri->
i_pino
= cpu_to_le32(F2FS_I(inode)->
i_pino
);
in f2fs_update_inode()
H
A
D
recovery.c
151
nid_t pino = le32_to_cpu(raw_inode->
i_pino
);
in recover_dentry()
H
A
D
f2fs.h
719
unsigned int
i_pino
; /* parent inode number */
member
2773
F2FS_I(inode)->
i_pino
= pino;
in f2fs_i_pino_write()
H
A
D
file.c
207
else if (!f2fs_is_checkpointed_node(sbi, F2FS_I(inode)->
i_pino
))
in need_do_checkpoint()
215
f2fs_exist_written_data(sbi, F2FS_I(inode)->
i_pino
,
in need_do_checkpoint()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
inode.c
419
fi->
i_pino
= le32_to_cpu(ri->
i_pino
);
in do_read_inode()
686
ri->
i_pino
= cpu_to_le32(F2FS_I(inode)->
i_pino
);
in f2fs_update_inode()
H
A
D
recovery.c
171
nid_t pino = le32_to_cpu(raw_inode->
i_pino
);
in recover_dentry()
H
A
D
file.c
205
else if (!f2fs_is_checkpointed_node(sbi, F2FS_I(inode)->
i_pino
))
in need_do_checkpoint()
213
f2fs_exist_written_data(sbi, F2FS_I(inode)->
i_pino
,
in need_do_checkpoint()
2094
pinode = f2fs_iget(inode->i_sb, fi->
i_pino
);
in f2fs_ioc_start_atomic_write()
H
A
D
f2fs.h
813
unsigned int
i_pino
; /* parent inode number */
member
3132
F2FS_I(inode)->
i_pino
= pino;
in f2fs_i_pino_write()
/kernel/linux/linux-5.10/include/linux/
H
A
D
f2fs_fs.h
258
__le32
i_pino
; /* parent inode number */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
f2fs_fs.h
300
__le32
i_pino
; /* parent inode number */
member
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
f2fs.h
191
__entry->pino = F2FS_I(inode)->
i_pino
;
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
f2fs.h
190
__entry->pino = F2FS_I(inode)->
i_pino
;
Completed in 38 milliseconds