Searched defs:blk_addr (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/fs/f2fs/ |
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 782 block_t blk_addr = sit_i->sit_base_addr + offset; in current_sit_addr() local
|
D | data.c | 376 block_t blk_addr, sector_t *sector) in f2fs_target_device() 1500 block_t blk_addr = map->m_pblk; in f2fs_map_blocks() local 1718 block_t blk_addr = map->m_pblk; in f2fs_map_blocks() local 3301 block_t *blk_addr, bool *node_changed) in prepare_write_begin() 3385 block_t *blk_addr) in __find_data_block() 3414 block_t *blk_addr, bool *node_changed) in __reserve_data_block() 3443 block_t *blk_addr, bool *node_changed) in prepare_atomic_write_begin()
|
D | node.h | 62 block_t blk_addr; /* block address of the node */ member
|
D | segment.c | 2365 void *src, block_t blk_addr) in f2fs_update_meta_page() 2375 struct f2fs_summary_block *sum_blk, block_t blk_addr) in write_sum_page() 2381 int type, block_t blk_addr) in write_current_sum_page() 3715 block_t blk_addr = 0; in read_normal_summaries() local
|
D | checkpoint.c | 1394 void *src, block_t blk_addr) in commit_checkpoint()
|
D | node.c | 2365 block_t blk_addr; in scan_nat_page() local
|
/linux-6.1.9/tools/perf/util/ |
D | mem-events.h | 88 u32 blk_addr; /* count of loads blocked by address conflict */ member
|
/linux-6.1.9/include/linux/mmc/ |
D | core.h | 119 unsigned int blk_addr; /* block address */ member
|
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_debugfs.c | 201 #define NDC_MAX_BANK(rvu, blk_addr) (rvu_read64(rvu, \ argument 1391 static void ndc_cache_stats(struct seq_file *s, int blk_addr, in ndc_cache_stats() 1426 static int ndc_blk_cache_stats(struct seq_file *s, int idx, int blk_addr) in ndc_blk_cache_stats() 1446 static int ndc_blk_hits_miss_stats(struct seq_file *s, int idx, int blk_addr) in ndc_blk_hits_miss_stats()
|
/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_util.h | 30 void __iomem *blk_addr; member
|
/linux-6.1.9/include/linux/ |
D | f2fs_fs.h | 228 __le16 blk_addr; /* block index in current CP */ member
|