Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ntfs3/
Dfrecord.c1764 attr->nres.c_unit = NTFS_LZNT_CUNIT; in ni_new_attr_flags()
2099 frame_bits = NTFS_LZNT_CUNIT + sbi->cluster_bits; in ni_readpage_cmpr()
2582 if (attr->nres.c_unit != NTFS_LZNT_CUNIT) { in ni_read_frame()
2589 frame = frame_vbo >> (cluster_bits + NTFS_LZNT_CUNIT); in ni_read_frame()
2600 frame_size = sbi->cluster_size << NTFS_LZNT_CUNIT; in ni_read_frame()
2719 u8 frame_bits = NTFS_LZNT_CUNIT + sbi->cluster_bits; in ni_write_frame()
2720 u32 frame_size = sbi->cluster_size << NTFS_LZNT_CUNIT; in ni_write_frame()
2760 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.c1545 vcn = frame << NTFS_LZNT_CUNIT; in attr_allocate_frame()