Searched refs:compr_size (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/fs/ubifs/ |
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()
|
D | ubifs-media.h | 582 __le16 compr_size; member
|
D | journal.c | 777 data->compr_size = 0; in ubifs_jnl_write_data() 1523 dn->compr_size = 0; in truncate_data_node()
|
/linux-6.6.21/fs/ntfs3/ |
D | frecord.c | 2750 size_t compr_size, ondisk_size; in ni_write_frame() local 2839 compr_size = compress_lznt(frame_mem, frame_size, frame_ondisk, in ni_write_frame() 2844 if (compr_size + sbi->cluster_size > frame_size) { in ni_write_frame() 2846 compr_size = frame_size; in ni_write_frame() 2848 } else if (compr_size) { in ni_write_frame() 2850 ondisk_size = ntfs_up_cluster(sbi, compr_size); in ni_write_frame() 2851 memset(frame_ondisk + compr_size, 0, ondisk_size - compr_size); in ni_write_frame() 2859 err = attr_allocate_frame(ni, frame, compr_size, ni->i_valid); in ni_write_frame()
|
D | attrib.c | 1621 int attr_allocate_frame(struct ntfs_inode *ni, CLST frame, size_t compr_size, in attr_allocate_frame() argument 1678 len = bytes_to_cluster(sbi, compr_size); in attr_allocate_frame()
|
D | ntfs_fs.h | 450 int attr_allocate_frame(struct ntfs_inode *ni, CLST frame, size_t compr_size,
|