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:sb_fs_size
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/hpfs/
H
A
D
alloc.c
29
if (unlikely(sbi->sb_n_free >= sbi->
sb_fs_size
)) {
in hpfs_claim_free()
103
start + len > hpfs_sb(s)->
sb_fs_size
) {
in hpfs_chk_sectors()
215
n_bmps = (sbi->
sb_fs_size
+ 0x4000 - 1) >> 14;
in hpfs_alloc_sector()
216
if (near && near < sbi->
sb_fs_size
) {
in hpfs_alloc_sector()
361
int n_bmps = (hpfs_sb(s)->
sb_fs_size
+ 0x4000 - 1) >> 14;
in hpfs_check_free_dnodes()
534
if (!end || end > sbi->
sb_fs_size
)
in hpfs_trim_fs()
535
end = sbi->
sb_fs_size
;
in hpfs_trim_fs()
536
if (start >= sbi->
sb_fs_size
)
in hpfs_trim_fs()
H
A
D
super.c
150
n_bands = (hpfs_sb(s)->
sb_fs_size
+ 0x3fff) >> 14;
in count_bitmaps()
190
buf->f_blocks = sbi->
sb_fs_size
;
in hpfs_statfs()
588
sbi->
sb_fs_size
= -1;
in hpfs_fill_super()
620
sbi->
sb_fs_size
= le32_to_cpu(superblock->n_sectors);
in hpfs_fill_super()
641
if (sbi->
sb_fs_size
>= 0x80000000) {
in hpfs_fill_super()
643
(unsigned)sbi->
sb_fs_size
);
in hpfs_fill_super()
H
A
D
map.c
22
unsigned n_bands = (hpfs_sb(s)->
sb_fs_size
+ 0x3fff) >> 14;
in hpfs_map_bitmap()
28
if (!sec || sec > hpfs_sb(s)->
sb_fs_size
-4) {
in hpfs_map_bitmap()
40
unsigned n_bands = (hpfs_sb(s)->
sb_fs_size
+ 0x3fff) >> 14;
in hpfs_prefetch_bitmap()
115
int n = (hpfs_sb(s)->
sb_fs_size
+ 0x200000 - 1) >> 21;
in hpfs_load_bitmap_directory()
H
A
D
buffer.c
43
if (n <= 0 || unlikely(secno >= hpfs_sb(s)->
sb_fs_size
))
in hpfs_prefetch_sectors()
60
if (unlikely(secno >= hpfs_sb(s)->
sb_fs_size
))
in hpfs_prefetch_sectors()
H
A
D
hpfs_fn.h
67
unsigned
sb_fs_size
; /* file system size, sectors */
member
/kernel/linux/linux-6.6/fs/hpfs/
H
A
D
alloc.c
29
if (unlikely(sbi->sb_n_free >= sbi->
sb_fs_size
)) {
in hpfs_claim_free()
103
start + len > hpfs_sb(s)->
sb_fs_size
) {
in hpfs_chk_sectors()
215
n_bmps = (sbi->
sb_fs_size
+ 0x4000 - 1) >> 14;
in hpfs_alloc_sector()
216
if (near && near < sbi->
sb_fs_size
) {
in hpfs_alloc_sector()
361
int n_bmps = (hpfs_sb(s)->
sb_fs_size
+ 0x4000 - 1) >> 14;
in hpfs_check_free_dnodes()
534
if (!end || end > sbi->
sb_fs_size
)
in hpfs_trim_fs()
535
end = sbi->
sb_fs_size
;
in hpfs_trim_fs()
536
if (start >= sbi->
sb_fs_size
)
in hpfs_trim_fs()
H
A
D
super.c
150
n_bands = (hpfs_sb(s)->
sb_fs_size
+ 0x3fff) >> 14;
in count_bitmaps()
190
buf->f_blocks = sbi->
sb_fs_size
;
in hpfs_statfs()
588
sbi->
sb_fs_size
= -1;
in hpfs_fill_super()
620
sbi->
sb_fs_size
= le32_to_cpu(superblock->n_sectors);
in hpfs_fill_super()
641
if (sbi->
sb_fs_size
>= 0x80000000) {
in hpfs_fill_super()
643
(unsigned)sbi->
sb_fs_size
);
in hpfs_fill_super()
H
A
D
map.c
22
unsigned n_bands = (hpfs_sb(s)->
sb_fs_size
+ 0x3fff) >> 14;
in hpfs_map_bitmap()
28
if (!sec || sec > hpfs_sb(s)->
sb_fs_size
-4) {
in hpfs_map_bitmap()
40
unsigned n_bands = (hpfs_sb(s)->
sb_fs_size
+ 0x3fff) >> 14;
in hpfs_prefetch_bitmap()
115
int n = (hpfs_sb(s)->
sb_fs_size
+ 0x200000 - 1) >> 21;
in hpfs_load_bitmap_directory()
H
A
D
buffer.c
43
if (n <= 0 || unlikely(secno >= hpfs_sb(s)->
sb_fs_size
))
in hpfs_prefetch_sectors()
60
if (unlikely(secno >= hpfs_sb(s)->
sb_fs_size
))
in hpfs_prefetch_sectors()
H
A
D
hpfs_fn.h
67
unsigned
sb_fs_size
; /* file system size, sectors */
member
Completed in 9 milliseconds