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:packed_inode
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/erofs/
H
A
D
super.c
681
sbi->
packed_inode
= erofs_iget(sb, sbi->packed_nid);
in erofs_fc_fill_super()
682
if (IS_ERR(sbi->
packed_inode
)) {
in erofs_fc_fill_super()
683
err = PTR_ERR(sbi->
packed_inode
);
in erofs_fc_fill_super()
684
sbi->
packed_inode
= NULL;
in erofs_fc_fill_super()
832
iput(sbi->
packed_inode
);
in erofs_put_super()
833
sbi->
packed_inode
= NULL;
in erofs_put_super()
H
A
D
xattr.c
494
if (sbi->
packed_inode
)
in erofs_xattr_prefixes_init()
495
buf.inode = sbi->
packed_inode
;
in erofs_xattr_prefixes_init()
H
A
D
zdata.c
947
struct inode *
packed_inode
= EROFS_SB(sb)->
packed_inode
;
in z_erofs_read_fragment()
local
952
if (!
packed_inode
)
in z_erofs_read_fragment()
955
buf.inode =
packed_inode
;
in z_erofs_read_fragment()
H
A
D
internal.h
141
struct inode *
packed_inode
;
member
Completed in 6 milliseconds