Searched refs:f2fs_target_device (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/fs/f2fs/ |
| D | data.c | 356 struct block_device *f2fs_target_device(struct f2fs_sb_info *sbi, in f2fs_target_device() function 399 f2fs_target_device(sbi, fio->new_blkaddr, bio); in __bio_alloc() 700 return bio->bi_bdev == f2fs_target_device(sbi, cur_blkaddr, NULL); in page_is_mergeable() 995 f2fs_target_device(sbi, blkaddr, bio); in f2fs_grab_read_bio()
|
| D | segment.c | 1888 bdev = f2fs_target_device(sbi, blkstart, NULL); in f2fs_issue_discard() 1893 f2fs_target_device(sbi, i, NULL); in f2fs_issue_discard()
|
| D | f2fs.h | 3582 struct block_device *f2fs_target_device(struct f2fs_sb_info *sbi,
|
| D | file.c | 3809 cur_bdev = f2fs_target_device(sbi, blkaddr, NULL); in f2fs_sec_trim_file()
|