OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bic_flags
(Results
1 - 7
of
7
) sorted by null
/external/e2fsprogs/lib/blkid/
cache.c
74
printf("cache: flags = 0x%08X\n", cache->
bic_flags
);
175
cache->
bic_flags
|= BLKID_BIC_FL_CHANGED;
save.c
71
!(cache->
bic_flags
& BLKID_BIC_FL_CHANGED)) {
129
cache->
bic_flags
&= ~BLKID_BIC_FL_CHANGED;
blkidP.h
97
unsigned int
bic_flags
; /* Status flags of the cache */
member in struct:blkid_struct_cache
devname.c
77
cache->
bic_flags
|= BLKID_BIC_FL_CHANGED;
413
if (cache->
bic_flags
& BLKID_BIC_FL_PROBED &&
482
cache->
bic_flags
|= BLKID_BIC_FL_CHANGED;
519
cache->
bic_flags
|= BLKID_BIC_FL_PROBED;
read.c
399
(cache->
bic_flags
& BLKID_BIC_FL_CHANGED)) {
438
cache->
bic_flags
&= ~BLKID_BIC_FL_CHANGED;
tag.c
201
dev->bid_cache->
bic_flags
|= BLKID_BIC_FL_CHANGED;
376
if (!dev && !(cache->
bic_flags
& BLKID_BIC_FL_PROBED)) {
probe.c
[
all
...]
Completed in 605 milliseconds