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.c1511 attr->nres.c_unit = NTFS_LZNT_CUNIT; in ni_insert_nonresident()
1787 attr->nres.c_unit = NTFS_LZNT_CUNIT; in ni_new_attr_flags()
2112 frame_bits = NTFS_LZNT_CUNIT + sbi->cluster_bits; in ni_readpage_cmpr()
2597 if (attr->nres.c_unit != NTFS_LZNT_CUNIT) { in ni_read_frame()
2604 frame = frame_vbo >> (cluster_bits + NTFS_LZNT_CUNIT); in ni_read_frame()
2616 frame_size = sbi->cluster_size << NTFS_LZNT_CUNIT; in ni_read_frame()
2735 u8 frame_bits = NTFS_LZNT_CUNIT + sbi->cluster_bits; in ni_write_frame()
2736 u32 frame_size = sbi->cluster_size << NTFS_LZNT_CUNIT; in ni_write_frame()
2776 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()
980 err = attr_is_frame_compressed(ni, attr_b, vcn >> NTFS_LZNT_CUNIT, in attr_data_get_block()
1651 vcn = frame << NTFS_LZNT_CUNIT; in attr_allocate_frame()
2670 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.c1476 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()