Lines Matching defs:vol

119 	ntfs_volume *vol = dir_ni->vol;
120 mount_t mp = vol->mp;
211 vol->upcase, vol->upcase_len)) {
261 if (!NVolCaseSensitive(vol) &&
265 vol->upcase, vol->upcase_len)) {
303 vol->upcase, vol->upcase_len);
323 vol->upcase, vol->upcase_len);
352 NVolSetErrors(vol);
473 vol->upcase, vol->upcase_len)) {
525 if (!NVolCaseSensitive(vol) &&
529 vol->upcase, vol->upcase_len)) {
567 vol->upcase, vol->upcase_len);
587 vol->upcase, vol->upcase_len);
669 * @vol: ntfs volume the index entry belongs to
691 static inline int ntfs_do_dirent(ntfs_volume *vol, INDEX_ENTRY *ie,
726 ntfs_warning(vol->mp, "Skipping dirent because its inode "
733 res_size = ntfs_to_utf8(vol, (ntfschar*)&ie->key.filename.filename,
737 ntfs_warning(vol->mp, "Skipping unrepresentable inode 0x%llx "
1057 ntfs_volume *vol;
1072 vol = dir_ni->vol;
1124 ntfs_warning(vol->mp, "Skipping "
1151 ntfs_warning(vol->mp, "Skipping "
1181 ntfs_warning(vol->mp, "Skipping "
1191 ntfs_warning(vol->mp, "Skipping "
1227 ntfs_error(vol->mp, "uiomove() failed for emulated "
1244 ntfs_error(vol->mp, "Failed to get index vnode (error %d).",
1253 ntfs_error(vol->mp, "Not enough memory to allocate index "
1296 ntfs_warning(vol->mp, "Failed to look up filename from "
1364 err = ntfs_do_dirent(vol, ictx->entry, de, uio, &entries);
1373 ntfs_error(vol->mp, "uiomove() failed for index %s "
1385 ntfs_error(vol->mp, "Failed to look up index entry with "
1517 ntfs_volume *vol = dir_ni->vol;
1540 ntfs_error(vol->mp, "Failed to get index inode (error %d).",
1550 ntfs_error(vol->mp, "Failed to get index bitmap inode "
1559 ntfs_error(vol->mp, "Failed to map mft record for directory "
1565 ntfs_error(vol->mp, "Failed to get attribute search context.");
1573 ntfs_error(vol->mp, "Index root attribute missing in "
1576 NVolSetErrors(vol);
1579 ntfs_error(vol->mp, "Failed to lookup index root "
1626 ntfs_error(vol->mp, "No index allocation attribute but index "
1647 ntfs_error(vol->mp, "Failed to read directory index bitmap "
1685 ntfs_error(vol->mp, "Failed to read directory index "
1696 ntfs_error(vol->mp, es, "Out of bounds check failed",
1702 ntfs_error(vol->mp, "Multi sector transfer error detected in "
1712 ntfs_error(vol->mp, "Actual VCN (0x%llx) of index record is "
1724 ntfs_error(vol->mp, "Index buffer (VCN 0x%llx) has a size "
1737 ntfs_error(vol->mp, "Index buffer (VCN 0x%llx) of directory "
1748 ntfs_error(vol->mp, "Size of index block (VCN 0x%llx) "
1788 ntfs_error(vol->mp, "Corrupt directory inode 0x%llx. Run chkdsk.",
1790 NVolSetErrors(vol);
1812 NVolSetErrors(vol);
1844 ntfs_volume *vol = ni->vol;
1863 ntfs_error(vol->mp, "The reference of the parent directory "
1868 NVolSetErrors(vol);
1878 ntfs_error(vol->mp, "Failed to get index vnode (error %d).",
1886 ntfs_error(vol->mp, "Not enough memory to allocate index "
1896 ntfs_error(vol->mp, "Failed to delete directory index "
1903 NVolSetErrors(vol);
1905 ntfs_error(vol->mp, "Failed to delete directory index "
1922 ntfs_error(vol->mp, "The reference of the parent directory "
1931 NVolSetErrors(vol);
1941 ntfs_error(vol->mp, "The reference of the inode (0x%llx) to "
1950 NVolSetErrors(vol);
2003 ntfs_error(vol->mp, "Failed to switch namespace of "
2013 NVolSetErrors(vol);
2070 ntfs_error(dir_ni->vol->mp, "Failed to get index vnode (error "
2078 ntfs_error(dir_ni->vol->mp, "Not enough memory to allocate "
2094 ntfs_error(dir_ni->vol->mp, "Failed to add directory "