OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bic_devs
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/lib/blkid/
cache.c
76
list_for_each(p, &cache->
bic_devs
) {
103
INIT_LIST_HEAD(&cache->
bic_devs
);
131
while (!list_empty(&cache->
bic_devs
)) {
132
blkid_dev dev = list_entry(cache->
bic_devs
.next,
167
list_for_each_safe(p, pnext, &cache->
bic_devs
) {
dev.c
121
iter->p = cache->
bic_devs
.next;
163
while (iter->p != &iter->cache->
bic_devs
) {
save.c
70
if (list_empty(&cache->
bic_devs
) ||
120
list_for_each(p, &cache->
bic_devs
) {
devname.c
56
list_for_each(p, &cache->
bic_devs
) {
76
list_add_tail(&dev->bid_devs, &cache->
bic_devs
);
91
list_for_each_safe(p, pnext, &cache->
bic_devs
) {
191
list_for_each_safe(p, pnext, &cache->
bic_devs
) {
471
list_for_each_safe(p, pnext, &cache->
bic_devs
) {
blkidP.h
93
struct list_head
bic_devs
; /* List head of all devices */
member in struct:blkid_struct_cache
Completed in 168 milliseconds