Home
last modified time | relevance | path

Searched refs:uuid_entry (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbcache.h318 struct uuid_entry { struct
336 BITMASK(UUID_FLASH_ONLY, struct uuid_entry, flags, 0, 1); argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbcache.h318 struct uuid_entry { struct
336 BITMASK(UUID_FLASH_ONLY, struct uuid_entry, flags, 0, 1); argument
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbcache.h386 struct uuid_entry { struct
404 BITMASK(UUID_FLASH_ONLY, struct uuid_entry, flags, 0, 1); argument
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dsuper.c423 struct uuid_entry *u; in uuid_io()
472 struct uuid_entry *u1 = (void *) c->uuids; in uuid_read()
537 static struct uuid_entry *uuid_find(struct cache_set *c, const char *uuid) in uuid_find()
539 struct uuid_entry *u; in uuid_find()
549 static struct uuid_entry *uuid_find_empty(struct cache_set *c) in uuid_find_empty()
834 struct uuid_entry *u = d->c->uuids + d->id; in bcache_device_detach()
1218 struct uuid_entry *u; in bch_cached_dev_attach()
1554 static int flash_dev_run(struct cache_set *c, struct uuid_entry *u) in flash_dev_run()
1595 struct uuid_entry *u; in flash_devs_run()
1608 struct uuid_entry *u; in bch_flash_dev_create()
[all …]
H A Dsysfs.c533 struct uuid_entry *u = &d->c->uuids[d->id]; in SHOW()
552 struct uuid_entry *u = &d->c->uuids[d->id]; in STORE()
H A Dbcache.h671 struct uuid_entry *uuids;