Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dcompress.c1279 u32 compsz, p, insz = pages_per_cb << PAGE_SHIFT; in ntfs_write_cb() local
1328 compsz = 0; in ntfs_write_cb()
1335 pbuf = &outbuf[compsz]; in ntfs_write_cb()
1338 if (!sz || ((compsz + sz + vol->cluster_size + 2) > in ntfs_write_cb()
1359 compsz += sz; in ntfs_write_cb()
1364 outbuf[compsz++] = 0; in ntfs_write_cb()
1365 outbuf[compsz++] = 0; in ntfs_write_cb()
1366 rounded = ((compsz - 1) | (vol->cluster_size - 1)) + 1; in ntfs_write_cb()
1367 memset(&outbuf[compsz], 0, rounded - compsz); in ntfs_write_cb()