Home
last modified time | relevance | path

Searched refs:NTFS_LZNT_CUNIT (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/fs/ntfs3/
Dfrecord.c1773 attr->nres.c_unit = NTFS_LZNT_CUNIT; in ni_new_attr_flags()
2108 frame_bits = NTFS_LZNT_CUNIT + sbi->cluster_bits; in ni_readpage_cmpr()
2596 if (attr->nres.c_unit != NTFS_LZNT_CUNIT) { in ni_read_frame()
2603 frame = frame_vbo >> (cluster_bits + NTFS_LZNT_CUNIT); in ni_read_frame()
2614 frame_size = sbi->cluster_size << NTFS_LZNT_CUNIT; in ni_read_frame()
2733 u8 frame_bits = NTFS_LZNT_CUNIT + sbi->cluster_bits; in ni_write_frame()
2734 u32 frame_size = sbi->cluster_size << NTFS_LZNT_CUNIT; in ni_write_frame()
2774 if (attr->nres.c_unit != NTFS_LZNT_CUNIT) { in ni_write_frame()
Dntfs.h43 #define NTFS_LZNT_CUNIT 4 macro
44 #define NTFS_LZNT_CLUSTERS (1u<<NTFS_LZNT_CUNIT)
Dfile.c910 u8 frame_bits = NTFS_LZNT_CUNIT + sbi->cluster_bits; in ntfs_compress_write()
949 err = attr_data_get_block(ni, frame << NTFS_LZNT_CUNIT, 0, &lcn, in ntfs_compress_write()
Dattrib.c1558 vcn = frame << NTFS_LZNT_CUNIT; in attr_allocate_frame()