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_offset
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/isofs/
H
A
D
export.c
65
if (e_child_inode->
i_iget5_offset
!= 0) {
in isofs_export_get_parent()
137
fh16[2] = (__u16)ei->
i_iget5_offset
; /* fh16 [sic] */
in isofs_export_encode_fh()
144
fh16[3] = (__u16)eparent->
i_iget5_offset
; /* fh16 [sic] */
in isofs_export_encode_fh()
H
A
D
isofs.h
19
unsigned long
i_iget5_offset
;
member
163
* "i_iget5_block" and "
i_iget5_offset
" all point to exactly one of
H
A
D
inode.c
1217
offset = ei->
i_iget5_offset
;
in isofs_read_level3_size()
1320
offset = ei->
i_iget5_offset
;
in isofs_read_inode()
1345
ei->
i_iget5_offset
,
in isofs_read_inode()
1509
&& (i->
i_iget5_offset
== d->offset);
in isofs_iget5_test()
1518
i->
i_iget5_offset
= d->offset;
in isofs_iget5_set()
H
A
D
rock.c
517
ISOFS_I(inode)->
i_iget5_offset
== 0) {
in parse_rock_ridge_inode_internal()
719
offset = ei->
i_iget5_offset
;
in rock_ridge_symlink_readpage()
/kernel/linux/linux-6.6/fs/isofs/
H
A
D
export.c
65
if (e_child_inode->
i_iget5_offset
!= 0) {
in isofs_export_get_parent()
137
fh16[2] = (__u16)ei->
i_iget5_offset
; /* fh16 [sic] */
in isofs_export_encode_fh()
144
fh16[3] = (__u16)eparent->
i_iget5_offset
; /* fh16 [sic] */
in isofs_export_encode_fh()
H
A
D
isofs.h
19
unsigned long
i_iget5_offset
;
member
163
* "i_iget5_block" and "
i_iget5_offset
" all point to exactly one of
H
A
D
inode.c
1218
offset = ei->
i_iget5_offset
;
in isofs_read_level3_size()
1319
offset = ei->
i_iget5_offset
;
in isofs_read_inode()
1344
ei->
i_iget5_offset
,
in isofs_read_inode()
1502
&& (i->
i_iget5_offset
== d->offset);
in isofs_iget5_test()
1511
i->
i_iget5_offset
= d->offset;
in isofs_iget5_set()
H
A
D
rock.c
515
ISOFS_I(inode)->
i_iget5_offset
== 0) {
in parse_rock_ridge_inode_internal()
718
offset = ei->
i_iget5_offset
;
in rock_ridge_symlink_read_folio()
Completed in 8 milliseconds