Home
last modified time | relevance | path

Searched refs:bcache (Results 1 - 25 of 50) sorted by relevance

12

/kernel/liteos_a/fs/vfs/bcache/src/
H A Dbcache.c32 #include "bcache.h"
127 if ((disk->disk_status == STAT_INUSED) && (disk->bcache != NULL)) { in LOS_SetSyncThreadPrio()
128 ret = LOS_TaskPriSet(disk->bcache->syncTaskId, prio); in LOS_SetSyncThreadPrio()
354 D(("bcache writing block = %llu\n", block->num)); in BcacheSyncBlock()
605 D(("bcache cache sync\n")); in BcacheSync()
651 D(("bcache block = %llu found in cache\n", num)); in BcacheGetBlock()
671 D(("bcache block = %llu NOT found in cache\n", num)); in BcacheGetBlock()
689 D(("bcache reading block = %llu\n", block->num)); in BcacheGetBlock()
834 PRINTK("bcache read:\n"); in BlockCacheRead()
902 PRINTK("bcache writ in BlockCacheWrite()
1068 OsBcache *bcache = NULL; BlockCacheInit() local
1122 BlockCacheDeinit(OsBcache *bcache) BlockCacheDeinit() argument
[all...]
/kernel/linux/linux-5.10/drivers/md/bcache/
H A DMakefile3 obj-$(CONFIG_BCACHE) += bcache.o
5 bcache-y := alloc.o bset.o btree.o closure.o debug.o extents.o\
H A Dtrace.c2 #include "bcache.h"
9 #include <trace/events/bcache.h>
H A Dfeatures.c9 #include <linux/bcache.h>
10 #include "bcache.h"
H A Dfeatures.h5 #include <linux/bcache.h>
/kernel/linux/linux-6.6/drivers/md/bcache/
H A DMakefile3 obj-$(CONFIG_BCACHE) += bcache.o
5 bcache-y := alloc.o bset.o btree.o closure.o debug.o extents.o\
H A Dtrace.c2 #include "bcache.h"
9 #include <trace/events/bcache.h>
/kernel/linux/linux-5.10/samples/bpf/
H A Dxsk_fwd.c244 struct bcache { struct
255 bcache_slab_size(struct bcache *bc) in bcache_slab_size()
262 static struct bcache *
265 struct bcache *bc; in bcache_init()
267 bc = calloc(1, sizeof(struct bcache)); in bcache_init()
291 bcache_free(struct bcache *bc) in bcache_free()
318 bcache_cons_check(struct bcache *bc, u32 n_buffers) in bcache_cons_check()
359 bcache_cons(struct bcache *bc) in bcache_cons()
370 bcache_prod(struct bcache *bc, u64 buffer) in bcache_prod()
442 struct bcache *b
[all...]
/kernel/liteos_a/drivers/block/disk/src/
H A Ddisk.c905 if (disk->bcache != NULL) { in los_disk_read()
906 if (((UINT64)(disk->bcache->sectorSize) * count) > UINT_MAX) { in los_disk_read()
909 len = disk->bcache->sectorSize * count; in los_disk_read()
911 result = BlockCacheRead(disk->bcache, (UINT8 *)buf, &len, sector, useRead); in los_disk_read()
962 if (disk->bcache != NULL) { in los_disk_write()
963 if (((UINT64)(disk->bcache->sectorSize) * count) > UINT_MAX) { in los_disk_write()
966 len = disk->bcache->sectorSize * count; in los_disk_write()
967 result = BlockCacheWrite(disk->bcache, (const UINT8 *)buf, &len, sector); in los_disk_write()
1241 result = BcacheClearCache(disk->bcache); in los_disk_cache_clear()
1283 PRINT_ERR("disk_init : disk have not init bcache cach in DiskCacheInit()
[all...]
/kernel/linux/linux-5.10/arch/mips/fw/arc/
H A Dmisc.c17 #include <asm/bcache.h>
H A Dpromlib.c11 #include <asm/bcache.h>
/kernel/linux/linux-6.6/arch/mips/fw/arc/
H A Dmisc.c17 #include <asm/bcache.h>
H A Dpromlib.c11 #include <asm/bcache.h>
/kernel/linux/linux-5.10/arch/mips/mm/
H A Dsc-debugfs.c7 #include <asm/bcache.h>
H A Dsc-r5k.c12 #include <asm/bcache.h>
H A Dsc-ip22.c13 #include <asm/bcache.h>
H A Dsc-mips.c12 #include <asm/bcache.h>
H A Dsc-rm7k.c15 #include <asm/bcache.h>
/kernel/linux/linux-6.6/arch/mips/mm/
H A Dsc-debugfs.c7 #include <asm/bcache.h>
H A Dsc-r5k.c12 #include <asm/bcache.h>
H A Dsc-ip22.c13 #include <asm/bcache.h>
H A Dsc-mips.c12 #include <asm/bcache.h>
H A Dsc-rm7k.c15 #include <asm/bcache.h>
/kernel/linux/linux-5.10/arch/mips/sgi-ip22/
H A Dip22-setup.c17 #include <asm/bcache.h>
/kernel/linux/linux-6.6/arch/mips/sgi-ip22/
H A Dip22-setup.c17 #include <asm/bcache.h>

Completed in 13 milliseconds

12