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:s_fpg
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/ufs/
H
A
D
ufs.h
154
/* #define ufs_dtog(d) ((d) / uspi->
s_fpg
) */
157
do_div(b, uspi->
s_fpg
);
in ufs_dtog()
160
/* #define ufs_dtogd(d) ((d) % uspi->
s_fpg
) */
163
return do_div(b, uspi->
s_fpg
);
in ufs_dtogd()
H
A
D
balloc.c
54
if (ufs_fragnum(fragment) + count > uspi->
s_fpg
)
in ufs_free_fragments()
168
if (end_bit > uspi->
s_fpg
) {
in ufs_free_blocks()
169
overflow = bit + count - uspi->
s_fpg
;
in ufs_free_blocks()
695
result += cgno * uspi->
s_fpg
;
in ufs_alloc_fragments()
822
length = ((uspi->
s_fpg
+ 7) >> 3) - start;
in ufs_bitmap_search()
H
A
D
ufs_fs.h
215
#define ufs_cgbase(c) (uspi->
s_fpg
* (c))
766
__u32
s_fpg
; /* fragments per group */
member
H
A
D
super.c
1213
uspi->
s_fpg
= fs32_to_cpu(sb, usb1->fs_fpg);
in ufs_fill_super()
/kernel/linux/linux-6.6/fs/ufs/
H
A
D
ufs.h
155
/* #define ufs_dtog(d) ((d) / uspi->
s_fpg
) */
158
do_div(b, uspi->
s_fpg
);
in ufs_dtog()
161
/* #define ufs_dtogd(d) ((d) % uspi->
s_fpg
) */
164
return do_div(b, uspi->
s_fpg
);
in ufs_dtogd()
H
A
D
balloc.c
54
if (ufs_fragnum(fragment) + count > uspi->
s_fpg
)
in ufs_free_fragments()
168
if (end_bit > uspi->
s_fpg
) {
in ufs_free_blocks()
169
overflow = bit + count - uspi->
s_fpg
;
in ufs_free_blocks()
691
result += cgno * uspi->
s_fpg
;
in ufs_alloc_fragments()
818
length = ((uspi->
s_fpg
+ 7) >> 3) - start;
in ufs_bitmap_search()
H
A
D
ufs_fs.h
215
#define ufs_cgbase(c) (uspi->
s_fpg
* (c))
766
__u32
s_fpg
; /* fragments per group */
member
H
A
D
super.c
1212
uspi->
s_fpg
= fs32_to_cpu(sb, usb1->fs_fpg);
in ufs_fill_super()
Completed in 13 milliseconds