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_iget5_block
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/isofs/
H
A
D
export.c
73
*
i_iget5_block
value points to the "." entry. Fortunately,
in isofs_export_get_parent()
75
parent_block = e_child_inode->
i_iget5_block
;
in isofs_export_get_parent()
136
fh32[0] = ei->
i_iget5_block
;
in isofs_export_encode_fh()
143
fh32[3] = eparent->
i_iget5_block
;
in isofs_export_encode_fh()
H
A
D
isofs.h
18
unsigned long
i_iget5_block
;
member
163
* "
i_iget5_block
" and "i_iget5_offset" all point to exactly one of
H
A
D
inode.c
1216
block = ei->
i_iget5_block
;
in isofs_read_level3_size()
1315
block = ei->
i_iget5_block
;
in isofs_read_inode()
1344
inode->i_ino = isofs_get_ino(ei->
i_iget5_block
,
in isofs_read_inode()
1508
return (i->
i_iget5_block
== d->block)
in isofs_iget5_test()
1517
i->
i_iget5_block
= d->block;
in isofs_iget5_set()
H
A
D
rock.c
516
if (reloc_block == ISOFS_I(inode)->
i_iget5_block
&&
in parse_rock_ridge_inode_internal()
714
block = ei->
i_iget5_block
;
in rock_ridge_symlink_readpage()
/kernel/linux/linux-6.6/fs/isofs/
H
A
D
export.c
73
*
i_iget5_block
value points to the "." entry. Fortunately,
in isofs_export_get_parent()
75
parent_block = e_child_inode->
i_iget5_block
;
in isofs_export_get_parent()
136
fh32[0] = ei->
i_iget5_block
;
in isofs_export_encode_fh()
143
fh32[3] = eparent->
i_iget5_block
;
in isofs_export_encode_fh()
H
A
D
isofs.h
18
unsigned long
i_iget5_block
;
member
163
* "
i_iget5_block
" and "i_iget5_offset" all point to exactly one of
H
A
D
inode.c
1217
block = ei->
i_iget5_block
;
in isofs_read_level3_size()
1314
block = ei->
i_iget5_block
;
in isofs_read_inode()
1343
inode->i_ino = isofs_get_ino(ei->
i_iget5_block
,
in isofs_read_inode()
1501
return (i->
i_iget5_block
== d->block)
in isofs_iget5_test()
1510
i->
i_iget5_block
= d->block;
in isofs_iget5_set()
H
A
D
rock.c
514
if (reloc_block == ISOFS_I(inode)->
i_iget5_block
&&
in parse_rock_ridge_inode_internal()
713
block = ei->
i_iget5_block
;
in rock_ridge_symlink_read_folio()
Completed in 8 milliseconds