Lines Matching refs:vol
709 * @vol: ntfs volume on which the attribute resides
735 runlist_element *ntfs_mapping_pairs_decompress(const ntfs_volume *vol,
753 ntfs_error(vol->sb, "Invalid arguments.");
765 ntfs_error(vol->sb, "Corrupt attribute.");
819 ntfs_error(vol->sb, "Missing length entry in mapping "
828 ntfs_error(vol->sb, "Invalid length in mapping pairs "
864 if (vol->major_ver < 3) {
866 ntfs_error(vol->sb, "lcn delta == -1");
868 ntfs_error(vol->sb, "lcn == -1");
873 ntfs_error(vol->sb, "Invalid LCN < -1 in "
894 ntfs_error(vol->sb, "Corrupt mapping pairs array in "
904 vol->cluster_size - 1) >>
905 vol->cluster_size_bits) - 1;
930 ntfs_error(vol->sb, "Corrupt attribute. "
957 ntfs_error(vol->sb, "Failed to merge runlists.");
960 ntfs_error(vol->sb, "Corrupt attribute.");
1090 * @vol: ntfs volume (needed for the ntfs version)
1117 int ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol,
1169 if (likely(rl->lcn >= 0 || vol->major_ver < 3)) {
1204 if (likely(rl->lcn >= 0 || vol->major_ver < 3)) {
1273 * @vol: ntfs volume (needed for the ntfs version)
1309 int ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst,
1376 if (likely(rl->lcn >= 0 || vol->major_ver < 3)) {
1427 if (likely(rl->lcn >= 0 || vol->major_ver < 3)) {
1463 * @vol: ntfs volume (needed for error output)
1485 int ntfs_rl_truncate_nolock(const ntfs_volume *vol, runlist *const runlist,
1509 ntfs_error(vol->sb, "Not enough memory to allocate "
1558 ntfs_warning(vol->sb, "Failed to shrink "
1582 ntfs_error(vol->sb, "Failed to expand runlist "
1611 * @vol: ntfs volume (needed for error output)
1630 int ntfs_rl_punch_nolock(const ntfs_volume *vol, runlist *const runlist,
1716 ntfs_warning(vol->sb, "Failed to shrink "
1889 ntfs_error(vol->sb, "Not enough memory to extend runlist buffer.");