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:di_blocks
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
gfs2_ondisk.h
275
__be64
di_blocks
; /* number of blocks in file */
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
gfs2_ondisk.h
275
__be64
di_blocks
; /* number of blocks in file */
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
gfs2_ondisk.h
198
__be64
di_blocks
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
gfs2_ondisk.h
198
__be64
di_blocks
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
gfs2_ondisk.h
182
__be64
di_blocks
;
member
/kernel/linux/linux-5.10/fs/gfs2/
H
A
D
glops.c
430
gfs2_set_inode_blocks(&ip->i_inode, be64_to_cpu(str->
di_blocks
));
in gfs2_dinode_in()
H
A
D
super.c
429
str->
di_blocks
= cpu_to_be64(gfs2_get_inode_blocks(&ip->i_inode));
in gfs2_dinode_out()
H
A
D
bmap.c
162
di->
di_blocks
= cpu_to_be64(gfs2_get_inode_blocks(&ip->i_inode));
in gfs2_unstuff_dinode()
1630
to keep its
di_blocks
current in case of failure. */
in sweep_bh_for_rgrps()
/kernel/linux/linux-6.6/fs/gfs2/
H
A
D
glops.c
433
gfs2_set_inode_blocks(inode, be64_to_cpu(str->
di_blocks
));
in gfs2_dinode_in()
H
A
D
super.c
412
str->
di_blocks
= cpu_to_be64(gfs2_get_inode_blocks(inode));
in gfs2_dinode_out()
H
A
D
bmap.c
136
di->
di_blocks
= cpu_to_be64(gfs2_get_inode_blocks(&ip->i_inode));
in __gfs2_unstuff_inode()
1585
to keep its
di_blocks
current in case of failure. */
in sweep_bh_for_rgrps()
Completed in 18 milliseconds