OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cluster_num
(Results
1 - 1
of
1
) sorted by null
/external/qemu/block/
vvfat.c
822
static inline off_t cluster2sector(BDRVVVFATState* s, uint32_t
cluster_num
)
824
return s->faked_sectors + s->sectors_per_cluster *
cluster_num
;
1097
* return value is the index of the last mapping for which end>
cluster_num
1099
static inline int find_mapping_for_cluster_aux(BDRVVVFATState* s,int
cluster_num
,int index1,int index2)
1107
if(mapping->begin>=
cluster_num
) {
1114
return mapping->end<=
cluster_num
? index2 : index1;
1119
assert(mapping->begin<=
cluster_num
);
1122
mapping->end>
cluster_num
)));
1126
static inline mapping_t* find_mapping_for_cluster(BDRVVVFATState* s,int
cluster_num
)
1128
int index=find_mapping_for_cluster_aux(s,
cluster_num
,0,s->mapping.next)
1315
cluster_num
=sector\/s->sectors_per_cluster;
local
1605
uint32_t
cluster_num
= begin_of_direntry(direntry);
local
[
all
...]
Completed in 125 milliseconds