Home
last modified time | relevance | path

Searched refs:lcn_count (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ntfs/
H A Diomap.c576 s64 vcn, start_lcn, lcn_count; in ntfs_write_da_iomap_begin_non_resident() local
588 err = ntfs_attr_map_cluster(ni, vcn, &start_lcn, &lcn_count, in ntfs_write_da_iomap_begin_non_resident()
601 rl_length = ntfs_cluster_to_bytes(vol, lcn_count); in ntfs_write_da_iomap_begin_non_resident()
627 if (!err && lcn_count > 1 && in ntfs_write_da_iomap_begin_non_resident()
631 (start_lcn + lcn_count - 1) << in ntfs_write_da_iomap_begin_non_resident()
635 if (lcn_count > ni->i_dealloc_clusters) in ntfs_write_da_iomap_begin_non_resident()
638 ni->i_dealloc_clusters -= lcn_count; in ntfs_write_da_iomap_begin_non_resident()
H A Dattrib.c4825 s64 *lcn_count, s64 max_clu_count, bool *balloc, bool update_mp, in ntfs_attr_map_cluster() argument
4871 *lcn_count = clu_count; in ntfs_attr_map_cluster()
4967 *lcn_count = clu_count; in ntfs_attr_map_cluster()