Home
last modified time | relevance | path

Searched defs:blk_addr (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dsegment.h92 #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
134 #define SECTOR_FROM_BLOCK(blk_addr) \ argument
821 block_t blk_addr = sit_i->sit_base_addr + offset; in current_sit_addr() local
H A Ddata.c385 block_t blk_addr, sector_t *sector) in f2fs_target_device()
1731 block_t blk_addr = map->m_pblk; in f2fs_map_blocks() local
3336 block_t *blk_addr, bool *node_changed) in prepare_write_begin()
3418 block_t *blk_addr) in __find_data_block()
3445 block_t *blk_addr, bool *node_changed) in __reserve_data_block()
3476 block_t *blk_addr, bool *node_changed, bool *use_cow) in prepare_atomic_write_begin()
H A Dnode.h61 block_t blk_addr; /* block address of the node */ member
H A Dsegment.c2602 void *src, block_t blk_addr) in f2fs_update_meta_page()
2612 struct f2fs_summary_block *sum_blk, block_t blk_addr) in write_sum_page()
2618 int type, block_t blk_addr) in write_current_sum_page()
3960 block_t blk_addr = 0; in read_normal_summaries() local
H A Dcheckpoint.c1399 void *src, block_t blk_addr) in commit_checkpoint()
H A Dnode.c2401 block_t blk_addr; in scan_nat_page() local
/openbmc/linux/tools/perf/util/
H A Dmem-events.h88 u32 blk_addr; /* count of loads blocked by address conflict */ member
/openbmc/linux/include/linux/mmc/
H A Dcore.h119 unsigned int blk_addr; /* block address */ member
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c1392 static void ndc_cache_stats(struct seq_file *s, int blk_addr, in ndc_cache_stats()
1427 static int ndc_blk_cache_stats(struct seq_file *s, int idx, int blk_addr) in ndc_blk_cache_stats()
1447 static int ndc_blk_hits_miss_stats(struct seq_file *s, int idx, int blk_addr) in ndc_blk_hits_miss_stats()
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_util.h30 void __iomem *blk_addr; member
/openbmc/linux/include/linux/
H A Df2fs_fs.h225 __le16 blk_addr; /* block index in current CP */ member