Home
last modified time | relevance | path

Searched refs:f2fs_target_device (Results 1 – 4 of 4) sorted by relevance

/linux/fs/f2fs/
H A Ddata.c383 struct block_device *f2fs_target_device(struct f2fs_sb_info *sbi, in f2fs_target_device() function
456 bdev = f2fs_target_device(sbi, fio->new_blkaddr, &sector); in __bio_alloc()
734 return bio->bi_bdev == f2fs_target_device(sbi, cur_blkaddr, NULL); in page_is_mergeable()
1049 struct block_device *bdev = f2fs_target_device(sbi, blkaddr, &sector); in f2fs_grab_read_bio()
H A Dsegment.c2039 bdev = f2fs_target_device(sbi, blkstart, NULL); in f2fs_issue_discard()
2044 f2fs_target_device(sbi, i, NULL); in f2fs_issue_discard()
H A Df2fs.h3867 struct block_device *f2fs_target_device(struct f2fs_sb_info *sbi,
H A Dfile.c4056 cur_bdev = f2fs_target_device(sbi, blkaddr, NULL); in f2fs_sec_trim_file()