Home
last modified time | relevance | path

Searched refs:cluster_size_mask (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/ntfs/
H A Dvolume.h47 u32 cluster_size_mask; /* cluster_size - 1 */ member
H A Dfile.c374 end = (pos + iov_iter_count(from) + vol->cluster_size_mask) & in ntfs_prepare_file_for_write()
375 ~(u64)vol->cluster_size_mask; in ntfs_prepare_file_for_write()
647 bh_cofs = bh_pos & vol->cluster_size_mask; in ntfs_prepare_pages_for_non_resident_write()
910 vol->cluster_size_mask, in ntfs_prepare_pages_for_non_resident_write()
1809 vol->cluster_size_mask) in ntfs_perform_write()
1812 vol->cluster_size_mask); in ntfs_perform_write()
H A Daops.c245 vol->cluster_size_mask; in ntfs_read_block()
702 vcn_ofs = vcn & vol->cluster_size_mask; in ntfs_write_block()
1011 vcn_ofs = vcn & vol->cluster_size_mask; in ntfs_write_mst_block()
1631 delta = ofs & vol->cluster_size_mask; in ntfs_bmap()
H A Dlogfile.c740 end_vcn = (log_ni->initialized_size + vol->cluster_size_mask) >> in ntfs_empty_logfile()
H A Dattrib.c1952 start &= ~(s64)vol->cluster_size_mask; in ntfs_attr_extend_allocation()
1954 ~(s64)vol->cluster_size_mask; in ntfs_attr_extend_allocation()
H A Dsuper.c786 vol->cluster_size_mask = vol->cluster_size - 1; in parse_ntfs_boot_sector()
790 ntfs_debug("vol->cluster_size_mask = 0x%x", vol->cluster_size_mask); in parse_ntfs_boot_sector()
H A Dmft.c533 vcn_ofs = vcn & vol->cluster_size_mask; in ntfs_sync_mft_mirror()
726 vcn_ofs = vcn & vol->cluster_size_mask; in write_mft_record_nolock()
H A Dinode.c2425 ~(s64)vol->cluster_size_mask; in ntfs_truncate()