Searched refs:compr_size (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/ubifs/ |
H 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()
|
H A D | ubifs-media.h | 582 __le16 compr_size; member
|
H A D | journal.c | 777 data->compr_size = 0; in ubifs_jnl_write_data() 1523 dn->compr_size = 0; in truncate_data_node()
|
/openbmc/linux/fs/ntfs3/ |
H A D | frecord.c | 2745 size_t compr_size, ondisk_size; in ni_write_frame() local 2834 compr_size = compress_lznt(frame_mem, frame_size, frame_ondisk, in ni_write_frame() 2839 if (compr_size + sbi->cluster_size > frame_size) { in ni_write_frame() 2841 compr_size = frame_size; in ni_write_frame() 2843 } else if (compr_size) { in ni_write_frame() 2845 ondisk_size = ntfs_up_cluster(sbi, compr_size); in ni_write_frame() 2846 memset(frame_ondisk + compr_size, 0, ondisk_size - compr_size); in ni_write_frame() 2854 err = attr_allocate_frame(ni, frame, compr_size, ni->i_valid); in ni_write_frame()
|
H A D | attrib.c | 1642 int attr_allocate_frame(struct ntfs_inode *ni, CLST frame, size_t compr_size, in attr_allocate_frame() argument 1699 len = bytes_to_cluster(sbi, compr_size); in attr_allocate_frame()
|
H A D | ntfs_fs.h | 451 int attr_allocate_frame(struct ntfs_inode *ni, CLST frame, size_t compr_size,
|