Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dfrecord.c1506 attr->nres.c_unit = NTFS_LZNT_CUNIT; in ni_insert_nonresident()
1782 attr->nres.c_unit = NTFS_LZNT_CUNIT; in ni_new_attr_flags()
2107 frame_bits = NTFS_LZNT_CUNIT + sbi->cluster_bits; in ni_readpage_cmpr()
2592 if (attr->nres.c_unit != NTFS_LZNT_CUNIT) { in ni_read_frame()
2599 frame = frame_vbo >> (cluster_bits + NTFS_LZNT_CUNIT); in ni_read_frame()
2611 frame_size = sbi->cluster_size << NTFS_LZNT_CUNIT; in ni_read_frame()
2729 u8 frame_bits = NTFS_LZNT_CUNIT + sbi->cluster_bits; in ni_write_frame()
2730 u32 frame_size = sbi->cluster_size << NTFS_LZNT_CUNIT; in ni_write_frame()
2770 if (attr->nres.c_unit != NTFS_LZNT_CUNIT) { in ni_write_frame()
H A Dntfs.h43 #define NTFS_LZNT_CUNIT 4 macro
44 #define NTFS_LZNT_CLUSTERS (1u<<NTFS_LZNT_CUNIT)
H A Dattrib.c257 u8 shift = sbi->cluster_bits + NTFS_LZNT_CUNIT; in attr_make_nonresident()
258 len = ((rsize + (1u << shift) - 1) >> shift) << NTFS_LZNT_CUNIT; in attr_make_nonresident()
979 err = attr_is_frame_compressed(ni, attr_b, vcn >> NTFS_LZNT_CUNIT, in attr_data_get_block()
1650 vcn = frame << NTFS_LZNT_CUNIT; in attr_allocate_frame()
2669 attr->nres.c_unit = NTFS_LZNT_CUNIT; in attr_set_compress()
H A Dfile.c984 u8 frame_bits = NTFS_LZNT_CUNIT + sbi->cluster_bits; in ntfs_compress_write()
1023 err = attr_data_get_block(ni, frame << NTFS_LZNT_CUNIT, 1, &lcn, in ntfs_compress_write()
H A Dinode.c1473 attr->nres.c_unit = NTFS_LZNT_CUNIT; in ntfs_create_inode()
H A Dfslog.c3014 attr->nres.c_unit = NTFS_LZNT_CUNIT; in attr_create_nonres_log()