Searched defs:blk_addr (Results 1 – 6 of 6) sorted by relevance
/fs/f2fs/ |
D | segment.h | 78 #define GET_SEGOFF_FROM_SEG0(sbi, blk_addr) ((blk_addr) - SEG0_BLKADDR(sbi)) argument 79 #define GET_SEGNO_FROM_SEG0(sbi, blk_addr) \ argument 81 #define GET_BLKOFF_FROM_SEG0(sbi, blk_addr) \ argument 84 #define GET_SEGNO(sbi, blk_addr) \ argument 116 #define SECTOR_FROM_BLOCK(blk_addr) \ argument 724 block_t blk_addr = sit_i->sit_base_addr + offset; in current_sit_addr() local
|
D | data.c | 244 block_t blk_addr, struct bio *bio) in f2fs_target_device() 280 block_t blk_addr, struct bio *bio) in __same_bdev() 2685 block_t *blk_addr, bool *node_changed) in prepare_write_begin()
|
D | segment.c | 2319 void *src, block_t blk_addr) in f2fs_update_meta_page() 2329 struct f2fs_summary_block *sum_blk, block_t blk_addr) in write_sum_page() 2335 int type, block_t blk_addr) in write_current_sum_page() 3528 block_t blk_addr = 0; in read_normal_summaries() local
|
D | node.h | 53 block_t blk_addr; /* block address of the node */ member
|
D | checkpoint.c | 1334 void *src, block_t blk_addr) in commit_checkpoint()
|
D | node.c | 2225 block_t blk_addr; in scan_nat_page() local
|