Searched refs:WR_NORMAL (Results 1 – 2 of 2) sorted by relevance
262 bool has_data = (addr_type == WR_NORMAL in f2fs_write_ex()273 if (addr_type != WR_NORMAL) in f2fs_write_ex()352 if (addr_type == WR_NORMAL && offset > le64_to_cpu(inode->i.i_size)) { in f2fs_write_ex()370 return f2fs_write_ex(sbi, ino, buffer, count, offset, WR_NORMAL); in f2fs_write()
286 WR_NORMAL = 1, enumerator