Searched defs:blk_addr (Results  1 – 6 of 6) sorted by relevance
| /fs/f2fs/ | 
| D | segment.h | 90 #define GET_SEGOFF_FROM_SEG0(sbi, blk_addr)	((blk_addr) - SEG0_BLKADDR(sbi))  argument 91 #define GET_SEGNO_FROM_SEG0(sbi, blk_addr)				\  argument 93 #define GET_BLKOFF_FROM_SEG0(sbi, blk_addr)				\  argument 96 #define GET_SEGNO(sbi, blk_addr)					\  argument 133 #define SECTOR_FROM_BLOCK(blk_addr)					\  argument 933 	block_t blk_addr = sit_i->sit_base_addr + offset;  in current_sit_addr()  local
  | 
| D | data.c | 391 		block_t blk_addr, sector_t *sector)  in f2fs_target_device() 1774 			block_t blk_addr = map->m_pblk;  in f2fs_map_blocks()  local 3380 			block_t *blk_addr, bool *node_changed)  in prepare_write_begin() 3467 				block_t *blk_addr)  in __find_data_block() 3494 				block_t *blk_addr, bool *node_changed)  in __reserve_data_block() 3525 			block_t *blk_addr, bool *node_changed, bool *use_cow)  in prepare_atomic_write_begin()
  | 
| D | node.h | 68 	block_t	blk_addr;	/* block address of the node */  member
  | 
| D | segment.c | 2712 					void *src, block_t blk_addr)  in f2fs_update_meta_page() 2722 			struct f2fs_summary_block *sum_blk, block_t blk_addr)  in write_sum_page() 2728 						int type, block_t blk_addr)  in write_current_sum_page() 4312 	block_t blk_addr = 0;  in read_normal_summaries()  local
  | 
| D | checkpoint.c | 1411 	void *src, block_t blk_addr)  in commit_checkpoint()
  | 
| D | node.c | 2436 	block_t blk_addr;  in scan_nat_page()  local
  |