Searched defs:blk_addr (Results 1 – 9 of 9) sorted by relevance
/linux-5.10/fs/f2fs/ |
D | segment.h | 91 #define GET_SEGOFF_FROM_SEG0(sbi, blk_addr) ((blk_addr) - SEG0_BLKADDR(sbi)) argument 92 #define GET_SEGNO_FROM_SEG0(sbi, blk_addr) \ argument 94 #define GET_BLKOFF_FROM_SEG0(sbi, blk_addr) \ argument 97 #define GET_SEGNO(sbi, blk_addr) \ argument 129 #define SECTOR_FROM_BLOCK(blk_addr) \ argument 750 block_t blk_addr = sit_i->sit_base_addr + offset; in current_sit_addr() local
|
D | data.c | 395 block_t blk_addr, struct bio *bio) in f2fs_target_device() 434 block_t blk_addr, struct bio *bio) in __same_bdev() 3277 block_t *blk_addr, bool *node_changed) in prepare_write_begin()
|
D | node.h | 56 block_t blk_addr; /* block address of the node */ member
|
D | segment.c | 2391 void *src, block_t blk_addr) in f2fs_update_meta_page() 2401 struct f2fs_summary_block *sum_blk, block_t blk_addr) in write_sum_page() 2407 int type, block_t blk_addr) in write_current_sum_page() 3759 block_t blk_addr = 0; in read_normal_summaries() local
|
D | checkpoint.c | 1352 void *src, block_t blk_addr) in commit_checkpoint()
|
D | node.c | 2284 block_t blk_addr; in scan_nat_page() local
|
/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_debugfs.c | 112 #define NDC_MAX_BANK(rvu, blk_addr) (rvu_read64(rvu, \ argument 703 static void ndc_cache_stats(struct seq_file *s, int blk_addr, in ndc_cache_stats() 730 static int ndc_blk_cache_stats(struct seq_file *s, int idx, int blk_addr) in ndc_blk_cache_stats() 750 static int ndc_blk_hits_miss_stats(struct seq_file *s, int idx, int blk_addr) in ndc_blk_hits_miss_stats()
|
/linux-5.10/include/linux/mmc/ |
D | core.h | 119 unsigned int blk_addr; /* block address */ member
|
/linux-5.10/include/linux/ |
D | f2fs_fs.h | 189 __le16 blk_addr; /* block index in current CP */ member
|