Home
last modified time | relevance | path

Searched refs:F2FS_IO_ALIGNED (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Df2fs_fs.h48 #define F2FS_IO_ALIGNED(sbi) (F2FS_IO_SIZE(sbi) > 1) macro
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c336 if (!F2FS_IO_ALIGNED(sbi)) in adjust_reserved_segment()
2084 bool no_io_align = !F2FS_IO_ALIGNED(sbi); in f2fs_remount()
2184 if (no_io_align == !!F2FS_IO_ALIGNED(sbi)) { in f2fs_remount()
4008 if (F2FS_IO_ALIGNED(sbi)) { in f2fs_fill_super()
H A Ddata.c479 if (!F2FS_IO_ALIGNED(sbi)) in __submit_bio()
738 if (F2FS_IO_ALIGNED(sbi) && (fio->type == DATA || fio->type == NODE)) { in io_is_mergeable()
966 if (F2FS_IO_ALIGNED(sbi) && in f2fs_submit_page_write()
H A Df2fs.h2296 if (F2FS_IO_ALIGNED(sbi)) in inc_valid_block_count()
2548 if (F2FS_IO_ALIGNED(sbi)) in inc_valid_node_count()
4498 if (F2FS_IO_ALIGNED(sbi)) in f2fs_force_buffered_io()
H A Dsegment.c3467 if (F2FS_IO_ALIGNED(sbi)) in f2fs_allocate_data_block()