Searched defs:blk_addr (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/fs/f2fs/ |
A D | segment.h | 92 #define GET_SEGOFF_FROM_SEG0(sbi, blk_addr) ((blk_addr) - SEG0_BLKADDR(sbi)) argument 93 #define GET_SEGNO_FROM_SEG0(sbi, blk_addr) \ argument 95 #define GET_BLKOFF_FROM_SEG0(sbi, blk_addr) \ argument 98 #define GET_SEGNO(sbi, blk_addr) \ argument 133 #define SECTOR_FROM_BLOCK(blk_addr) \ argument 795 block_t blk_addr = sit_i->sit_base_addr + offset; in current_sit_addr() local
|
A D | data.c | 387 block_t blk_addr, sector_t *sector) in f2fs_target_device() 1748 block_t blk_addr = map->m_pblk; in f2fs_map_blocks() local 3349 block_t *blk_addr, bool *node_changed) in prepare_write_begin() 3431 block_t *blk_addr) in __find_data_block() 3458 block_t *blk_addr, bool *node_changed) in __reserve_data_block() 3489 block_t *blk_addr, bool *node_changed) in prepare_atomic_write_begin()
|
A D | node.h | 62 block_t blk_addr; /* block address of the node */ member
|
A D | segment.c | 2390 void *src, block_t blk_addr) in f2fs_update_meta_page() 2400 struct f2fs_summary_block *sum_blk, block_t blk_addr) in write_sum_page() 2406 int type, block_t blk_addr) in write_current_sum_page() 3738 block_t blk_addr = 0; in read_normal_summaries() local
|
A D | checkpoint.c | 1399 void *src, block_t blk_addr) in commit_checkpoint()
|
A D | node.c | 2370 block_t blk_addr; in scan_nat_page() local
|
/linux-6.3-rc2/tools/perf/util/ |
A D | mem-events.h | 88 u32 blk_addr; /* count of loads blocked by address conflict */ member
|
/linux-6.3-rc2/include/linux/mmc/ |
A D | core.h | 119 unsigned int blk_addr; /* block address */ member
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/ |
A D | rvu_debugfs.c | 1388 static void ndc_cache_stats(struct seq_file *s, int blk_addr, in ndc_cache_stats() 1423 static int ndc_blk_cache_stats(struct seq_file *s, int idx, int blk_addr) in ndc_blk_cache_stats() 1443 static int ndc_blk_hits_miss_stats(struct seq_file *s, int idx, int blk_addr) in ndc_blk_hits_miss_stats()
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_hw_util.h | 30 void __iomem *blk_addr; member
|
/linux-6.3-rc2/include/linux/ |
A D | f2fs_fs.h | 228 __le16 blk_addr; /* block index in current CP */ member
|
Completed in 39 milliseconds