Searched refs:compr_size (Results 1 – 6 of 6) sorted by relevance
| /fs/ubifs/ |
| A D | crypto.c | 47 dn->compr_size = cpu_to_le16(in_len); in ubifs_encrypt() 69 unsigned int clen = le16_to_cpu(dn->compr_size); in ubifs_decrypt()
|
| A D | ubifs-media.h | 582 __le16 compr_size; member
|
| A D | journal.c | 911 data->compr_size = 0; in ubifs_jnl_write_data() 1662 dn->compr_size = 0; in truncate_data_node()
|
| /fs/ntfs3/ |
| A D | frecord.c | 2690 size_t compr_size, ondisk_size; in ni_write_frame() local 2779 compr_size = compress_lznt(frame_mem, frame_size, frame_ondisk, in ni_write_frame() 2784 if (compr_size + sbi->cluster_size > frame_size) { in ni_write_frame() 2786 compr_size = frame_size; in ni_write_frame() 2788 } else if (compr_size) { in ni_write_frame() 2790 ondisk_size = ntfs_up_cluster(sbi, compr_size); in ni_write_frame() 2791 memset(frame_ondisk + compr_size, 0, ondisk_size - compr_size); in ni_write_frame() 2799 err = attr_allocate_frame(ni, frame, compr_size, ni->i_valid); in ni_write_frame()
|
| A D | attrib.c | 1630 int attr_allocate_frame(struct ntfs_inode *ni, CLST frame, size_t compr_size, in attr_allocate_frame() argument 1687 len = bytes_to_cluster(sbi, compr_size); in attr_allocate_frame()
|
| A D | ntfs_fs.h | 458 int attr_allocate_frame(struct ntfs_inode *ni, CLST frame, size_t compr_size,
|
Completed in 23 milliseconds