Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Diomap.c396 s64 max_clu_count = in ntfs_write_simple_iomap_begin_non_resident() local
435 max_clu_count = min(max_clu_count, rl->length - (vcn - rl->vcn)); in ntfs_write_simple_iomap_begin_non_resident()
436 if (max_clu_count == 0) { in ntfs_write_simple_iomap_begin_non_resident()
450 max_clu_count = in ntfs_write_simple_iomap_begin_non_resident()
451 ntfs_available_clusters_count(vol, max_clu_count); in ntfs_write_simple_iomap_begin_non_resident()
452 if (max_clu_count < 0) { in ntfs_write_simple_iomap_begin_non_resident()
453 err = max_clu_count; in ntfs_write_simple_iomap_begin_non_resident()
476 rlc->length = max_clu_count; in ntfs_write_simple_iomap_begin_non_resident()
478 rlc[1].vcn = vcn + max_clu_count; in ntfs_write_simple_iomap_begin_non_resident()
494 ni->i_dealloc_clusters += max_clu_count; in ntfs_write_simple_iomap_begin_non_resident()
[all …]
H A Dattrib.c4825 s64 *lcn_count, s64 max_clu_count, bool *balloc, bool update_mp, in ntfs_attr_map_cluster() argument
4866 clu_count = min(max_clu_count, rl->length - (vcn - rl->vcn)); in ntfs_attr_map_cluster()