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:fat_length
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/
H
A
D
inode.c
72
unsigned
fat_length
;
member
79
.
fat_length
= 1,
86
.
fat_length
= 2,
93
.
fat_length
= 1,
100
.
fat_length
= 2,
1424
return ent_per_sec * sbi->
fat_length
;
in calc_fat_clusters()
1427
return sbi->
fat_length
* sb->s_blocksize * 8 / sbi->fat_bits;
in calc_fat_clusters()
1446
if (b->
fat_length
)
in fat_bpb_is_zero()
1468
bpb->fat_fat_length = le16_to_cpu(b->
fat_length
);
in fat_read_bpb()
1591
bpb->fat_fat_length = fdefaults->
fat_length
;
in fat_read_static_bpb()
[all...]
H
A
D
fat.h
69
unsigned long
fat_length
; /* FAT start & length (sec.) */
member
H
A
D
fatent.c
384
sector_t backup_fat = sbi->
fat_length
* copy;
in fat_mirror_bhs()
/kernel/linux/linux-6.6/fs/fat/
H
A
D
inode.c
72
unsigned
fat_length
;
member
79
.
fat_length
= 1,
86
.
fat_length
= 2,
93
.
fat_length
= 1,
100
.
fat_length
= 2,
1423
return ent_per_sec * sbi->
fat_length
;
in calc_fat_clusters()
1426
return sbi->
fat_length
* sb->s_blocksize * 8 / sbi->fat_bits;
in calc_fat_clusters()
1445
if (b->
fat_length
)
in fat_bpb_is_zero()
1467
bpb->fat_fat_length = le16_to_cpu(b->
fat_length
);
in fat_read_bpb()
1587
bpb->fat_fat_length = fdefaults->
fat_length
;
in fat_read_static_bpb()
[all...]
H
A
D
fat.h
69
unsigned long
fat_length
; /* FAT start & length (sec.) */
member
H
A
D
fatent.c
385
sector_t backup_fat = sbi->
fat_length
* copy;
in fat_mirror_bhs()
/kernel/linux/linux-5.10/fs/exfat/
H
A
D
exfat_raw.h
92
__le32
fat_length
;
member
H
A
D
super.c
476
sbi->num_FAT_sectors = le32_to_cpu(p_boot->
fat_length
);
in exfat_read_boot_sector()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
msdos_fs.h
119
__le16
fat_length
; /* sectors/FAT */
member
/kernel/linux/linux-6.6/fs/exfat/
H
A
D
exfat_raw.h
95
__le32
fat_length
;
member
H
A
D
super.c
475
sbi->num_FAT_sectors = le32_to_cpu(p_boot->
fat_length
);
in exfat_read_boot_sector()
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
msdos_fs.h
119
__le16
fat_length
; /* sectors/FAT */
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
msdos_fs.h
98
__le16
fat_length
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
msdos_fs.h
98
__le16
fat_length
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
msdos_fs.h
90
__le16
fat_length
;
member
Completed in 16 milliseconds