OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bid_devs
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/lib/blkid/
cache.c
72
blkid_dev dev = list_entry(p, struct blkid_struct_dev,
bid_devs
);
129
bid_devs
);
164
blkid_dev dev = list_entry(p, struct blkid_struct_dev,
bid_devs
);
blkidP.h
38
struct list_head
bid_devs
; /* All devices in the cache */
member in struct:blkid_struct_dev
dev.c
25
INIT_LIST_HEAD(&dev->
bid_devs
);
40
list_del(&dev->
bid_devs
);
168
dev = list_entry(iter->p, struct blkid_struct_dev,
bid_devs
);
devname.c
60
tmp = list_entry(p, struct blkid_struct_dev,
bid_devs
);
77
list_add_tail(&dev->
bid_devs
, &cache->bic_devs);
104
bid_devs
);
save.c
120
blkid_dev dev = list_entry(p, struct blkid_struct_dev,
bid_devs
);
Completed in 9 milliseconds