Home
last modified time | relevance | path

Searched refs:aligned_blksize (Results 1 – 3 of 3) sorted by relevance

/linux/fs/f2fs/
H A Df2fs.h1760 bool aligned_blksize; /* all devices has the same logical blksize */ member
4644 return sbi->aligned_blksize; in f2fs_allow_multi_device_dio()
H A Dsuper.c4247 sbi->aligned_blksize = true; in f2fs_scan_devices()
4287 sbi->aligned_blksize = false; in f2fs_scan_devices()
H A Dfile.c870 if (f2fs_is_multi_device(sbi) && !sbi->aligned_blksize) in f2fs_force_buffered_io()