Home
last modified time | relevance | path

Searched refs:BDEV_DATA_START_DEFAULT (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/md/bcache/
Dbcache_ondisk.h161 #define BDEV_DATA_START_DEFAULT 16 /* sectors */ macro
Dsuper.c223 sb->data_offset = BDEV_DATA_START_DEFAULT; in read_super()
230 if (sb->data_offset < BDEV_DATA_START_DEFAULT) in read_super()