Searched refs:NTFS_LZNT_CUNIT (Results 1 – 4 of 4) sorted by relevance
1778 attr->nres.c_unit = NTFS_LZNT_CUNIT; in ni_new_attr_flags()2113 frame_bits = NTFS_LZNT_CUNIT + sbi->cluster_bits; in ni_readpage_cmpr()2601 if (attr->nres.c_unit != NTFS_LZNT_CUNIT) { in ni_read_frame()2608 frame = frame_vbo >> (cluster_bits + NTFS_LZNT_CUNIT); in ni_read_frame()2619 frame_size = sbi->cluster_size << NTFS_LZNT_CUNIT; in ni_read_frame()2738 u8 frame_bits = NTFS_LZNT_CUNIT + sbi->cluster_bits; in ni_write_frame()2739 u32 frame_size = sbi->cluster_size << NTFS_LZNT_CUNIT; in ni_write_frame()2779 if (attr->nres.c_unit != NTFS_LZNT_CUNIT) { in ni_write_frame()
43 #define NTFS_LZNT_CUNIT 4 macro44 #define NTFS_LZNT_CLUSTERS (1u<<NTFS_LZNT_CUNIT)
830 u8 frame_bits = NTFS_LZNT_CUNIT + sbi->cluster_bits; in ntfs_compress_write()868 err = attr_data_get_block(ni, frame << NTFS_LZNT_CUNIT, 1, &lcn, in ntfs_compress_write()
1635 vcn = frame << NTFS_LZNT_CUNIT; in attr_allocate_frame()