Home
last modified time | relevance | path

Searched refs:PAGE_SECTORS (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/drivers/md/
Ddm-linear.c167 sector_t dev_sector, sector = pgoff * PAGE_SECTORS; in linear_dax_direct_access()
182 sector_t dev_sector, sector = pgoff * PAGE_SECTORS; in linear_dax_copy_from_iter()
196 sector_t dev_sector, sector = pgoff * PAGE_SECTORS; in linear_dax_copy_to_iter()
Ddm-stripe.c320 sector_t dev_sector, sector = pgoff * PAGE_SECTORS; in stripe_dax_direct_access()
341 sector_t dev_sector, sector = pgoff * PAGE_SECTORS; in stripe_dax_copy_from_iter()
360 sector_t dev_sector, sector = pgoff * PAGE_SECTORS; in stripe_dax_copy_to_iter()
Ddm-log-writes.c309 sector += bio_pages * PAGE_SECTORS; in write_inline_data()
933 sector_t sector = pgoff * PAGE_SECTORS; in log_writes_dax_direct_access()
947 sector_t sector = pgoff * PAGE_SECTORS; in log_writes_dax_copy_from_iter()
971 sector_t sector = pgoff * PAGE_SECTORS; in log_writes_dax_copy_to_iter()
Ddm.c1046 sector_t sector = pgoff * PAGE_SECTORS; in dm_dax_direct_access()
1057 len = max_io_len(sector, ti) / PAGE_SECTORS; in dm_dax_direct_access()
1073 sector_t sector = pgoff * PAGE_SECTORS; in dm_dax_copy_from_iter()
1097 sector_t sector = pgoff * PAGE_SECTORS; in dm_dax_copy_to_iter()
/Linux-v4.19/drivers/block/
Dbrd.c28 #define PAGE_SECTORS (1 << PAGE_SECTORS_SHIFT) macro
173 unsigned int offset = (sector & (PAGE_SECTORS-1)) << SECTOR_SHIFT; in copy_to_brd_setup()
195 unsigned int offset = (sector & (PAGE_SECTORS-1)) << SECTOR_SHIFT; in copy_to_brd()
227 unsigned int offset = (sector & (PAGE_SECTORS-1)) << SECTOR_SHIFT; in copy_from_brd()
Dnull_blk_main.c14 #define PAGE_SECTORS (1 << PAGE_SECTORS_SHIFT) macro
15 #define SECTOR_MASK (PAGE_SECTORS - 1)
870 for (i = 0; i < PAGE_SECTORS; in null_flush_cache_page()
/Linux-v4.19/drivers/md/bcache/
Dmovinggc.c83 DIV_ROUND_UP(KEY_SIZE(&io->w->key), PAGE_SECTORS)); in moving_init()
149 * DIV_ROUND_UP(KEY_SIZE(&w->key), PAGE_SECTORS), in read_moving()
Dbcache.h736 ((unsigned int) ((PAGE_SECTORS * (c)->btree_pages) >> (c)->block_bits))
738 #define bucket_pages(c) ((c)->sb.bucket_size / PAGE_SECTORS)
Dwriteback.c241 DIV_ROUND_UP(KEY_SIZE(&w->key), PAGE_SECTORS)); in dirty_init()
448 PAGE_SECTORS), in read_dirty()
Djournal.c54 len = min_t(unsigned int, left, PAGE_SECTORS << JSET_BITS); in journal_read_bucket()
730 PAGE_SECTORS << JSET_BITS)) in journal_wait_for_write()
Dutil.h18 #define PAGE_SECTORS (PAGE_SIZE / 512) macro
Dsuper.c148 sb->block_size > PAGE_SECTORS || in read_super()
150 sb->bucket_size < PAGE_SECTORS) in read_super()
Dbtree.c590 return ilog2(KEY_SIZE(k) / PAGE_SECTORS ?: 1); in btree_order()
1093 SET_KEY_SIZE(&k.key, c->btree_pages * PAGE_SECTORS); in __bch_btree_node_alloc()
Drequest.c903 DIV_ROUND_UP(s->insert_bio_sectors, PAGE_SECTORS), in cached_dev_cache_miss()
/Linux-v4.19/include/linux/
Ddevice-mapper.h138 #define PAGE_SECTORS (PAGE_SIZE / 512) macro