OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bid_cache
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/lib/blkid/
tag.c
176
if (dev->
bid_cache
) {
177
head = blkid_find_head_cache(dev->
bid_cache
,
190
&dev->
bid_cache
->bic_tags);
200
if (dev->
bid_cache
)
201
dev->
bid_cache
->bic_flags |= BLKID_BIC_FL_CHANGED;
blkidP.h
40
blkid_cache
bid_cache
; /* Dev belongs to this cache */
member in struct:blkid_struct_dev
devname.c
75
dev->
bid_cache
= cache;
Completed in 157 milliseconds