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:FAT1_start_sector
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/exfat/
H
A
D
fatent.c
21
if (sbi->FAT2_start_sector != sbi->
FAT1_start_sector
) {
in exfat_mirror_bh()
22
sec2 = sec - sbi->
FAT1_start_sector
+ sbi->FAT2_start_sector;
in exfat_mirror_bh()
H
A
D
exfat_fs.h
109
#define FAT_ENT_OFFSET_SECTOR(sb, loc) (EXFAT_SB(sb)->
FAT1_start_sector
+ \
224
unsigned long long
FAT1_start_sector
; /* FAT1 start sector */
member
H
A
D
super.c
477
sbi->
FAT1_start_sector
= le32_to_cpu(p_boot->fat_offset);
in exfat_read_boot_sector()
504
(u64)sbi->
FAT1_start_sector
+
in exfat_read_boot_sector()
/kernel/linux/linux-6.6/fs/exfat/
H
A
D
exfat_fs.h
121
#define FAT_ENT_OFFSET_SECTOR(sb, loc) (EXFAT_SB(sb)->
FAT1_start_sector
+ \
249
unsigned long long
FAT1_start_sector
; /* FAT1 start sector */
member
H
A
D
fatent.c
22
if (sbi->FAT2_start_sector != sbi->
FAT1_start_sector
) {
in exfat_mirror_bh()
23
sec2 = sec - sbi->
FAT1_start_sector
+ sbi->FAT2_start_sector;
in exfat_mirror_bh()
H
A
D
super.c
476
sbi->
FAT1_start_sector
= le32_to_cpu(p_boot->fat_offset);
in exfat_read_boot_sector()
503
(u64)sbi->
FAT1_start_sector
+
in exfat_read_boot_sector()
Completed in 6 milliseconds