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_eblock
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/fs/bfs/
H
A
D
file.c
75
if (phys <= bi->
i_eblock
) {
in bfs_get_block()
87
if (bi->i_sblock && (phys <= bi->
i_eblock
)) {
in bfs_get_block()
106
if (bi->
i_eblock
== info->si_lf_eblk) {
in bfs_get_block()
110
info->si_freeb -= phys - bi->
i_eblock
;
in bfs_get_block()
111
info->si_lf_eblk = bi->
i_eblock
= phys;
in bfs_get_block()
126
bi->
i_eblock
, phys);
in bfs_get_block()
139
info->si_lf_eblk = bi->
i_eblock
= phys;
in bfs_get_block()
145
info->si_freeb -= bi->
i_eblock
- bi->i_sblock + 1 - inode->i_blocks;
in bfs_get_block()
H
A
D
inode.c
76
BFS_I(inode)->
i_eblock
= le32_to_cpu(di->
i_eblock
);
in bfs_iget()
149
di->
i_eblock
= cpu_to_le32(BFS_I(inode)->
i_eblock
);
in bfs_write_inode()
193
info->si_freeb += bi->
i_eblock
+ 1 - bi->i_sblock;
in bfs_evict_inode()
204
if (info->si_lf_eblk == bi->
i_eblock
)
in bfs_evict_inode()
319
unsigned long i_sblock,
i_eblock
, i_eoff, s_size;
in bfs_fill_super()
local
408
i_eblock
= le32_to_cpu(di->
i_eblock
);
in bfs_fill_super()
412
i_eblock
> inf
in bfs_fill_super()
[all...]
H
A
D
bfs.h
37
unsigned long
i_eblock
;
member
H
A
D
dir.c
108
BFS_I(inode)->
i_eblock
= 0;
in bfs_create()
284
eblock = BFS_I(dir)->
i_eblock
;
in bfs_add_entry()
/kernel/linux/linux-6.6/fs/bfs/
H
A
D
file.c
75
if (phys <= bi->
i_eblock
) {
in bfs_get_block()
87
if (bi->i_sblock && (phys <= bi->
i_eblock
)) {
in bfs_get_block()
106
if (bi->
i_eblock
== info->si_lf_eblk) {
in bfs_get_block()
110
info->si_freeb -= phys - bi->
i_eblock
;
in bfs_get_block()
111
info->si_lf_eblk = bi->
i_eblock
= phys;
in bfs_get_block()
126
bi->
i_eblock
, phys);
in bfs_get_block()
139
info->si_lf_eblk = bi->
i_eblock
= phys;
in bfs_get_block()
145
info->si_freeb -= bi->
i_eblock
- bi->i_sblock + 1 - inode->i_blocks;
in bfs_get_block()
H
A
D
inode.c
76
BFS_I(inode)->
i_eblock
= le32_to_cpu(di->
i_eblock
);
in bfs_iget()
148
di->
i_eblock
= cpu_to_le32(BFS_I(inode)->
i_eblock
);
in bfs_write_inode()
192
info->si_freeb += bi->
i_eblock
+ 1 - bi->i_sblock;
in bfs_evict_inode()
203
if (info->si_lf_eblk == bi->
i_eblock
)
in bfs_evict_inode()
318
unsigned long i_sblock,
i_eblock
, i_eoff, s_size;
in bfs_fill_super()
local
407
i_eblock
= le32_to_cpu(di->
i_eblock
);
in bfs_fill_super()
411
i_eblock
> inf
in bfs_fill_super()
[all...]
H
A
D
bfs.h
37
unsigned long
i_eblock
;
member
H
A
D
dir.c
108
BFS_I(inode)->
i_eblock
= 0;
in bfs_create()
284
eblock = BFS_I(dir)->
i_eblock
;
in bfs_add_entry()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
bfs_fs.h
28
__le32
i_eblock
;
member
77
((ip)->i_sblock == 0 ? 0 : (le32_to_cpu((ip)->
i_eblock
) + 1) - le32_to_cpu((ip)->i_sblock))
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
bfs_fs.h
28
__le32
i_eblock
;
member
77
((ip)->i_sblock == 0 ? 0 : (le32_to_cpu((ip)->
i_eblock
) + 1) - le32_to_cpu((ip)->i_sblock))
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
bfs_fs.h
33
__le32
i_eblock
;
member
68
#define BFS_FILEBLOCKS(ip) ((ip)->i_sblock == 0 ? 0 : (le32_to_cpu((ip)->
i_eblock
) + 1) - le32_to_cpu((ip)->i_sblock))
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
bfs_fs.h
33
__le32
i_eblock
;
member
68
#define BFS_FILEBLOCKS(ip) ((ip)->i_sblock == 0 ? 0 : (le32_to_cpu((ip)->
i_eblock
) + 1) - le32_to_cpu((ip)->i_sblock))
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
bfs_fs.h
20
__le32
i_eblock
;
member
60
((ip)->i_sblock == 0 ? 0 : (le32_to_cpu((ip)->
i_eblock
) + 1) - le32_to_cpu((ip)->i_sblock))
Completed in 6 milliseconds