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_extcnt
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/affs/
H
A
D
file.c
66
if (AFFS_I(inode)->
i_extcnt
> lc_max) {
in affs_grow_extcache()
71
tmp = (AFFS_I(inode)->
i_extcnt
/ AFFS_LC_SIZE) >> lc_shift;
in affs_grow_extcache()
150
AFFS_I(inode)->
i_extcnt
++;
in affs_alloc_extblock()
183
if (ext < AFFS_I(inode)->
i_extcnt
)
in affs_get_extblock_slow()
185
BUG_ON(ext > AFFS_I(inode)->
i_extcnt
);
in affs_get_extblock_slow()
198
if (ext >= AFFS_I(inode)->
i_extcnt
) {
in affs_get_extblock_slow()
202
BUG_ON(ext > AFFS_I(inode)->
i_extcnt
);
in affs_get_extblock_slow()
942
AFFS_I(inode)->
i_extcnt
= ext + 1;
in affs_truncate()
959
AFFS_I(inode)->
i_extcnt
= 1;
in affs_truncate()
H
A
D
inode.c
56
AFFS_I(inode)->
i_extcnt
= 1;
in affs_iget()
133
AFFS_I(inode)->
i_extcnt
= (AFFS_I(inode)->i_blkcnt - 1) /
in affs_iget()
329
AFFS_I(inode)->
i_extcnt
= 1;
in affs_new_inode()
H
A
D
affs.h
50
u32
i_extcnt
; /* extended block count */
member
/kernel/linux/linux-6.6/fs/affs/
H
A
D
file.c
67
if (AFFS_I(inode)->
i_extcnt
> lc_max) {
in affs_grow_extcache()
72
tmp = (AFFS_I(inode)->
i_extcnt
/ AFFS_LC_SIZE) >> lc_shift;
in affs_grow_extcache()
151
AFFS_I(inode)->
i_extcnt
++;
in affs_alloc_extblock()
184
if (ext < AFFS_I(inode)->
i_extcnt
)
in affs_get_extblock_slow()
186
BUG_ON(ext > AFFS_I(inode)->
i_extcnt
);
in affs_get_extblock_slow()
199
if (ext >= AFFS_I(inode)->
i_extcnt
) {
in affs_get_extblock_slow()
203
BUG_ON(ext > AFFS_I(inode)->
i_extcnt
);
in affs_get_extblock_slow()
946
AFFS_I(inode)->
i_extcnt
= ext + 1;
in affs_truncate()
963
AFFS_I(inode)->
i_extcnt
= 1;
in affs_truncate()
H
A
D
inode.c
56
AFFS_I(inode)->
i_extcnt
= 1;
in affs_iget()
133
AFFS_I(inode)->
i_extcnt
= (AFFS_I(inode)->i_blkcnt - 1) /
in affs_iget()
330
AFFS_I(inode)->
i_extcnt
= 1;
in affs_new_inode()
H
A
D
affs.h
50
u32
i_extcnt
; /* extended block count */
member
Completed in 5 milliseconds