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:lc_idx
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/affs/
H
A
D
file.c
49
affs_grow_extcache(struct inode *inode, u32
lc_idx
)
in affs_grow_extcache()
argument
77
lc_idx
>>= (lc_shift - AFFS_I(inode)->i_lc_shift);
in affs_grow_extcache()
91
AFFS_I(inode)->i_lc_size =
lc_idx
+ 1;
in affs_grow_extcache()
92
for (; i <=
lc_idx
; i++) {
in affs_grow_extcache()
176
u32
lc_idx
, lc_off, ac_idx;
in affs_get_extblock_slow()
local
217
lc_idx
= ext >> AFFS_I(inode)->i_lc_shift;
in affs_get_extblock_slow()
220
if (
lc_idx
>= AFFS_I(inode)->i_lc_size) {
in affs_get_extblock_slow()
223
err = affs_grow_extcache(inode,
lc_idx
);
in affs_get_extblock_slow()
231
ext_key = AFFS_I(inode)->i_lc[
lc_idx
];
in affs_get_extblock_slow()
236
ac_idx = (ext -
lc_idx
in affs_get_extblock_slow()
[all...]
/kernel/linux/linux-6.6/fs/affs/
H
A
D
file.c
50
affs_grow_extcache(struct inode *inode, u32
lc_idx
)
in affs_grow_extcache()
argument
78
lc_idx
>>= (lc_shift - AFFS_I(inode)->i_lc_shift);
in affs_grow_extcache()
92
AFFS_I(inode)->i_lc_size =
lc_idx
+ 1;
in affs_grow_extcache()
93
for (; i <=
lc_idx
; i++) {
in affs_grow_extcache()
177
u32
lc_idx
, lc_off, ac_idx;
in affs_get_extblock_slow()
local
218
lc_idx
= ext >> AFFS_I(inode)->i_lc_shift;
in affs_get_extblock_slow()
221
if (
lc_idx
>= AFFS_I(inode)->i_lc_size) {
in affs_get_extblock_slow()
224
err = affs_grow_extcache(inode,
lc_idx
);
in affs_get_extblock_slow()
232
ext_key = AFFS_I(inode)->i_lc[
lc_idx
];
in affs_get_extblock_slow()
237
ac_idx = (ext -
lc_idx
in affs_get_extblock_slow()
[all...]
Completed in 3 milliseconds