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:sect_per_clus
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/fs/exfat/
H
A
D
fatent.c
234
last_blknr = blknr + sbi->
sect_per_clus
;
in exfat_zeroed_cluster()
240
sbi->
sect_per_clus
);
in exfat_zeroed_cluster()
H
A
D
inode.c
322
sec_offset = iblock & (sbi->
sect_per_clus
- 1);
in exfat_get_block()
325
mapped_blocks = sbi->
sect_per_clus
- sec_offset;
in exfat_get_block()
H
A
D
exfat_fs.h
222
unsigned int
sect_per_clus
; /* cluster size in sectors */
member
H
A
D
dir.c
688
unsigned int adj_ra_count = max(sbi->
sect_per_clus
, page_ra_count);
in exfat_dir_readahead()
692
if (sbi->
sect_per_clus
== 1)
in exfat_dir_readahead()
H
A
D
super.c
471
sbi->
sect_per_clus
= 1 << p_boot->sect_per_clus_bits;
in exfat_read_boot_sector()
/kernel/linux/linux-6.6/fs/exfat/
H
A
D
balloc.c
311
count * sbi->
sect_per_clus
, GFP_NOFS, 0);
in exfat_trim_fs()
338
count * sbi->
sect_per_clus
, GFP_NOFS, 0);
in exfat_trim_fs()
H
A
D
fatent.c
276
last_blknr = blknr + sbi->
sect_per_clus
;
in exfat_zeroed_cluster()
282
sbi->
sect_per_clus
);
in exfat_zeroed_cluster()
H
A
D
inode.c
300
sec_offset = iblock & (sbi->
sect_per_clus
- 1);
in exfat_get_block()
303
mapped_blocks = sbi->
sect_per_clus
- sec_offset;
in exfat_get_block()
H
A
D
exfat_fs.h
247
unsigned int
sect_per_clus
; /* cluster size in sectors */
member
H
A
D
dir.c
723
unsigned int adj_ra_count = max(sbi->
sect_per_clus
, page_ra_count);
in exfat_dir_readahead()
727
if (sbi->
sect_per_clus
== 1)
in exfat_dir_readahead()
H
A
D
super.c
470
sbi->
sect_per_clus
= 1 << p_boot->sect_per_clus_bits;
in exfat_read_boot_sector()
Completed in 12 milliseconds