Searched defs:blk_addr (Results  1 – 11 of 11) sorted by relevance
| /Linux-v6.6/fs/f2fs/ | 
| D | segment.h | 92 #define GET_SEGOFF_FROM_SEG0(sbi, blk_addr)	((blk_addr) - SEG0_BLKADDR(sbi))  argument93 #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
 136 #define SECTOR_FROM_BLOCK(blk_addr)					\  argument
 818 	block_t blk_addr = sit_i->sit_base_addr + offset;  in current_sit_addr()  local
 
 | 
| D | data.c | 398 		block_t blk_addr, sector_t *sector)  in f2fs_target_device()1807 			block_t blk_addr = map->m_pblk;  in f2fs_map_blocks()  local
 3414 			block_t *blk_addr, bool *node_changed)  in prepare_write_begin()
 3496 				block_t *blk_addr)  in __find_data_block()
 3523 				block_t *blk_addr, bool *node_changed)  in __reserve_data_block()
 3554 			block_t *blk_addr, bool *node_changed, bool *use_cow)  in prepare_atomic_write_begin()
 
 | 
| D | node.h | 61 	block_t	blk_addr;	/* block address of the node */  member
 | 
| D | segment.c | 2583 					void *src, block_t blk_addr)  in f2fs_update_meta_page()2593 			struct f2fs_summary_block *sum_blk, block_t blk_addr)  in write_sum_page()
 2599 						int type, block_t blk_addr)  in write_current_sum_page()
 3927 	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 | 2377 	block_t blk_addr;  in scan_nat_page()  local
 | 
| /Linux-v6.6/tools/perf/util/ | 
| D | mem-events.h | 88 	u32	blk_addr;            /* count of loads blocked by address conflict */  member
 | 
| /Linux-v6.6/include/linux/mmc/ | 
| D | core.h | 119 	unsigned int		blk_addr;	/* block address */  member
 | 
| /Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/ | 
| D | rvu_debugfs.c | 1394 static void ndc_cache_stats(struct seq_file *s, int blk_addr,  in ndc_cache_stats()1429 static int ndc_blk_cache_stats(struct seq_file *s, int idx, int blk_addr)  in ndc_blk_cache_stats()
 1449 static int ndc_blk_hits_miss_stats(struct seq_file *s, int idx, int blk_addr)  in ndc_blk_hits_miss_stats()
 
 | 
| /Linux-v6.6/drivers/gpu/drm/msm/disp/dpu1/ | 
| D | dpu_hw_util.h | 30 	void __iomem *blk_addr;  member
 | 
| /Linux-v6.6/include/linux/ | 
| D | f2fs_fs.h | 228 	__le16 blk_addr;	/* block index in current CP */  member
 |