Searched refs:compr_size (Results 1 – 6 of 6) sorted by relevance
/linux/fs/ubifs/ |
A D | crypto.c | 36 dn->compr_size = cpu_to_le16(in_len); in ubifs_encrypt() 58 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 | 777 data->compr_size = 0; in ubifs_jnl_write_data() 1481 dn->compr_size = 0; in truncate_data_node()
|
/linux/fs/ntfs3/ |
A D | frecord.c | 2680 size_t compr_size, ondisk_size; in ni_write_frame() local 2769 compr_size = compress_lznt(frame_mem, frame_size, frame_ondisk, in ni_write_frame() 2774 if (compr_size + sbi->cluster_size > frame_size) { in ni_write_frame() 2776 compr_size = frame_size; in ni_write_frame() 2778 } else if (compr_size) { in ni_write_frame() 2780 ondisk_size = ntfs_up_cluster(sbi, compr_size); in ni_write_frame() 2781 memset(frame_ondisk + compr_size, 0, ondisk_size - compr_size); in ni_write_frame() 2789 err = attr_allocate_frame(ni, frame, compr_size, ni->i_valid); in ni_write_frame()
|
A D | attrib.c | 1449 int attr_allocate_frame(struct ntfs_inode *ni, CLST frame, size_t compr_size, in attr_allocate_frame() argument 1506 len = bytes_to_cluster(sbi, compr_size); in attr_allocate_frame()
|
A D | ntfs_fs.h | 441 int attr_allocate_frame(struct ntfs_inode *ni, CLST frame, size_t compr_size,
|
Completed in 28 milliseconds