Lines Matching refs:vol

749 runlist_element *ntfs_mapping_pairs_decompress(const ntfs_volume *vol,  in ntfs_mapping_pairs_decompress()  argument
767 ntfs_error(vol->sb, "Invalid arguments."); in ntfs_mapping_pairs_decompress()
779 ntfs_error(vol->sb, "Corrupt attribute."); in ntfs_mapping_pairs_decompress()
833 ntfs_error(vol->sb, "Missing length entry in mapping " in ntfs_mapping_pairs_decompress()
842 ntfs_error(vol->sb, "Invalid length in mapping pairs " in ntfs_mapping_pairs_decompress()
878 if (vol->major_ver < 3) { in ntfs_mapping_pairs_decompress()
880 ntfs_error(vol->sb, "lcn delta == -1"); in ntfs_mapping_pairs_decompress()
882 ntfs_error(vol->sb, "lcn == -1"); in ntfs_mapping_pairs_decompress()
887 ntfs_error(vol->sb, "Invalid LCN < -1 in " in ntfs_mapping_pairs_decompress()
908 ntfs_error(vol->sb, "Corrupt mapping pairs array in " in ntfs_mapping_pairs_decompress()
918 vol->cluster_size - 1) >> in ntfs_mapping_pairs_decompress()
919 vol->cluster_size_bits) - 1; in ntfs_mapping_pairs_decompress()
944 ntfs_error(vol->sb, "Corrupt attribute. " in ntfs_mapping_pairs_decompress()
971 ntfs_error(vol->sb, "Failed to merge runlists."); in ntfs_mapping_pairs_decompress()
974 ntfs_error(vol->sb, "Corrupt attribute."); in ntfs_mapping_pairs_decompress()
1131 int ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol, in ntfs_get_size_for_mapping_pairs() argument
1183 if (likely(rl->lcn >= 0 || vol->major_ver < 3)) { in ntfs_get_size_for_mapping_pairs()
1218 if (likely(rl->lcn >= 0 || vol->major_ver < 3)) { in ntfs_get_size_for_mapping_pairs()
1323 int ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst, in ntfs_mapping_pairs_build() argument
1390 if (likely(rl->lcn >= 0 || vol->major_ver < 3)) { in ntfs_mapping_pairs_build()
1441 if (likely(rl->lcn >= 0 || vol->major_ver < 3)) { in ntfs_mapping_pairs_build()
1499 int ntfs_rl_truncate_nolock(const ntfs_volume *vol, runlist *const runlist, in ntfs_rl_truncate_nolock() argument
1523 ntfs_error(vol->sb, "Not enough memory to allocate " in ntfs_rl_truncate_nolock()
1572 ntfs_warning(vol->sb, "Failed to shrink " in ntfs_rl_truncate_nolock()
1596 ntfs_error(vol->sb, "Failed to expand runlist " in ntfs_rl_truncate_nolock()
1644 int ntfs_rl_punch_nolock(const ntfs_volume *vol, runlist *const runlist, in ntfs_rl_punch_nolock() argument
1730 ntfs_warning(vol->sb, "Failed to shrink " in ntfs_rl_punch_nolock()
1903 ntfs_error(vol->sb, "Not enough memory to extend runlist buffer."); in ntfs_rl_punch_nolock()