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:total_clusters
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
resize.c
418
u32
total_clusters
= le32_to_cpu(di->i_clusters);
in ocfs2_verify_group_and_input()
local
421
if (cluster <
total_clusters
)
in ocfs2_verify_group_and_input()
428
else if (
total_clusters
+ input->clusters <
total_clusters
)
in ocfs2_verify_group_and_input()
434
else if (
total_clusters
% cl_cpg != 0)
in ocfs2_verify_group_and_input()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
resize.c
416
u32
total_clusters
= le32_to_cpu(di->i_clusters);
in ocfs2_verify_group_and_input()
local
419
if (cluster <
total_clusters
)
in ocfs2_verify_group_and_input()
426
else if (
total_clusters
+ input->clusters <
total_clusters
)
in ocfs2_verify_group_and_input()
432
else if (
total_clusters
% cl_cpg != 0)
in ocfs2_verify_group_and_input()
/kernel/linux/linux-5.10/fs/fat/
H
A
D
inode.c
1611
u32 total_sectors,
total_clusters
, fat_clusters, rootdir_sectors;
in fat_fill_super()
local
1779
total_clusters
= (total_sectors - sbi->data_start) / sbi->sec_per_clus;
in fat_fill_super()
1782
sbi->fat_bits = (
total_clusters
> MAX_FAT12) ? 16 : 12;
in fat_fill_super()
1792
total_clusters
= min(
total_clusters
, fat_clusters - FAT_START_ENT);
in fat_fill_super()
1793
if (
total_clusters
> max_fat(sb)) {
in fat_fill_super()
1796
total_clusters
);
in fat_fill_super()
1800
sbi->max_cluster =
total_clusters
+ FAT_START_ENT;
in fat_fill_super()
1802
if (sbi->free_clusters != -1 && sbi->free_clusters >
total_clusters
)
in fat_fill_super()
/kernel/linux/linux-6.6/fs/fat/
H
A
D
inode.c
1607
u32 total_sectors,
total_clusters
, fat_clusters, rootdir_sectors;
in fat_fill_super()
local
1775
total_clusters
= (total_sectors - sbi->data_start) / sbi->sec_per_clus;
in fat_fill_super()
1778
sbi->fat_bits = (
total_clusters
> MAX_FAT12) ? 16 : 12;
in fat_fill_super()
1788
total_clusters
= min(
total_clusters
, fat_clusters - FAT_START_ENT);
in fat_fill_super()
1789
if (
total_clusters
> max_fat(sb)) {
in fat_fill_super()
1792
total_clusters
);
in fat_fill_super()
1796
sbi->max_cluster =
total_clusters
+ FAT_START_ENT;
in fat_fill_super()
1798
if (sbi->free_clusters != -1 && sbi->free_clusters >
total_clusters
)
in fat_fill_super()
Completed in 7 milliseconds