Lines Matching refs:vol
106 ntfs_volume *vol = NTFS_SB(dir_ino->i_sb); in ntfs_lookup() local
117 uname_len = ntfs_nlstoucs(vol, dent->d_name.name, dent->d_name.len, in ntfs_lookup()
121 ntfs_error(vol->sb, "Failed to convert name to " in ntfs_lookup()
131 dent_inode = ntfs_iget(vol->sb, dent_ino); in ntfs_lookup()
148 ntfs_error(vol->sb, "Found stale reference to inode " in ntfs_lookup()
157 ntfs_error(vol->sb, "ntfs_iget(0x%lx) failed with " in ntfs_lookup()
172 ntfs_error(vol->sb, "ntfs_lookup_ino_by_name() failed with error " in ntfs_lookup()
187 nls_name.len = (unsigned)ntfs_ucstonls(vol, in ntfs_lookup()
218 ntfs_error(vol->sb, "Inode corrupt: No WIN32 " in ntfs_lookup()
241 nls_name.len = (unsigned)ntfs_ucstonls(vol, in ntfs_lookup()
263 ntfs_error(vol->sb, "Illegal file name attribute. Run chkdsk."); in ntfs_lookup()
271 ntfs_error(vol->sb, "Failed, returning error code %i.", err); in ntfs_lookup()