Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Df2fs.h1742 bool aligned_blksize; /* all devices has the same logical blksize */ member
4602 return sbi->aligned_blksize;
H A Dsuper.c4198 sbi->aligned_blksize = true; in f2fs_scan_devices()
4233 sbi->aligned_blksize = false; in f2fs_scan_devices()
H A Dfile.c857 if (f2fs_is_multi_device(sbi) && !sbi->aligned_blksize) in f2fs_force_buffered_io()