Searched defs:blk_addr (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/f2fs/ |
D | segment.h | 81 #define GET_SEGOFF_FROM_SEG0(sbi, blk_addr) ((blk_addr) - SEG0_BLKADDR(sbi)) argument 82 #define GET_SEGNO_FROM_SEG0(sbi, blk_addr) \ argument 84 #define GET_BLKOFF_FROM_SEG0(sbi, blk_addr) \ argument 87 #define GET_SEGNO(sbi, blk_addr) \ argument 119 #define SECTOR_FROM_BLOCK(blk_addr) \ argument 647 static inline void verify_block_addr(struct f2fs_io_info *fio, block_t blk_addr) in verify_block_addr() 708 block_t blk_addr = sit_i->sit_base_addr + offset; in current_sit_addr() local
|
D | data.c | 194 block_t blk_addr, struct bio *bio) in f2fs_target_device() 225 block_t blk_addr, struct bio *bio) in __same_bdev() 234 static struct bio *__bio_alloc(struct f2fs_sb_info *sbi, block_t blk_addr, in __bio_alloc() 2246 block_t *blk_addr, bool *node_changed) in prepare_write_begin()
|
D | segment.c | 2170 void *src, block_t blk_addr) in f2fs_update_meta_page() 2180 struct f2fs_summary_block *sum_blk, block_t blk_addr) in write_sum_page() 2186 int type, block_t blk_addr) in write_current_sum_page() 3280 block_t blk_addr = 0; in read_normal_summaries() local
|
D | node.h | 56 block_t blk_addr; /* block address of the node */ member
|
D | checkpoint.c | 1226 void *src, block_t blk_addr) in commit_checkpoint()
|
D | node.c | 2153 block_t blk_addr; in scan_nat_page() local
|
/Linux-v4.19/include/linux/mmc/ |
D | core.h | 125 unsigned int blk_addr; /* block address */ member
|
/Linux-v4.19/include/linux/ |
D | f2fs_fs.h | 177 __le16 blk_addr; /* block index in current CP */ member
|