Searched refs:f2fs_target_device (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/f2fs/ |
| D | data.c | 240 struct block_device *f2fs_target_device(struct f2fs_sb_info *sbi, in f2fs_target_device() function 279 struct block_device *b = f2fs_target_device(sbi, blk_addr, NULL); in __same_bdev() 293 f2fs_target_device(sbi, fio->new_blkaddr, bio); in __bio_alloc() 688 f2fs_target_device(sbi, blkaddr, bio); in f2fs_grab_read_bio()
|
| D | segment.c | 1802 bdev = f2fs_target_device(sbi, blkstart, NULL); in f2fs_issue_discard() 1807 f2fs_target_device(sbi, i, NULL); in f2fs_issue_discard()
|
| D | f2fs.h | 3199 struct block_device *f2fs_target_device(struct f2fs_sb_info *sbi,
|