Lines Matching refs:rounded
1076 s32 rounded; in ntfs_comp_set() local
1141 rounded = ((compsz - 1) | (clsz - 1)) + 1; in ntfs_comp_set()
1142 memset(&outbuf[compsz], 0, rounded - compsz); in ntfs_comp_set()
1143 written = write_clusters(vol, rl, offs, rounded, outbuf); in ntfs_comp_set()
1144 if (written != rounded) { in ntfs_comp_set()
1630 s32 rounded; in ntfs_flush() local
1647 rounded = ((count - 1) | (clsz - 1)) + 1; in ntfs_flush()
1648 if (rounded > count) in ntfs_flush()
1649 memset(&outbuf[count], 0, rounded - count); in ntfs_flush()
1651 offs, rounded, outbuf); in ntfs_flush()
1652 if (written != rounded) in ntfs_flush()
1671 s64 offs, s64 to_write, s64 rounded, in ntfs_compressed_pwrite() argument
1740 to_write = rounded = nextblock in ntfs_compressed_pwrite()
1846 if ((wpos + rounded) in ntfs_compressed_pwrite()
1853 rounded, b); in ntfs_compressed_pwrite()
1854 if (written == rounded) in ntfs_compressed_pwrite()